[Pkg-cli-libs-commits] [SCM] gudev-sharp-1.0 branch, master, updated. debian/0.1-2-5-g56ef481

Iain Lane laney at debian.org
Tue Jan 24 21:42:25 UTC 2012


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

    Stop using deprecated cli.make and use cli sequence explicitly

diff --git a/debian/rules b/debian/rules
index 34f39e2..98dcd0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/cli-common/cli.make
-
 DEB_API_VERSION = 0.1
 DEB_ABI_VERSION = 1.0
 CLIDIR = debian/tmp/usr/lib/cli/gudev-sharp-$(DEB_ABI_VERSION)/
@@ -36,4 +34,4 @@ override_dh_makeclilibs:
 	dh_makeclilibs -m$(DEB_API_VERSION)
 
 %:
-	dh $@
+	dh $@ --with cli

-- 
gudev-sharp-1.0



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