[med-svn] r22103 - trunk/packages/dssp/trunk/debian

Tatiana Malygina latticetower-guest at moszumanska.debian.org
Tue Jun 7 16:03:56 UTC 2016


Author: latticetower-guest
Date: 2016-06-07 16:03:55 +0000 (Tue, 07 Jun 2016)
New Revision: 22103

Modified:
   trunk/packages/dssp/trunk/debian/changelog
   trunk/packages/dssp/trunk/debian/rules
Log:
turn on hardening

Modified: trunk/packages/dssp/trunk/debian/changelog
===================================================================
--- trunk/packages/dssp/trunk/debian/changelog	2016-06-07 15:56:49 UTC (rev 22102)
+++ trunk/packages/dssp/trunk/debian/changelog	2016-06-07 16:03:55 UTC (rev 22103)
@@ -4,6 +4,7 @@
   * cme fix dpkg-control
   * add example files
   * add simple testsuite and README.test
+  * turn on hardening
 
  -- Tatiana Malygina <merlettaia at gmail.com>  Tue, 07 Jun 2016 14:58:19 +0000
 

Modified: trunk/packages/dssp/trunk/debian/rules
===================================================================
--- trunk/packages/dssp/trunk/debian/rules	2016-06-07 15:56:49 UTC (rev 22102)
+++ trunk/packages/dssp/trunk/debian/rules	2016-06-07 16:03:55 UTC (rev 22103)
@@ -8,6 +8,8 @@
 export DEST_DIR:=/usr
 export LDOPTS:=$(LDFLAGS)
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ --parallel
 




More information about the debian-med-commit mailing list