[Pkg-cli-apps-commits] [bareftp] 01/04: Use DH8-compatible --with instead of include

Jo Shields directhex at moszumanska.debian.org
Mon Dec 21 22:59:59 UTC 2015


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

directhex pushed a commit to annotated tag debian/0.3.9-3
in repository bareftp.

commit a23df4cb1b9cce90b25d84943f4374544490296e
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Dec 21 22:29:05 2015 +0000

    Use DH8-compatible --with instead of include
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 40b2c6d..0119748 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,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
-
 override_dh_auto_configure:
 	dh_auto_configure -- MCS=/usr/bin/mono-csc
 
@@ -34,6 +32,6 @@ get-orig-source:
 		--repack
 
 %:
-	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/bareftp.git



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