[Pkg-xfce-commits] r7400 - desktop/trunk/libxfce4ui/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue May 21 07:32:46 UTC 2013
Author: corsac
Date: 2013-05-21 19:32:46 +0000 (Tue, 21 May 2013)
New Revision: 7400
Modified:
desktop/trunk/libxfce4ui/debian/changelog
desktop/trunk/libxfce4ui/debian/rules
Log:
* debian/rules:
- enable all hardening flags.
Modified: desktop/trunk/libxfce4ui/debian/changelog
===================================================================
--- desktop/trunk/libxfce4ui/debian/changelog 2013-05-21 19:28:43 UTC (rev 7399)
+++ desktop/trunk/libxfce4ui/debian/changelog 2013-05-21 19:32:46 UTC (rev 7400)
@@ -1,3 +1,10 @@
+libxfce4ui (4.10.0-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - enable all hardening flags.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 21 May 2013 21:32:33 +0200
+
libxfce4ui (4.10.0-1) experimental; urgency=low
* New upstream stable release.
Modified: desktop/trunk/libxfce4ui/debian/rules
===================================================================
--- desktop/trunk/libxfce4ui/debian/rules 2013-05-21 19:28:43 UTC (rev 7399)
+++ desktop/trunk/libxfce4ui/debian/rules 2013-05-21 19:32:46 UTC (rev 7400)
@@ -1,7 +1,7 @@
#!/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
XFVENDOR=Debian
ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes)
More information about the Pkg-xfce-commits
mailing list