[Pkg-xfce-commits] r6616 - goodies/trunk/xfce4-wavelan-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Thu Apr 5 05:47:55 UTC 2012
Author: corsac
Date: 2012-04-05 05:47:54 +0000 (Thu, 05 Apr 2012)
New Revision: 6616
Modified:
goodies/trunk/xfce4-wavelan-plugin/debian/changelog
goodies/trunk/xfce4-wavelan-plugin/debian/compat
goodies/trunk/xfce4-wavelan-plugin/debian/control
goodies/trunk/xfce4-wavelan-plugin/debian/rules
Log:
* debian/rules:
- switch to dh(1).
- use debhelper 9 and dpkg-dev 1.16.1 hardening support.
- use multiarch paths
* debian/control:
- drop build-dep on cdbs and hardening-includes.
- update debhelper build-dep to 9 and add build-dep on dpkg-dev 1.16.1.
* debian/compat bumped to 9.
Modified: goodies/trunk/xfce4-wavelan-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/changelog 2012-04-05 05:44:55 UTC (rev 6615)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/changelog 2012-04-05 05:47:54 UTC (rev 6616)
@@ -1,6 +1,14 @@
xfce4-wavelan-plugin (0.5.7-1) UNRELEASED; urgency=low
* New upstream release.
+ * debian/rules:
+ - switch to dh(1).
+ - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
+ - use multiarch paths
+ * debian/control:
+ - drop build-dep on cdbs and hardening-includes.
+ - update debhelper build-dep to 9 and add build-dep on dpkg-dev 1.16.1.
+ * debian/compat bumped to 9.
-- Yves-Alexis Perez <corsac at debian.org> Thu, 05 Apr 2012 07:44:46 +0200
Modified: goodies/trunk/xfce4-wavelan-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/compat 2012-04-05 05:44:55 UTC (rev 6615)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/compat 2012-04-05 05:47:54 UTC (rev 6616)
@@ -1 +1 @@
-7
+9
Modified: goodies/trunk/xfce4-wavelan-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/control 2012-04-05 05:44:55 UTC (rev 6615)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/control 2012-04-05 05:47:54 UTC (rev 6616)
@@ -4,9 +4,9 @@
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: autotools-dev, cdbs, debhelper (>= 7),
+Build-Depends: autotools-dev, debhelper (>= 9),
xfce4-panel-dev (>= 4.8.0), libxml2-dev, libxml-parser-perl, intltool,
- libxfcegui4-dev (>= 4.8.0), hardening-includes
+ libxfcegui4-dev (>= 4.8.0), dpkg-dev (>= 1.16.1)
Standards-Version: 3.9.2
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-wavelan-plugin/
Modified: goodies/trunk/xfce4-wavelan-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/rules 2012-04-05 05:44:55 UTC (rev 6615)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/rules 2012-04-05 05:47:54 UTC (rev 6616)
@@ -1,18 +1,12 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-DEB_DH_INSTALL_ARGS := --fail-missing
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
-include /usr/share/hardening-includes/hardening.make
+%:
+ dh $@
-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 CFLAGS LDFLAGS
-
-binary-post-install/xfce4-wavelan-plugin::
- -rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
- -rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la
+override_dh_auto_install:
+ -rm -rf debian/xfce4-wavelan-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.a
+ -rm -rf debian/xfce4-wavelan-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.la
+ dh_auto_install
More information about the Pkg-xfce-commits
mailing list