[Pkg-xfce-commits] r7518 - goodies/trunk/xfce4-systemload-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed May 22 06:34:28 UTC 2013
Author: corsac
Date: 2013-05-22 06:34:27 +0000 (Wed, 22 May 2013)
New Revision: 7518
Modified:
goodies/trunk/xfce4-systemload-plugin/debian/changelog
goodies/trunk/xfce4-systemload-plugin/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: goodies/trunk/xfce4-systemload-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-systemload-plugin/debian/changelog 2013-05-22 06:33:59 UTC (rev 7517)
+++ goodies/trunk/xfce4-systemload-plugin/debian/changelog 2013-05-22 06:34:27 UTC (rev 7518)
@@ -1,10 +1,15 @@
xfce4-systemload-plugin (1.1.1-2) UNRELEASED; urgency=low
+ [ Lionel Le Folgoc ]
* debian/control:
- build-dep on libupower-glib-dev and recommend upower to enable the
power saving feature.
- add myself to Uploaders.
+ [ Yves-Alexis Perez ]
+ * debian/rules:
+ - enable all hardening flags.
+
-- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 19 May 2012 20:58:58 +0200
xfce4-systemload-plugin (1.1.1-1) unstable; urgency=low
Modified: goodies/trunk/xfce4-systemload-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-systemload-plugin/debian/rules 2013-05-22 06:33:59 UTC (rev 7517)
+++ goodies/trunk/xfce4-systemload-plugin/debian/rules 2013-05-22 06:34:27 UTC (rev 7518)
@@ -1,6 +1,6 @@
#!/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