[Pkg-xfce-commits] r7512 - goodies/trunk/xfce4-linelight-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Wed May 22 06:25:04 UTC 2013


Author: corsac
Date: 2013-05-22 06:25:03 +0000 (Wed, 22 May 2013)
New Revision: 7512

Modified:
   goodies/trunk/xfce4-linelight-plugin/debian/changelog
   goodies/trunk/xfce4-linelight-plugin/debian/compat
   goodies/trunk/xfce4-linelight-plugin/debian/control
   goodies/trunk/xfce4-linelight-plugin/debian/rules
Log:
* debian/rules:
  - use parallel build.
  - use dpkg/debhelper hardening flags support.
* debian/compat updated to 9.
* debian/control:
  - update debhelper build-dep to 9 for hardening support.

Modified: goodies/trunk/xfce4-linelight-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-linelight-plugin/debian/changelog	2013-05-22 06:12:51 UTC (rev 7511)
+++ goodies/trunk/xfce4-linelight-plugin/debian/changelog	2013-05-22 06:25:03 UTC (rev 7512)
@@ -6,6 +6,12 @@
 
   [ Yves-Alexis Perez ]
   * debian/watch updated.
+  * debian/rules:
+    - use parallel build.
+    - use dpkg/debhelper hardening flags support.
+  * debian/compat updated to 9.
+  * debian/control:
+    - update debhelper build-dep to 9 for hardening support.
 
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Sat, 19 May 2012 13:19:05 +0200
 

Modified: goodies/trunk/xfce4-linelight-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-linelight-plugin/debian/compat	2013-05-22 06:12:51 UTC (rev 7511)
+++ goodies/trunk/xfce4-linelight-plugin/debian/compat	2013-05-22 06:25:03 UTC (rev 7512)
@@ -1 +1 @@
-7
+9

Modified: goodies/trunk/xfce4-linelight-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-linelight-plugin/debian/control	2013-05-22 06:12:51 UTC (rev 7511)
+++ goodies/trunk/xfce4-linelight-plugin/debian/control	2013-05-22 06:25:03 UTC (rev 7512)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 7.0.13), xfce4-panel-dev (>= 4.8.0), libxml-parser-perl, 
+Build-Depends: debhelper (>= 9), xfce4-panel-dev (>= 4.8.0), libxml-parser-perl, 
  libxfcegui4-dev, hardening-includes
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-linelight-plugin/

Modified: goodies/trunk/xfce4-linelight-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-linelight-plugin/debian/rules	2013-05-22 06:12:51 UTC (rev 7511)
+++ goodies/trunk/xfce4-linelight-plugin/debian/rules	2013-05-22 06:25:03 UTC (rev 7512)
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
 
-include /usr/share/hardening-includes/hardening.make
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-CFLAGS+=$(HARDENING_CFLAGS)
-LDFLAGS+=-Wl,-z,defs -Wl,--as-needed $(HARDENING_LDFLAGS)
+override_dh_install:
+	dh_install --fail-missing
 
-export CFLAGS LDFLAGS
-
 %:
-	dh $@
+	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list