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

Jo Shields directhex at apebox.org
Fri Jan 20 10:49:36 UTC 2012


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

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

diff --git a/debian/rules b/debian/rules
index 6afa398..45f64b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@ VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
 MDVERSION = 2.8.5
 
-include /usr/share/cli-common/cli.make
-
 override_dh_gencontrol:
 	dh_gencontrol -i -- -Vmisc:Version=$(MDVERSION)
 
@@ -35,6 +33,6 @@ get-orig-source:
 		--rename
 
 %:
-	dh $@
+	dh $@ --with cli
 
 .PHONY: get-orig-source

-- 
monodevelop-python



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