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

Jo Shields directhex at apebox.org
Fri Jan 20 17:02:32 UTC 2012


The following commit has been merged in the master branch:
commit 873bd5b3a7dc3f0b80abc6f2040ae40336cd5345
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Jan 20 16:57:44 2012 +0000

    Update debian/rules for DH8-compatible "--with cli"

diff --git a/debian/rules b/debian/rules
index 681191e..bf2feaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@ DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Vers
 DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
-include /usr/share/cli-common/cli.make
-
 override_dh_install:
 	dh_install
 	cp $(CURDIR)/debian/monodoc-http-script $(CURDIR)/debian/monodoc-http/usr/bin/monodoc-http
@@ -33,4 +31,4 @@ get-orig-source:
 		--rename
 
 %:
-	dh $@ --with autoreconf,xsp
+	dh $@ --with autoreconf,xsp,cli

-- 
mono-tools



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