[Pkg-xfce-commits] r7419 - desktop/trunk/xfce4-settings/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue May 21 08:22:30 UTC 2013


Author: corsac
Date: 2013-05-21 20:22:30 +0000 (Tue, 21 May 2013)
New Revision: 7419

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

Modified: desktop/trunk/xfce4-settings/debian/changelog
===================================================================
--- desktop/trunk/xfce4-settings/debian/changelog	2013-05-21 20:22:00 UTC (rev 7418)
+++ desktop/trunk/xfce4-settings/debian/changelog	2013-05-21 20:22:30 UTC (rev 7419)
@@ -1,6 +1,8 @@
 xfce4-settings (4.10.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:21:51 +0200
 

Modified: desktop/trunk/xfce4-settings/debian/rules
===================================================================
--- desktop/trunk/xfce4-settings/debian/rules	2013-05-21 20:22:00 UTC (rev 7418)
+++ desktop/trunk/xfce4-settings/debian/rules	2013-05-21 20:22:30 UTC (rev 7419)
@@ -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
 
 override_dh_auto_configure:
 	find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;




More information about the Pkg-xfce-commits mailing list