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

Jo Shields directhex at apebox.org
Sat Jan 21 11:56:07 UTC 2012


The following commit has been merged in the master branch:
commit d90cbc9cf7fa37a7a95935a5796fc27e5dbbc45a
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Jan 21 11:52:01 2012 +0000

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

diff --git a/debian/rules b/debian/rules
index b8c230a..bf4f485 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,6 @@ VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
 export MONO_SHARED_DIR=$(CURDIR)
 
-include /usr/share/cli-common/cli.make
-
 DEB_CLI_API_VERSION = 2.10
 
 get-orig-source:
@@ -38,4 +36,4 @@ override_dh_clideps:
 override_dh_auto_test:
 
 %:
-	dh $@
+	dh $@ --with cli

-- 
mono-basic



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