[Pkg-xfce-commits] r7506 - goodies/trunk/xfce4-cpugraph-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed May 22 05:48:03 UTC 2013
Author: corsac
Date: 2013-05-22 05:48:03 +0000 (Wed, 22 May 2013)
New Revision: 7506
Modified:
goodies/trunk/xfce4-cpugraph-plugin/debian/changelog
goodies/trunk/xfce4-cpugraph-plugin/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: goodies/trunk/xfce4-cpugraph-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/changelog 2013-05-22 05:47:31 UTC (rev 7505)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/changelog 2013-05-22 05:48:03 UTC (rev 7506)
@@ -1,10 +1,15 @@
xfce4-cpugraph-plugin (1.0.5-1) UNRELEASED; urgency=low
+ [ Lionel Le Folgoc ]
* New upstream release.
* debian/patches:
- 0001-Revert-set-bars-orientation-to-opposite-of-panel-ori dropped,
included upstream.
+ [ Yves-Alexis Perez ]
+ * debian/rules:
+ - enable all hardening flags.
+
-- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 11 Aug 2012 13:59:34 +0200
xfce4-cpugraph-plugin (1.0.3-1) unstable; urgency=low
Modified: goodies/trunk/xfce4-cpugraph-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/rules 2013-05-22 05:47:31 UTC (rev 7505)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/rules 2013-05-22 05:48:03 UTC (rev 7506)
@@ -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:
find debian/xfce4-cpugraph-plugin/usr/lib -name '*.la' -delete
More information about the Pkg-xfce-commits
mailing list