rel 0.9.24.2 testing

This commit is contained in:
netblue30 2021-01-26 08:33:43 -05:00
parent 48630b151c
commit a04023acf9
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ firejail (0.9.64.2) baseline; urgency=low
* new profiles: straw-viewer, lutris, dolphin-emu, authenticator-rs, servo
* new profiles: npm, marker, yarn, lsar, unar, agetpkg, mdr, shotwell, qnapi
* new profiles: guvcview, pkglog, kdiff3, CoyIM
-- netblue30 <netblue30@yahoo.com> Tue, 26 Jan 2020 09:00:00 -0500
-- netblue30 <netblue30@yahoo.com> Tue, 26 Jan 2021 09:00:00 -0500
firejail (0.9.64) baseline; urgency=low
* replaced --nowrap option with --wrap in firemon

View file

@ -64,7 +64,7 @@ chmod 644 $DEBIAN_CTRL_DIR/conffiles
find $INSTALL_DIR -type d | xargs chmod 755
cd $CODE_DIR
fakeroot dpkg-deb --build debian
lintian debian.deb
lintian --no-tag-display-limit debian.deb
mv debian.deb ../firejail_${VERSION}${EXTRA_VERSION}_1_$(dpkg-architecture -qDEB_HOST_ARCH).deb
cd ..
rm -fr $CODE_DIR