[Pkg-xfce-commits] r7532 - goodies/trunk/xfce4-timer-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed May 22 06:43:48 UTC 2013
Author: corsac
Date: 2013-05-22 18:43:48 +0000 (Wed, 22 May 2013)
New Revision: 7532
Modified:
goodies/trunk/xfce4-timer-plugin/debian/changelog
goodies/trunk/xfce4-timer-plugin/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: goodies/trunk/xfce4-timer-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/changelog 2013-05-22 18:43:28 UTC (rev 7531)
+++ goodies/trunk/xfce4-timer-plugin/debian/changelog 2013-05-22 18:43:48 UTC (rev 7532)
@@ -3,6 +3,8 @@
* New upstream release. closes: #709338
* debian/patches:
- 01_improve-timer-stop refreshed.
+ * debian/rules:
+ - enable all hardening flags.
-- Yves-Alexis Perez <corsac at debian.org> Wed, 22 May 2013 20:38:26 +0200
Modified: goodies/trunk/xfce4-timer-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/rules 2013-05-22 18:43:28 UTC (rev 7531)
+++ goodies/trunk/xfce4-timer-plugin/debian/rules 2013-05-22 18:43:48 UTC (rev 7532)
@@ -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
override_dh_auto_configure:
find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
More information about the Pkg-xfce-commits
mailing list