[Pkg-xfce-commits] r7626 - goodies/trunk/xfce4-mount-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat May 25 12:57:34 UTC 2013


Author: corsac
Date: 2013-05-25 12:57:34 +0000 (Sat, 25 May 2013)
New Revision: 7626

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

Modified: goodies/trunk/xfce4-mount-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mount-plugin/debian/changelog	2013-05-25 12:56:53 UTC (rev 7625)
+++ goodies/trunk/xfce4-mount-plugin/debian/changelog	2013-05-25 12:57:34 UTC (rev 7626)
@@ -1,3 +1,10 @@
+xfce4-mount-plugin (0.6.4-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - enable all hardening flags.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 25 May 2013 14:57:25 +0200
+
 xfce4-mount-plugin (0.6.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: goodies/trunk/xfce4-mount-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-mount-plugin/debian/rules	2013-05-25 12:56:53 UTC (rev 7625)
+++ goodies/trunk/xfce4-mount-plugin/debian/rules	2013-05-25 12:57:34 UTC (rev 7626)
@@ -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