[Pkg-cli-apps-commits] [SCM] monodevelop-vala branch, master, updated. debian/2.8.5-2

Jo Shields directhex at apebox.org
Fri Jan 20 11:06:21 UTC 2012


The following commit has been merged in the master branch:
commit ce3f4b083eb44415e5a4ddd1b4ca86292287822e
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Jan 20 11:03:47 2012 +0000

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

diff --git a/debian/rules b/debian/rules
index bd9461d..5e9e18c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,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_auto_configure:
 	dh_auto_configure -- MCS=/usr/bin/mono-csc CSC=/usr/bin/mono-csc
 
@@ -25,4 +23,4 @@ get-orig-source:
 		--rename 
 
 %:
-	dh $@
+	dh $@ --with cli

-- 
monodevelop-vala



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