[Pkg-xfce-commits] r7295 - desktop/trunk/orage/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat Feb 2 09:26:45 UTC 2013


Author: corsac
Date: 2013-02-02 09:26:45 +0000 (Sat, 02 Feb 2013)
New Revision: 7295

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

Modified: desktop/trunk/orage/debian/changelog
===================================================================
--- desktop/trunk/orage/debian/changelog	2013-02-02 09:16:58 UTC (rev 7294)
+++ desktop/trunk/orage/debian/changelog	2013-02-02 09:26:45 UTC (rev 7295)
@@ -4,6 +4,8 @@
   * debian/patches
     - 0001-4.8.3.1-Fixed-Bug-8525-Orage-keeps-notifying-every-s dropped,
       included upstream.
+  * debian/rules:
+    - enable 'all' hardening flags.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 02 Feb 2013 10:16:03 +0100
 

Modified: desktop/trunk/orage/debian/rules
===================================================================
--- desktop/trunk/orage/debian/rules	2013-02-02 09:16:58 UTC (rev 7294)
+++ desktop/trunk/orage/debian/rules	2013-02-02 09:26:45 UTC (rev 7295)
@@ -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