[Pkg-xfce-commits] r7501 - goodies/trunk/xfburn/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed May 22 05:41:26 UTC 2013
Author: corsac
Date: 2013-05-22 05:41:26 +0000 (Wed, 22 May 2013)
New Revision: 7501
Modified:
goodies/trunk/xfburn/debian/changelog
goodies/trunk/xfburn/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: goodies/trunk/xfburn/debian/changelog
===================================================================
--- goodies/trunk/xfburn/debian/changelog 2013-05-22 05:39:29 UTC (rev 7500)
+++ goodies/trunk/xfburn/debian/changelog 2013-05-22 05:41:26 UTC (rev 7501)
@@ -1,10 +1,16 @@
xfburn (0.4.3-6) UNRELEASED; urgency=low
+ [ Lionel Le Folgoc ]
* debian/patches:
- 03_fix-missing-include.patch: added, fix FTBFS with recent glib and
libxfce4util versions.
+ [ Yves-Alexis Perez ]
+ * debian/rules:
+ - enable all hardening flags.
+
-- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 19 May 2012 21:46:23 +0200
+
xfburn (0.4.3-5) unstable; urgency=low
* debian/patches:
Modified: goodies/trunk/xfburn/debian/rules
===================================================================
--- goodies/trunk/xfburn/debian/rules 2013-05-22 05:39:29 UTC (rev 7500)
+++ goodies/trunk/xfburn/debian/rules 2013-05-22 05:41:26 UTC (rev 7501)
@@ -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 $@
More information about the Pkg-xfce-commits
mailing list