Fix more lintian warnings

W: firejail: debian-changelog-has-wrong-weekday 2018-05-05 is a Saturday
W: firejail: latest-debian-changelog-entry-without-new-date
W: firejail: latest-debian-changelog-entry-without-new-version
E: firejail: control-file-has-bad-permissions conffiles 0664 != 0644
This commit is contained in:
Vincent43 2018-05-25 14:18:27 +02:00
parent 24b6cb79b7
commit 8f4b9886be
2 changed files with 3 additions and 2 deletions

View file

@ -35,6 +35,7 @@ rm $INSTALL_DIR/usr/share/doc/firejail/COPYING
install -m644 platform/debian/copyright $INSTALL_DIR/usr/share/doc/firejail/.
mkdir -p $DEBIAN_CTRL_DIR
sed "s/FIREJAILVER/$2/g" platform/debian/control.$(dpkg-architecture -qDEB_HOST_ARCH) > $DEBIAN_CTRL_DIR/control
chmod 644 $DEBIAN_CTRL_DIR/control
mkdir -p $INSTALL_DIR/usr/share/lintian/overrides/
install -m644 platform/debian/firejail.lintian-overrides $INSTALL_DIR/usr/share/lintian/overrides/firejail