[Pkg-xfce-commits] r7476 - desktop/trunk/libxfcegui4/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue May 21 10:31:02 UTC 2013
Author: corsac
Date: 2013-05-21 22:31:02 +0000 (Tue, 21 May 2013)
New Revision: 7476
Modified:
desktop/trunk/libxfcegui4/debian/changelog
desktop/trunk/libxfcegui4/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: desktop/trunk/libxfcegui4/debian/changelog
===================================================================
--- desktop/trunk/libxfcegui4/debian/changelog 2013-05-21 22:30:34 UTC (rev 7475)
+++ desktop/trunk/libxfcegui4/debian/changelog 2013-05-21 22:31:02 UTC (rev 7476)
@@ -1,3 +1,10 @@
+libxfcegui4 (4.10.0-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - enable all hardening flags.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 22 May 2013 00:30:51 +0200
+
libxfcegui4 (4.10.0-1) experimental; urgency=low
* New upstream stable release.
Modified: desktop/trunk/libxfcegui4/debian/rules
===================================================================
--- desktop/trunk/libxfcegui4/debian/rules 2013-05-21 22:30:34 UTC (rev 7475)
+++ desktop/trunk/libxfcegui4/debian/rules 2013-05-21 22:31:02 UTC (rev 7476)
@@ -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
%:
dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list