Author: tille Date: 2016-06-22 07:44:37 +0000 (Wed, 22 Jun 2016) New Revision: 22162
Modified: trunk/packages/rostlab/proftmb/trunk/debian/changelog trunk/packages/rostlab/proftmb/trunk/debian/rules Log: Better hardening Modified: trunk/packages/rostlab/proftmb/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/proftmb/trunk/debian/changelog 2016-06-22 07:44:17 UTC (rev 22161) +++ trunk/packages/rostlab/proftmb/trunk/debian/changelog 2016-06-22 07:44:37 UTC (rev 22162) @@ -9,6 +9,7 @@ [ Andreas Tille ] * Secure Vcs-Browser + * Better hardening -- Tatiana Malygina <[email protected]> Tue, 21 Jun 2016 08:29:42 +0300 Modified: trunk/packages/rostlab/proftmb/trunk/debian/rules =================================================================== --- trunk/packages/rostlab/proftmb/trunk/debian/rules 2016-06-22 07:44:17 UTC (rev 22161) +++ trunk/packages/rostlab/proftmb/trunk/debian/rules 2016-06-22 07:44:37 UTC (rev 22162) @@ -2,6 +2,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Does not build with +all +# export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow + %: dh $@ --parallel _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
