[Pkg-xfce-commits] r7536 - goodies/trunk/xfce4-xkb-plugin/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Wed May 22 07:10:08 UTC 2013
Author: mrpouit-guest
Date: 2013-05-22 19:10:08 +0000 (Wed, 22 May 2013)
New Revision: 7536
Modified:
goodies/trunk/xfce4-xkb-plugin/debian/changelog
goodies/trunk/xfce4-xkb-plugin/debian/rules
Log:
* New upstream release.
* debian/rules: enable all hardening flags.
Modified: goodies/trunk/xfce4-xkb-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/changelog 2013-05-22 18:50:50 UTC (rev 7535)
+++ goodies/trunk/xfce4-xkb-plugin/debian/changelog 2013-05-22 19:10:08 UTC (rev 7536)
@@ -1,3 +1,10 @@
+xfce4-xkb-plugin (0.5.5-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/rules: enable all hardening flags.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Wed, 22 May 2013 21:01:45 +0200
+
xfce4-xkb-plugin (0.5.4.3-1) unstable; urgency=low
[ Lionel Le Folgoc ]
Modified: goodies/trunk/xfce4-xkb-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/rules 2013-05-22 18:50:50 UTC (rev 7535)
+++ goodies/trunk/xfce4-xkb-plugin/debian/rules 2013-05-22 19:10:08 UTC (rev 7536)
@@ -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_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
More information about the Pkg-xfce-commits
mailing list