[Pkg-xfce-commits] r7322 - desktop/branches/experimental/mousepad/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Mar 3 02:42:42 UTC 2013
Author: corsac
Date: 2013-03-03 14:42:41 +0000 (Sun, 03 Mar 2013)
New Revision: 7322
Modified:
desktop/branches/experimental/mousepad/debian/changelog
desktop/branches/experimental/mousepad/debian/rules
Log:
* debian/rules:
- enable all hardening flags..
Modified: desktop/branches/experimental/mousepad/debian/changelog
===================================================================
--- desktop/branches/experimental/mousepad/debian/changelog 2013-03-03 14:41:19 UTC (rev 7321)
+++ desktop/branches/experimental/mousepad/debian/changelog 2013-03-03 14:42:41 UTC (rev 7322)
@@ -3,6 +3,8 @@
[ Yves-Alexis Perez ]
* debian/control:
- drop build-dep on hardening-includes, not needed anymore.
+ * debian/rules:
+ - enable all hardening flags..
[ Lionel Le Folgoc ]
* debian/control:
Modified: desktop/branches/experimental/mousepad/debian/rules
===================================================================
--- desktop/branches/experimental/mousepad/debian/rules 2013-03-03 14:41:19 UTC (rev 7321)
+++ desktop/branches/experimental/mousepad/debian/rules 2013-03-03 14:42:41 UTC (rev 7322)
@@ -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:
# install menu pixmap
More information about the Pkg-xfce-commits
mailing list