[Pkg-xfce-commits] r7656 - goodies/trunk/xfce4-indicator-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat May 25 05:44:12 UTC 2013
Author: corsac
Date: 2013-05-25 17:44:12 +0000 (Sat, 25 May 2013)
New Revision: 7656
Modified:
goodies/trunk/xfce4-indicator-plugin/debian/changelog
goodies/trunk/xfce4-indicator-plugin/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: goodies/trunk/xfce4-indicator-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/changelog 2013-05-25 17:43:48 UTC (rev 7655)
+++ goodies/trunk/xfce4-indicator-plugin/debian/changelog 2013-05-25 17:44:12 UTC (rev 7656)
@@ -8,6 +8,8 @@
- update standards version to 3.9.4.
- drop useless versions in build-deps
- drop dpkg-dev build-dep
+ * debian/rules:
+ - enable all hardening flags.
-- Lionel Le Folgoc <mrpouit at gmail.com> Wed, 23 May 2012 21:24:51 +0200
Modified: goodies/trunk/xfce4-indicator-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/rules 2013-05-25 17:43:48 UTC (rev 7655)
+++ goodies/trunk/xfce4-indicator-plugin/debian/rules 2013-05-25 17:44:12 UTC (rev 7656)
@@ -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