[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, master, updated. debian/2.2.0-1-1-ga57bfe0

Iain Lane laney at debian.org
Sun Jan 22 17:17:39 UTC 2012


The following commit has been merged in the master branch:
commit a57bfe0f1f60fb19d04d946d5e3b38eb0d081831
Author: Iain Lane <laney at debian.org>
Date:   Sun Jan 22 13:04:52 2012 +0000

    Don't use deprecated cli.make, instead use the cli sequence

diff --git a/debian/rules b/debian/rules
index 2e5fc15..d651172 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/cli-common/cli.make
-
 BANSHEE_VERSION = $(shell pkg-config --modversion banshee-thickclient)
 
-# disable zeitgeistdataprovider and lirc due to dependencies missing
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--with-vendor-build-id="`lsb_release -ds`" \
@@ -63,4 +60,4 @@ override_dh_clideps:
 		--exclude-moduleref=glibsharpglue-2
 
 %:
-	dh $@ --with=autoreconf
+	dh $@ --with cli,autoreconf

-- 
banshee-community-extensions



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