mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
Fix lintian
W: firejail: latest-debian-changelog-entry-without-new-date E: firejail: control-file-has-bad-permissions conffiles 0664 != 0644
This commit is contained in:
parent
8f4b9886be
commit
5d88f6d51c
2 changed files with 2 additions and 2 deletions
2
RELNOTES
2
RELNOTES
|
|
@ -2,7 +2,7 @@ firejail (0.9.55) baseline; urgency=low
|
|||
* work in progress
|
||||
* support full paths in private-lib
|
||||
* globbing support in private-lib
|
||||
-- netblue30 <netblue30@yahoo.com> Sat, 5 May 2018 08:00:00 -0500
|
||||
-- netblue30 <netblue30@yahoo.com> Fri, 25 May 2018 08:00:00 -0500
|
||||
|
||||
firejail (0.9.54) baseline; urgency=low
|
||||
* modif: --force removed
|
||||
|
|
|
|||
2
mkdeb.sh
2
mkdeb.sh
|
|
@ -35,12 +35,12 @@ 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
|
||||
|
||||
find $INSTALL_DIR/etc -type f | sed "s,^$INSTALL_DIR,," | LC_ALL=C sort > $DEBIAN_CTRL_DIR/conffiles
|
||||
chmod 644 $DEBIAN_CTRL_DIR/conffiles
|
||||
find $INSTALL_DIR -type d | xargs chmod 755
|
||||
cd $CODE_DIR
|
||||
fakeroot dpkg-deb --build debian
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue