[Pkg-xfce-commits] r7694 - goodies/trunk/xfce4-verve-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun May 26 11:52:21 UTC 2013


Author: corsac
Date: 2013-05-26 11:52:21 +0000 (Sun, 26 May 2013)
New Revision: 7694

Modified:
   goodies/trunk/xfce4-verve-plugin/debian/changelog
   goodies/trunk/xfce4-verve-plugin/debian/compat
   goodies/trunk/xfce4-verve-plugin/debian/control
   goodies/trunk/xfce4-verve-plugin/debian/rules
Log:
* debian/rules:
  - use dh tiny rules.
  - use dpkg/debhelper hardening support.
  - enable all hardening flags.
  - enable parallel build.
* debian/compat bumped to 9.
* debian/control:
  - update debhelper build-dep to 9.
  - drop build-dep on hardening-includes.

Modified: goodies/trunk/xfce4-verve-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/changelog	2013-05-26 11:50:26 UTC (rev 7693)
+++ goodies/trunk/xfce4-verve-plugin/debian/changelog	2013-05-26 11:52:21 UTC (rev 7694)
@@ -1,3 +1,17 @@
+xfce4-verve-plugin (1.0.0-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - use dh tiny rules.
+    - use dpkg/debhelper hardening support.
+    - enable all hardening flags.
+    - enable parallel build.
+  * debian/compat bumped to 9.
+  * debian/control:
+    - update debhelper build-dep to 9.
+    - drop build-dep on hardening-includes.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 26 May 2013 13:51:09 +0200
+
 xfce4-verve-plugin (1.0.0-1) unstable; urgency=low
 
   [ Evgeni Golov ]

Modified: goodies/trunk/xfce4-verve-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/compat	2013-05-26 11:50:26 UTC (rev 7693)
+++ goodies/trunk/xfce4-verve-plugin/debian/compat	2013-05-26 11:52:21 UTC (rev 7694)
@@ -1 +1 @@
-7
+9

Modified: goodies/trunk/xfce4-verve-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/control	2013-05-26 11:50:26 UTC (rev 7693)
+++ goodies/trunk/xfce4-verve-plugin/debian/control	2013-05-26 11:52:21 UTC (rev 7694)
@@ -3,10 +3,10 @@
 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), autotools-dev,
+Build-Depends: debhelper (>= 9), autotools-dev,
  libexo-1-dev (>= 0.5.0), xfce4-panel-dev (>= 4.8.0), libpcre3-dev,
  libstartup-notification0-dev, libxml-parser-perl, libdbus-glib-1-dev,
- intltool, libxfcegui4-dev, xfce4-dev-tools, libtool, hardening-includes
+ intltool, libxfcegui4-dev, xfce4-dev-tools, libtool
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-verve-plugin/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-verve-plugin/

Modified: goodies/trunk/xfce4-verve-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/rules	2013-05-26 11:50:26 UTC (rev 7693)
+++ goodies/trunk/xfce4-verve-plugin/debian/rules	2013-05-26 11:52:21 UTC (rev 7694)
@@ -1,12 +1,6 @@
 #!/usr/bin/make -f
-include /usr/share/hardening-includes/hardening.make
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
-CFLAGS+=$(HARDENING_CFLAGS)
-
-export LDFLAGS CFLAGS
-
 %:
-	dh $@
+	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list