[Pkg-xfce-commits] r7632 - goodies/trunk/xfce4-mpc-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat May 25 01:03:25 UTC 2013
Author: corsac
Date: 2013-05-25 13:03:25 +0000 (Sat, 25 May 2013)
New Revision: 7632
Modified:
goodies/trunk/xfce4-mpc-plugin/debian/changelog
goodies/trunk/xfce4-mpc-plugin/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: goodies/trunk/xfce4-mpc-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/changelog 2013-05-25 13:03:01 UTC (rev 7631)
+++ goodies/trunk/xfce4-mpc-plugin/debian/changelog 2013-05-25 13:03:25 UTC (rev 7632)
@@ -1,3 +1,10 @@
+xfce4-mpc-plugin (0.4.4-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - enable all hardening flags.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 25 May 2013 15:03:14 +0200
+
xfce4-mpc-plugin (0.4.4-1) unstable; urgency=low
* New upstream release.
Modified: goodies/trunk/xfce4-mpc-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/rules 2013-05-25 13:03:01 UTC (rev 7631)
+++ goodies/trunk/xfce4-mpc-plugin/debian/rules 2013-05-25 13:03:25 UTC (rev 7632)
@@ -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 $@ --parallel
More information about the Pkg-xfce-commits
mailing list