[Pkg-xfce-commits] r7663 - goodies/trunk/xfce4-places-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat May 25 07:13:59 UTC 2013


Author: corsac
Date: 2013-05-25 19:13:59 +0000 (Sat, 25 May 2013)
New Revision: 7663

Modified:
   goodies/trunk/xfce4-places-plugin/debian/changelog
   goodies/trunk/xfce4-places-plugin/debian/rules
Log:
enable all hardening flags.

Modified: goodies/trunk/xfce4-places-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/changelog	2013-05-25 19:13:35 UTC (rev 7662)
+++ goodies/trunk/xfce4-places-plugin/debian/changelog	2013-05-25 19:13:59 UTC (rev 7663)
@@ -5,6 +5,7 @@
   * debian/rules:
     - remove .la files
     - disable static build just in case
+    - enable all hardening flags.
   * debian/xfce4-places-plugin.lintian-overrides:
     - add override for no-fortify since we do use hardening flags, it's just a
       false positive.

Modified: goodies/trunk/xfce4-places-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/rules	2013-05-25 19:13:35 UTC (rev 7662)
+++ goodies/trunk/xfce4-places-plugin/debian/rules	2013-05-25 19:13:59 UTC (rev 7663)
@@ -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