[Pkg-mono-svn-commits] [SCM] mono-tools branch, master, updated. debian/2.6.2-3-23-gb93cda5

Jo Shields directhex at apebox.org
Mon Apr 25 19:01:00 UTC 2011


The following commit has been merged in the master branch:
commit 1f862c085ea8c7b6d0b1aee8921034b207563630
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Apr 25 18:50:24 2011 +0100

    Ensure we include cli.make, for dh_clideps et al

diff --git a/debian/rules b/debian/rules
index e488756..70a3306 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ 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

-- 
mono-tools



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