mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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:
parent
24b6cb79b7
commit
8f4b9886be
2 changed files with 3 additions and 2 deletions
1
mkdeb.sh
1
mkdeb.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue