[Pkg-cli-apps-commits] [themonospot] 02/06: Fix deprecated cli.make usage

Jo Shields directhex at moszumanska.debian.org
Fri Nov 13 12:13:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/0.7.3.1-7
in repository themonospot.

commit 946c50a7df88f86e02573897f69bd2497ab3ec1e
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Fri Nov 13 11:12:03 2015 +0000

    Fix deprecated cli.make usage
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index b33c903..30f905a 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) \
@@ -35,6 +32,6 @@ override_dh_auto_install:
 	rm -rf $(CURDIR)/debian/themonospot/usr/lib/pkgconfig/
 
 %:
-	dh $@
+	dh --with cli $@
 
 .PHONY: get-orig-source

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/themonospot.git



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