[Pkg-cli-libs-commits] [SCM] dbus-sharp branch, master, updated. debian/0.7.0-5-1-g5e8b567

Iain Lane laney at debian.org
Tue Jan 24 22:43:34 UTC 2012


The following commit has been merged in the master branch:
commit 5e8b567f7b728d1b6cb4004d1c666deea6b6b69e
Author: Iain Lane <laney at debian.org>
Date:   Tue Jan 24 22:43:07 2012 +0000

    Stop using deprecated cli.make and use cli sequence explicitly

diff --git a/debian/rules b/debian/rules
index d6ef5b1..05969e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 export DH_VERBOSE=1
 
-include /usr/share/cli-common/cli.make
-
 DEB_API_VERSION = 0.7
 DEB_ABI_VERSION = 1.0
 DEB_CLI_DIR = debian/tmp/usr/lib/cli/dbus-sharp-$(DEB_ABI_VERSION)/
@@ -46,4 +44,4 @@ override_dh_makeclilibs:
 	dh_makeclilibs -m$(DEB_API_VERSION)
 
 %:
-	dh $@
+	dh $@ --with cli

-- 
dbus-sharp



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