[Pkg-xfce-commits] r7408 - desktop/trunk/exo/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue May 21 07:58:16 UTC 2013


Author: corsac
Date: 2013-05-21 19:58:16 +0000 (Tue, 21 May 2013)
New Revision: 7408

Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/rules
Log:
* debian/rules:
  - enable all hardening flags

Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2013-05-21 19:56:50 UTC (rev 7407)
+++ desktop/trunk/exo/debian/changelog	2013-05-21 19:58:16 UTC (rev 7408)
@@ -1,3 +1,10 @@
+exo (0.10.2-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - enable all hardening flags
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 21 May 2013 21:57:58 +0200
+
 exo (0.10.2-1) experimental; urgency=low
 
   * New upstream stable release.

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2013-05-21 19:56:50 UTC (rev 7407)
+++ desktop/trunk/exo/debian/rules	2013-05-21 19:58:16 UTC (rev 7408)
@@ -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
 
 EXO_LIBNAME=1
 EXO_SOVERSION=0




More information about the Pkg-xfce-commits mailing list