[Pkg-xfce-commits] r7464 - desktop/trunk/xfce4-terminal/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue May 21 10:14:59 UTC 2013


Author: corsac
Date: 2013-05-21 22:14:59 +0000 (Tue, 21 May 2013)
New Revision: 7464

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

Modified: desktop/trunk/xfce4-terminal/debian/changelog
===================================================================
--- desktop/trunk/xfce4-terminal/debian/changelog	2013-05-21 22:14:41 UTC (rev 7463)
+++ desktop/trunk/xfce4-terminal/debian/changelog	2013-05-21 22:14:59 UTC (rev 7464)
@@ -1,6 +1,8 @@
 xfce4-terminal (0.6.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules:
+    - enable all hardening flags.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Wed, 22 May 2013 00:14:32 +0200
 

Modified: desktop/trunk/xfce4-terminal/debian/rules
===================================================================
--- desktop/trunk/xfce4-terminal/debian/rules	2013-05-21 22:14:41 UTC (rev 7463)
+++ desktop/trunk/xfce4-terminal/debian/rules	2013-05-21 22:14:59 UTC (rev 7464)
@@ -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:




More information about the Pkg-xfce-commits mailing list