[Pkg-cli-libs-commits] [gudev-sharp-1.0] 16/19: Stop using deprecated cli.make and use cli sequence explicitly

Chow Loong Jin hyperair at ubuntu.com
Wed Aug 28 18:13:21 UTC 2013


This is an automated email from the git hooks/post-receive script.

hyperair pushed a commit to branch master
in repository gudev-sharp-1.0.

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
---
 debian/rules |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gudev-sharp-1.0.git



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