[Pkg-xfce-commits] r7483 - desktop/trunk/thunar-volman/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue May 21 10:38:22 UTC 2013
Author: corsac
Date: 2013-05-21 22:38:22 +0000 (Tue, 21 May 2013)
New Revision: 7483
Modified:
desktop/trunk/thunar-volman/debian/changelog
desktop/trunk/thunar-volman/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: desktop/trunk/thunar-volman/debian/changelog
===================================================================
--- desktop/trunk/thunar-volman/debian/changelog 2013-05-21 22:37:39 UTC (rev 7482)
+++ desktop/trunk/thunar-volman/debian/changelog 2013-05-21 22:38:22 UTC (rev 7483)
@@ -1,3 +1,10 @@
+thunar-volman (0.8.0-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - enable all hardening flags.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 22 May 2013 00:38:10 +0200
+
thunar-volman (0.8.0-1) experimental; urgency=low
[ Lionel Le Folgoc ]
Modified: desktop/trunk/thunar-volman/debian/rules
===================================================================
--- desktop/trunk/thunar-volman/debian/rules 2013-05-21 22:37:39 UTC (rev 7482)
+++ desktop/trunk/thunar-volman/debian/rules 2013-05-21 22:38:22 UTC (rev 7483)
@@ -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
%:
dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list