[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.4.3-4-23-g6e9e795

Chow Loong Jin hyperair at gmail.com
Mon May 25 17:35:10 UTC 2009


The following commit has been merged in the master branch:
commit 6e9e7956f18a709bf3eaf82b503725b838cd904f
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Tue May 26 00:06:20 2009 +0800

    Use new dh7 quilt integration

diff --git a/debian/control b/debian/control
index fe04864..41fa666 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at debian.org>, Chow Loong Jin <hyperair at gmail.com>
 Build-Depends: debhelper (>= 7.0.50),
-               quilt,
+               quilt (>= 0.46-7),
                autotools-dev,
                cli-common-dev (>= 0.5.7),
                intltool (>= 0.35),
diff --git a/debian/rules b/debian/rules
index e99338d..b54b9f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,14 +5,11 @@ include /usr/share/cli-common/cli.make
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-override_dh_auto_configure: $(QUILT_STAMPFN)
+override_dh_auto_configure:
 	dh_auto_configure -- --disable-static --enable-release \
 	                     --with-vendor-build-id="`lsb_release -ds`" \
 	                     MCS=/usr/bin/csc
 
-override_dh_clean: unpatch
-	dh_clean
-
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog
 
@@ -27,6 +24,6 @@ override_dh_clistrip:
 	dh_clistrip --dbg-package=banshee-dbg
 
 %:
-	dh $@
+	dh --with=quilt $@
 
 .PHONY: override_dh_auto_configure override_dh_auto_clean override_dh_clideps override_dh_auto_test

-- 
banshee



More information about the Pkg-cli-apps-commits mailing list