diff --git a/Makefile.in b/Makefile.in index a24f10d67..9dafb5656 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,7 +169,7 @@ uninstall: rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg -DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES" +DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES" DISTFILES_TEST = "test/apps test/root test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils" dist: diff --git a/README b/README index c122a006b..b2f19b070 100644 --- a/README +++ b/README @@ -35,6 +35,7 @@ Maintainer: Committers - chiraag-nataraj (https://github.com/chiraag-nataraj) - crass (https://github.com/crass) +- glitsj16 (https://github.com/glitsj16) - Fred-Barclay (https://github.com/Fred-Barclay) - Reiner Herrmann (https://github.com/reinerh - Debian/Ubuntu maintainer) - smithsohu (https://github.com/smitsohu) @@ -444,6 +445,8 @@ Paul Moore -src/fsec-print/print.c extracted from libseccomp software package Paupiah Yash (https://github.com/CaffeinatedStud) - gzip profile +Pawel (https://github.com/grimskies) + - make --join return exit code of the invoked program Peter Millerchip (https://github.com/pmillerchip) - memory allocation fix - --private.keep to --private-home transition diff --git a/RELNOTES b/RELNOTES index c521aec70..2dbd9f1d3 100644 --- a/RELNOTES +++ b/RELNOTES @@ -11,5 +11,5 @@ firejail (0.9.56-LTS~rc1) baseline; urgency=low --disable-globalcfg, --disable-network, --disable-userns, --disable-whitelist, --disable-suid, --enable-fatal-warnings, --enable-busybox-workaround - -- netblue30 Wed, 3 Oct 2018 08:00:00 -0500 + -- netblue30 Sun, 21 Oct 2018 08:00:00 -0500 diff --git a/mkdeb-apparmor.sh b/mkdeb-apparmor.sh index 745f263b1..f6c223c46 100755 --- a/mkdeb-apparmor.sh +++ b/mkdeb-apparmor.sh @@ -45,6 +45,6 @@ find $INSTALL_DIR -type d | xargs chmod 755 cd $CODE_DIR fakeroot dpkg-deb --build debian lintian debian.deb -mv debian.deb ../firejail_$2_1_$(dpkg-architecture -qDEB_HOST_ARCH)-apparmor.deb +mv debian.deb ../firejail-apparmor_$2_1_$(dpkg-architecture -qDEB_HOST_ARCH).deb cd .. rm -fr $CODE_DIR