[Pkg-xfce-commits] r7396 - desktop/trunk/xfconf/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue May 21 06:55:56 UTC 2013


Author: corsac
Date: 2013-05-21 18:55:55 +0000 (Tue, 21 May 2013)
New Revision: 7396

Modified:
   desktop/trunk/xfconf/debian/changelog
   desktop/trunk/xfconf/debian/rules
Log:
* debian/rules:
  - enable all hardening flags.

Modified: desktop/trunk/xfconf/debian/changelog
===================================================================
--- desktop/trunk/xfconf/debian/changelog	2013-05-21 18:54:07 UTC (rev 7395)
+++ desktop/trunk/xfconf/debian/changelog	2013-05-21 18:55:55 UTC (rev 7396)
@@ -1,3 +1,10 @@
+xfconf (4.10.0-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - enable all hardening flags.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 21 May 2013 20:55:36 +0200
+
 xfconf (4.10.0-1) experimental; urgency=low
 
   * New upstream stable release.

Modified: desktop/trunk/xfconf/debian/rules
===================================================================
--- desktop/trunk/xfconf/debian/rules	2013-05-21 18:54:07 UTC (rev 7395)
+++ desktop/trunk/xfconf/debian/rules	2013-05-21 18:55:55 UTC (rev 7396)
@@ -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