[Pkg-cli-apps-commits] [SCM] monobristol branch, master, updated. debian/0.60.3-2
Jo Shields
directhex at apebox.org
Fri Jan 20 13:14:25 UTC 2012
The following commit has been merged in the master branch:
commit 2b806d4e990c46498e4c06a76757e42aea2588e7
Author: Jo Shields <directhex at apebox.org>
Date: Fri Jan 20 12:31:49 2012 +0000
Update debian/rules for DH8-compatible "--with cli"
diff --git a/debian/rules b/debian/rules
index 2c67e91..d71cb79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,6 @@ 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
-
-
get-orig-source:
uscan \
--package $(DEB_SOURCE_NAME) \
@@ -38,6 +35,6 @@ override_dh_clean:
find . -name "Makefile.in" -delete
%:
- dh $@
+ dh $@ --with cli
.PHONY: get-orig-source
--
monobristol
More information about the Pkg-cli-apps-commits
mailing list