From 4a6b4fb632e95b51b7e6314ab1638017a0abaf52 Mon Sep 17 00:00:00 2001 From: chris48s Date: Tue, 4 Aug 2020 20:21:40 +0100 Subject: [PATCH] ensure copyright is mode 644 resolves non-standard-file-perm https://lintian.debian.org/tags/non-standard-file-perm.html --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 09371b1f..f1d6b995 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -350,6 +350,7 @@ jobs: IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. EOF + chmod 644 "${DPKG_DIR}/usr/share/doc/${{ env.PROJECT_NAME }}/copyright" # control file mkdir -p "${DPKG_DIR}/DEBIAN"