[Pkg-xfce-commits] r7684 - goodies/trunk/xfce4-sensors-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun May 26 11:10:15 UTC 2013
Author: corsac
Date: 2013-05-26 11:10:15 +0000 (Sun, 26 May 2013)
New Revision: 7684
Modified:
goodies/trunk/xfce4-sensors-plugin/debian/changelog
goodies/trunk/xfce4-sensors-plugin/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: goodies/trunk/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/changelog 2013-05-26 11:09:12 UTC (rev 7683)
+++ goodies/trunk/xfce4-sensors-plugin/debian/changelog 2013-05-26 11:10:15 UTC (rev 7684)
@@ -1,5 +1,6 @@
xfce4-sensors-plugin (1.2.5-2) UNRELEASED; urgency=low
+ [ Daniel Echeverry ]
* Team upload.
* debian/control
+ Update description to fix a lintian warning
@@ -9,6 +10,10 @@
+ Add fix_typo_in_fr.po.diff patch
+ Fix a mistake in the french translation closes: #663498
+ [ Yves-Alexis Perez ]
+ * debian/rules:
+ - enable all hardening flags.
+
-- Daniel Echeverry <epsilon77 at gmail.com> Sun, 02 Sep 2012 03:41:57 -0500
xfce4-sensors-plugin (1.2.5-1) unstable; urgency=low
Modified: goodies/trunk/xfce4-sensors-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/rules 2013-05-26 11:09:12 UTC (rev 7683)
+++ goodies/trunk/xfce4-sensors-plugin/debian/rules 2013-05-26 11:10:15 UTC (rev 7684)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
-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