[med-svn] r21692 - in trunk/packages/seer: . tags tags/1.1.0-1 trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Apr 12 08:51:53 UTC 2016
Author: tille
Date: 2016-04-12 08:51:52 +0000 (Tue, 12 Apr 2016)
New Revision: 21692
Added:
trunk/packages/seer/tags/
trunk/packages/seer/tags/1.1.0-1/
Modified:
trunk/packages/seer/tags/1.1.0-1/rules
trunk/packages/seer/trunk/debian/rules
Log:
Tagged 1.1.0-1
Modified: trunk/packages/seer/tags/1.1.0-1/rules
===================================================================
--- trunk/packages/seer/trunk/debian/rules 2016-04-11 20:29:59 UTC (rev 21689)
+++ trunk/packages/seer/tags/1.1.0-1/rules 2016-04-12 08:51:52 UTC (rev 21692)
@@ -7,7 +7,9 @@
export CPATH := /usr/include/hdf5/serial
export LIBRARY_PATH := /usr/lib/$(DEB_TARGET_MULTIARCH)/hdf5/serial
-export LDFLAGS+=-pthread
+## The following destroys hardening flags.
+## --> see debian/patches/pthread_versus_hardening.patch
+##export LDFLAGS := -pthread $(LDFLAGS)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
Modified: trunk/packages/seer/trunk/debian/rules
===================================================================
--- trunk/packages/seer/trunk/debian/rules 2016-04-12 06:40:57 UTC (rev 21691)
+++ trunk/packages/seer/trunk/debian/rules 2016-04-12 08:51:52 UTC (rev 21692)
@@ -7,7 +7,9 @@
export CPATH := /usr/include/hdf5/serial
export LIBRARY_PATH := /usr/lib/$(DEB_TARGET_MULTIARCH)/hdf5/serial
-export LDFLAGS+=-pthread
+## The following destroys hardening flags.
+## --> see debian/patches/pthread_versus_hardening.patch
+##export LDFLAGS := -pthread $(LDFLAGS)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
More information about the debian-med-commit
mailing list