[Pkg-xfce-commits] r7470 - desktop/trunk/tumbler/debian

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


Author: corsac
Date: 2013-05-21 22:24:50 +0000 (Tue, 21 May 2013)
New Revision: 7470

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

Modified: desktop/trunk/tumbler/debian/changelog
===================================================================
--- desktop/trunk/tumbler/debian/changelog	2013-05-21 22:24:28 UTC (rev 7469)
+++ desktop/trunk/tumbler/debian/changelog	2013-05-21 22:24:50 UTC (rev 7470)
@@ -5,6 +5,8 @@
   * debian/control:
     - update gstreamer build-dep to libgstreamer1.0-dev and
       libgstreamer-plugins-base1.0-dev.
+  * debian/rules:
+    - enable all hardening flags.
 
   [ Lionel Le Folgoc ]
   * New upstream release (0.1.27):

Modified: desktop/trunk/tumbler/debian/rules
===================================================================
--- desktop/trunk/tumbler/debian/rules	2013-05-21 22:24:28 UTC (rev 7469)
+++ desktop/trunk/tumbler/debian/rules	2013-05-21 22:24:50 UTC (rev 7470)
@@ -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_install:
 	dh_install --list-missing -X .la




More information about the Pkg-xfce-commits mailing list