[Pkg-mono-svn-commits] [SCM] xsp branch, master, updated. debian/2.10-2

Jo Shields directhex at apebox.org
Fri Jan 20 10:31:18 UTC 2012


The following commit has been merged in the master branch:
commit d8c3c1c0047b1c21c3774259f1e9f849ccbbc77b
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Jan 20 10:26:34 2012 +0000

    Switch to DH8-compatible use of "--with cli"

diff --git a/debian/rules b/debian/rules
index c9f7d09..c5d9648 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,6 @@ UPVERSION = $(shell echo $(VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,')
 NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
 DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
 
-include /usr/share/cli-common/cli.make
-
 override_dh_auto_build:
 	dh_auto_build
 	pod2man --section=8 \
@@ -104,7 +102,7 @@ override_dh_gencontrol:
 	dh_gencontrol -- -Vmono-abi-comp-version=$(MONO_ABI_COMP_VERSION)
 
 %:
-	dh $@
+	dh $@ --with cli
 
 get-orig-source:
 	uscan \

-- 
xsp



More information about the Pkg-mono-svn-commits mailing list