[Pkg-xfce-commits] r7424 - desktop/trunk/xfce4-panel/debian

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


Author: corsac
Date: 2013-05-21 20:40:11 +0000 (Tue, 21 May 2013)
New Revision: 7424

Modified:
   desktop/trunk/xfce4-panel/debian/changelog
   desktop/trunk/xfce4-panel/debian/rules
Log:
* debian/rules:
  - enable all hardeningflags.

Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog	2013-05-21 20:39:45 UTC (rev 7423)
+++ desktop/trunk/xfce4-panel/debian/changelog	2013-05-21 20:40:11 UTC (rev 7424)
@@ -4,6 +4,8 @@
     - conflicts about a future 4.11 panel.
   * debian/xfce4-panel-dev.install:
     - static files are not built anymore, don't try to install them.
+  * debian/rules:
+    - enable all hardeningflags.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 14 May 2012 20:30:10 +0200
 

Modified: desktop/trunk/xfce4-panel/debian/rules
===================================================================
--- desktop/trunk/xfce4-panel/debian/rules	2013-05-21 20:39:45 UTC (rev 7423)
+++ desktop/trunk/xfce4-panel/debian/rules	2013-05-21 20:40:11 UTC (rev 7424)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
-export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 




More information about the Pkg-xfce-commits mailing list