[med-svn] r23025 - trunk/packages/gwyddion/trunk/debian
Jan Beyer
beathovn-guest at moszumanska.debian.org
Tue Nov 8 20:38:25 UTC 2016
Author: beathovn-guest
Date: 2016-11-08 20:38:24 +0000 (Tue, 08 Nov 2016)
New Revision: 23025
Modified:
trunk/packages/gwyddion/trunk/debian/changelog
trunk/packages/gwyddion/trunk/debian/rules
Log:
Enable bindnow linker flag for increased security.
Modified: trunk/packages/gwyddion/trunk/debian/changelog
===================================================================
--- trunk/packages/gwyddion/trunk/debian/changelog 2016-11-08 20:18:51 UTC (rev 23024)
+++ trunk/packages/gwyddion/trunk/debian/changelog 2016-11-08 20:38:24 UTC (rev 23025)
@@ -2,6 +2,8 @@
* debian/control:
- change to https-transport in Vcs-Browser field
+ * debian/rules:
+ - add hardening+=bindnow linker flag to increase security
-- Jan Beyer <jan at beathovn.de> Tue, 08 Nov 2016 20:47:14 +0100
Modified: trunk/packages/gwyddion/trunk/debian/rules
===================================================================
--- trunk/packages/gwyddion/trunk/debian/rules 2016-11-08 20:18:51 UTC (rev 23024)
+++ trunk/packages/gwyddion/trunk/debian/rules 2016-11-08 20:38:24 UTC (rev 23025)
@@ -6,6 +6,9 @@
#DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${libdir} CFLAGS= "-Wall -g" --disable-rpath
DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${libdir} --disable-rpath
#DEB_BUILDDIR := $(DEB_SRCDIR)/debian/tmp
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
DEB_DH_INSTALL_SOURCEDIR := $(DEB_SRCDIR)/debian/tmp
DEB_INSTALL_CHANGELOGS_ALL :=
DEB_INSTALL_DOCS_gwyddion := modules/pygwy/README.pygwy
More information about the debian-med-commit
mailing list