r47292 - in /packages/healpix/healpy/trunk/debian: changelog rules
lsinger-guest at users.alioth.debian.org
lsinger-guest at users.alioth.debian.org
Tue Jun 7 14:58:30 UTC 2016
Author: lsinger-guest
Date: Tue Jun 7 14:58:29 2016
New Revision: 47292
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47292
Log:
healpy: enable build hardening
Modified:
packages/healpix/healpy/trunk/debian/changelog
packages/healpix/healpy/trunk/debian/rules
Modified: packages/healpix/healpy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/changelog?rev=47292&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/changelog (original)
+++ packages/healpix/healpy/trunk/debian/changelog Tue Jun 7 14:58:29 2016
@@ -1,6 +1,7 @@
healpy (1.9.1-4) UNRELEASED; urgency=medium
* Remove matplotlibrc file in dh_clean phase.
+ * Enable build hardening.
-- Leo Singer <leo.singer at ligo.org> Tue, 31 May 2016 11:39:48 -0400
Modified: packages/healpix/healpy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/rules?rev=47292&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/rules (original)
+++ packages/healpix/healpy/trunk/debian/rules Tue Jun 7 14:58:29 2016
@@ -1,6 +1,11 @@
#!/usr/bin/make -f
export PYBUILD_NAME=healpy
+
+# Enable build hardening
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
# Link-time optimisation demands knowledge about all CFLAGS both at
# compile time (as represented by CFLAGS and CXXFLAGS) but also at
More information about the debian-science-commits
mailing list