[Pkg-xfce-commits] r7737 - goodies/trunk/thunar-vcs-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon May 27 07:32:31 UTC 2013


Author: corsac
Date: 2013-05-27 19:32:31 +0000 (Mon, 27 May 2013)
New Revision: 7737

Modified:
   goodies/trunk/thunar-vcs-plugin/debian/changelog
   goodies/trunk/thunar-vcs-plugin/debian/rules
Log:
* debian/rules:
  - use debhelper/dpkg hardening support.
  - enable all hardening flags.

Modified: goodies/trunk/thunar-vcs-plugin/debian/changelog
===================================================================
--- goodies/trunk/thunar-vcs-plugin/debian/changelog	2013-05-26 19:54:18 UTC (rev 7736)
+++ goodies/trunk/thunar-vcs-plugin/debian/changelog	2013-05-27 19:32:31 UTC (rev 7737)
@@ -1,7 +1,13 @@
 thunar-vcs-plugin (0.1.4-2) UNRELEASED; urgency=low
 
+  [ Lionel Le Folgoc ]
   * debian/patches: add missing DEP3 headers.
 
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - use debhelper/dpkg hardening support.
+    - enable all hardening flags.
+
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Mon, 20 Feb 2012 22:34:09 +0100
 
 thunar-vcs-plugin (0.1.4-1) unstable; urgency=low

Modified: goodies/trunk/thunar-vcs-plugin/debian/rules
===================================================================
--- goodies/trunk/thunar-vcs-plugin/debian/rules	2013-05-26 19:54:18 UTC (rev 7736)
+++ goodies/trunk/thunar-vcs-plugin/debian/rules	2013-05-27 19:32:31 UTC (rev 7737)
@@ -1,13 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/hardening-includes/hardening.make
 
-CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
-CFLAGS+=$(HARDENING_CFLAGS)
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-export CFLAGS LDFLAGS
-
 override_dh_auto_configure:
 	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure




More information about the Pkg-xfce-commits mailing list