ensure copyright is mode 644

resolves non-standard-file-perm
https://lintian.debian.org/tags/non-standard-file-perm.html
This commit is contained in:
chris48s 2020-08-04 20:21:40 +01:00 committed by David Peter
parent 7c730d11c3
commit 4a6b4fb632
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ jobs:
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE. DEALINGS IN THE SOFTWARE.
EOF EOF
chmod 644 "${DPKG_DIR}/usr/share/doc/${{ env.PROJECT_NAME }}/copyright"
# control file # control file
mkdir -p "${DPKG_DIR}/DEBIAN" mkdir -p "${DPKG_DIR}/DEBIAN"