[med-svn] r22162 - trunk/packages/rostlab/proftmb/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Jun 22 07:44:37 UTC 2016


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 <merlettaia at gmail.com>  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
 




More information about the debian-med-commit mailing list