[med-svn] r17919 - trunk/packages/seqan/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Sep 2 16:54:44 UTC 2014


Author: tille
Date: 2014-09-02 16:54:43 +0000 (Tue, 02 Sep 2014)
New Revision: 17919

Modified:
   trunk/packages/seqan/trunk/debian/changelog
   trunk/packages/seqan/trunk/debian/rules
Log:
Do proper manipulation of build options


Modified: trunk/packages/seqan/trunk/debian/changelog
===================================================================
--- trunk/packages/seqan/trunk/debian/changelog	2014-09-02 16:45:28 UTC (rev 17918)
+++ trunk/packages/seqan/trunk/debian/changelog	2014-09-02 16:54:43 UTC (rev 17919)
@@ -1,3 +1,11 @@
+seqan (1.4.1+dfsg-2) unstable; urgency=medium
+
+  * Do proper manipulation of build options (thanks for the hint to
+    Etienne Millon <me at emillon.org>)
+    Closes: #759978, #752558
+
+ -- Andreas Tille <tille at debian.org>  Mon, 01 Sep 2014 22:54:54 +0200
+
 seqan (1.4.1+dfsg-1) unstable; urgency=medium
 
   * Fix FTBFS on many buildds due to RAM exhaustion (thanks to

Modified: trunk/packages/seqan/trunk/debian/rules
===================================================================
--- trunk/packages/seqan/trunk/debian/rules	2014-09-02 16:45:28 UTC (rev 17918)
+++ trunk/packages/seqan/trunk/debian/rules	2014-09-02 16:54:43 UTC (rev 17919)
@@ -4,7 +4,9 @@
 export DH_VERBOSE=1
 
 # Droping -fstack-protector flag helps **drastically** reducing memory consumption when building the package!!!!
-export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-fstack-protector *//')
+# export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-fstack-protector *//')  ## this simply tiggers #759978
+export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
+# alternatively: export DEB_CXXFLAGS_STRIP='-fstack-protector'
 
 DEB_HOST_ARCH       ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 




More information about the debian-med-commit mailing list