[med-svn] r18848 - trunk/packages/seqan/trunk/debian
Michael Crusoe
misterc-guest at moszumanska.debian.org
Tue Feb 24 04:57:55 UTC 2015
Author: misterc-guest
Date: 2015-02-24 04:57:53 +0000 (Tue, 24 Feb 2015)
New Revision: 18848
Modified:
trunk/packages/seqan/trunk/debian/rules
Log:
Enable parallel builds
Modified: trunk/packages/seqan/trunk/debian/rules
===================================================================
--- trunk/packages/seqan/trunk/debian/rules 2015-02-23 13:25:49 UTC (rev 18847)
+++ trunk/packages/seqan/trunk/debian/rules 2015-02-24 04:57:53 UTC (rev 18848)
@@ -5,7 +5,7 @@
# Droping -fstack-protector flag helps **drastically** reducing memory consumption when building the package!!!!
# export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-fstack-protector *//') ## this simply tiggers #759978
-export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
+# export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
# alternatively: export DEB_CXXFLAGS_STRIP='-fstack-protector'
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
@@ -16,7 +16,7 @@
endif
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_build:
dh_auto_build
More information about the debian-med-commit
mailing list