[Pkg-xfce-commits] r6408 - goodies/trunk/xfce4-mpc-plugin/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun Feb 12 08:41:20 UTC 2012


Author: mrpouit-guest
Date: 2012-02-12 20:41:19 +0000 (Sun, 12 Feb 2012)
New Revision: 6408

Modified:
   goodies/trunk/xfce4-mpc-plugin/debian/changelog
   goodies/trunk/xfce4-mpc-plugin/debian/compat
   goodies/trunk/xfce4-mpc-plugin/debian/control
   goodies/trunk/xfce4-mpc-plugin/debian/rules
Log:
* New upstream release.
  - fix non-transparent background with transaprent panels.       lp: #782540
* debian/rules:
  - use debhelper 9 hardening support.
* debian/compat bumped to 9.
* debian/control:
  - drop hardening-includes build-dep.
  - update debhelper build-dep to 9 for hardening support.
  - add dpkg-dev 1.16.1 build-dep for hardening support.
  - replace libxfcegui4-dev b-dep by libxfce4ui-1-dev.

Modified: goodies/trunk/xfce4-mpc-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/changelog	2012-02-12 18:17:24 UTC (rev 6407)
+++ goodies/trunk/xfce4-mpc-plugin/debian/changelog	2012-02-12 20:41:19 UTC (rev 6408)
@@ -1,3 +1,18 @@
+xfce4-mpc-plugin (0.4.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - fix non-transparent background with transaprent panels.       lp: #782540
+  * debian/rules:
+    - use debhelper 9 hardening support.
+  * debian/compat bumped to 9.
+  * debian/control:
+    - drop hardening-includes build-dep.
+    - update debhelper build-dep to 9 for hardening support.
+    - add dpkg-dev 1.16.1 build-dep for hardening support.
+    - replace libxfcegui4-dev b-dep by libxfce4ui-1-dev.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Sun, 12 Feb 2012 21:18:49 +0100
+
 xfce4-mpc-plugin (0.3.6-1) unstable; urgency=low
 
   * New upstream release.

Modified: goodies/trunk/xfce4-mpc-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/compat	2012-02-12 18:17:24 UTC (rev 6407)
+++ goodies/trunk/xfce4-mpc-plugin/debian/compat	2012-02-12 20:41:19 UTC (rev 6408)
@@ -1 +1 @@
-7
+9

Modified: goodies/trunk/xfce4-mpc-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/control	2012-02-12 18:17:24 UTC (rev 6407)
+++ goodies/trunk/xfce4-mpc-plugin/debian/control	2012-02-12 20:41:19 UTC (rev 6408)
@@ -3,8 +3,8 @@
 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.50~), xfce4-panel-dev (>= 4.8.0), libexo-1-dev,
- libxml-parser-perl, intltool, libxfcegui4-dev, hardening-includes
+Build-Depends: debhelper (>= 9), xfce4-panel-dev (>= 4.8.0), libexo-1-dev,
+ libxml-parser-perl, intltool, libxfce4ui-1-dev, dpkg-dev (>= 1.16.1)
 Standards-Version: 3.9.2
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/

Modified: goodies/trunk/xfce4-mpc-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/rules	2012-02-12 18:17:24 UTC (rev 6407)
+++ goodies/trunk/xfce4-mpc-plugin/debian/rules	2012-02-12 20:41:19 UTC (rev 6408)
@@ -1,13 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/hardening-includes/hardening.make
 
-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 DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
+export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
-export CFLAGS LDFLAGS
-
 %:
 	dh $@
 




More information about the Pkg-xfce-commits mailing list