[Pkg-xfce-commits] r7431 - desktop/trunk/xfce4-session/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue May 21 09:12:05 UTC 2013


Author: corsac
Date: 2013-05-21 21:12:05 +0000 (Tue, 21 May 2013)
New Revision: 7431

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

Modified: desktop/trunk/xfce4-session/debian/changelog
===================================================================
--- desktop/trunk/xfce4-session/debian/changelog	2013-05-21 21:09:21 UTC (rev 7430)
+++ desktop/trunk/xfce4-session/debian/changelog	2013-05-21 21:12:05 UTC (rev 7431)
@@ -1,3 +1,10 @@
+xfce4-session (4.10.0-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - enable all hardening flags.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 21 May 2013 23:11:55 +0200
+
 xfce4-session (4.10.0-2) experimental; urgency=low
 
   * debian/control:

Modified: desktop/trunk/xfce4-session/debian/rules
===================================================================
--- desktop/trunk/xfce4-session/debian/rules	2013-05-21 21:09:21 UTC (rev 7430)
+++ desktop/trunk/xfce4-session/debian/rules	2013-05-21 21:12:05 UTC (rev 7431)
@@ -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
 
 override_dh_install:
 	chmod 755 debian/tmp/etc/xdg/xfce4/xinitrc




More information about the Pkg-xfce-commits mailing list