[med-svn] r22093 - trunk/packages/conservation-code/trunk/debian

Tatiana Malygina latticetower-guest at moszumanska.debian.org
Mon Jun 6 10:13:32 UTC 2016


Author: latticetower-guest
Date: 2016-06-06 10:13:31 +0000 (Mon, 06 Jun 2016)
New Revision: 22093

Modified:
   trunk/packages/conservation-code/trunk/debian/changelog
   trunk/packages/conservation-code/trunk/debian/rules
Log:
add hardening

Modified: trunk/packages/conservation-code/trunk/debian/changelog
===================================================================
--- trunk/packages/conservation-code/trunk/debian/changelog	2016-06-06 09:58:21 UTC (rev 22092)
+++ trunk/packages/conservation-code/trunk/debian/changelog	2016-06-06 10:13:31 UTC (rev 22093)
@@ -4,7 +4,9 @@
   [ Tatiana Malygina ]
   * add draft autopkgtest
   * fixed example file in test + added test with error in matrix path
-  * upstream fix - to load identity matrix without error when no alignment matrix is found
+  * upstream fix - to load identity matrix without error when no alignment
+    matrix is found
+  * add hardening
 
   [ Andreas Tille ]
   * install link to /usr/bin rather than copy of Python file

Modified: trunk/packages/conservation-code/trunk/debian/rules
===================================================================
--- trunk/packages/conservation-code/trunk/debian/rules	2016-06-06 09:58:21 UTC (rev 22092)
+++ trunk/packages/conservation-code/trunk/debian/rules	2016-06-06 10:13:31 UTC (rev 22093)
@@ -4,6 +4,8 @@
 PACKAGE:=$(shell dpkg-parsechangelog --format rfc822|sed --posix -n -e 's/^Source: \(.*\)/\1/p;')
 VERSION:=$(shell dpkg-parsechangelog --format rfc822|sed --posix -n -e 's/^Version: \([0-9.]*\).*/\1/p;')
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 MANS=debian/score_conservation.1
 prefix?=/usr
 




More information about the debian-med-commit mailing list