[Pkg-cli-apps-commits] [SCM] fsgateway branch, debian, updated. debian/0.1.1-3
Jo Shields
directhex at apebox.org
Fri Jan 20 17:49:02 UTC 2012
The following commit has been merged in the debian branch:
commit 176d9c5917f50196b37f4c9a0cd3550fd521b4c5
Author: Jo Shields <directhex at apebox.org>
Date: Fri Jan 20 17:46:48 2012 +0000
Update debian/rules for DH8-compatible "--with cli"
diff --git a/debian/rules b/debian/rules
index dd960e7..61540ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,8 @@ DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^
DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2)
VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
-include /usr/share/cli-common/cli.make
-
%:
- dh $@
+ dh $@ --with cli
override_dh_auto_configure:
dh_auto_configure -- MCS=/usr/bin/mono-csc
--
fsgateway
More information about the Pkg-cli-apps-commits
mailing list