[Pkg-xfce-commits] r7413 - desktop/trunk/garcon/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue May 21 08:09:50 UTC 2013
Author: corsac
Date: 2013-05-21 20:09:50 +0000 (Tue, 21 May 2013)
New Revision: 7413
Modified:
desktop/trunk/garcon/debian/changelog
desktop/trunk/garcon/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: desktop/trunk/garcon/debian/changelog
===================================================================
--- desktop/trunk/garcon/debian/changelog 2013-05-21 20:09:26 UTC (rev 7412)
+++ desktop/trunk/garcon/debian/changelog 2013-05-21 20:09:50 UTC (rev 7413)
@@ -1,6 +1,8 @@
garcon (0.2.1-1) UNRELEASED; urgency=low
* New upstream release.
+ * debian/rules:
+ - enable all hardening flags.
-- Yves-Alexis Perez <corsac at debian.org> Tue, 21 May 2013 22:09:18 +0200
Modified: desktop/trunk/garcon/debian/rules
===================================================================
--- desktop/trunk/garcon/debian/rules 2013-05-21 20:09:26 UTC (rev 7412)
+++ desktop/trunk/garcon/debian/rules 2013-05-21 20:09:50 UTC (rev 7413)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
-export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list