[Pkg-xfce-commits] r7498 - goodies/trunk/ristretto/debian

Yves-Alexis Perez corsac at alioth.debian.org
Wed May 22 05:32:29 UTC 2013


Author: corsac
Date: 2013-05-22 05:32:28 +0000 (Wed, 22 May 2013)
New Revision: 7498

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

Modified: goodies/trunk/ristretto/debian/changelog
===================================================================
--- goodies/trunk/ristretto/debian/changelog	2013-05-22 05:31:53 UTC (rev 7497)
+++ goodies/trunk/ristretto/debian/changelog	2013-05-22 05:32:28 UTC (rev 7498)
@@ -1,3 +1,10 @@
+ristretto (0.6.3-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - enable all hardening flags.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 22 May 2013 07:32:16 +0200
+
 ristretto (0.6.3-1) experimental; urgency=low
 
   * New upstream release.

Modified: goodies/trunk/ristretto/debian/rules
===================================================================
--- goodies/trunk/ristretto/debian/rules	2013-05-22 05:31:53 UTC (rev 7497)
+++ goodies/trunk/ristretto/debian/rules	2013-05-22 05:32:28 UTC (rev 7498)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
-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