[Pkg-xfce-commits] r7372 - goodies/trunk/lightdm/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun May 5 12:03:51 UTC 2013


Author: corsac
Date: 2013-05-05 12:03:51 +0000 (Sun, 05 May 2013)
New Revision: 7372

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/rules
Log:
* debian/rules:
  - hardening=+pie segfaults but +bindnow does work so keep it enabled.

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2013-05-05 11:49:00 UTC (rev 7371)
+++ goodies/trunk/lightdm/debian/changelog	2013-05-05 12:03:51 UTC (rev 7372)
@@ -5,6 +5,8 @@
 
   [ Yves-Alexis Perez ]
   * Upload to unstable.
+  * debian/rules:
+    - hardening=+pie segfaults but +bindnow does work so keep it enabled.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Wed, 24 Apr 2013 21:53:09 +0200
 

Modified: goodies/trunk/lightdm/debian/rules
===================================================================
--- goodies/trunk/lightdm/debian/rules	2013-05-05 11:49:00 UTC (rev 7371)
+++ goodies/trunk/lightdm/debian/rules	2013-05-05 12:03:51 UTC (rev 7372)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
-#export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 




More information about the Pkg-xfce-commits mailing list