[Pkg-xfce-commits] r7452 - desktop/trunk/thunar/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue May 21 09:54:47 UTC 2013
Author: corsac
Date: 2013-05-21 21:54:47 +0000 (Tue, 21 May 2013)
New Revision: 7452
Modified:
desktop/trunk/thunar/debian/changelog
desktop/trunk/thunar/debian/rules
Log:
enable all hardening flags.
Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog 2013-05-21 21:54:24 UTC (rev 7451)
+++ desktop/trunk/thunar/debian/changelog 2013-05-21 21:54:47 UTC (rev 7452)
@@ -4,6 +4,7 @@
* debian/rules:
- enable verbose build so blhc can extract information from the log.
- don't disable dh_auto_test anymore.
+ - enable all hardening flags.
-- Yves-Alexis Perez <corsac at debian.org> Tue, 21 May 2013 23:54:13 +0200
Modified: desktop/trunk/thunar/debian/rules
===================================================================
--- desktop/trunk/thunar/debian/rules 2013-05-21 21:54:24 UTC (rev 7451)
+++ desktop/trunk/thunar/debian/rules 2013-05-21 21:54:47 UTC (rev 7452)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
-export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
More information about the Pkg-xfce-commits
mailing list