[Pkg-cli-libs-commits] [gnome-keyring-sharp] 01/04: Update debian/rules for DH8-compatible "--with cli"

Jo Shields directhex at moszumanska.debian.org
Mon Nov 16 08:48:39 UTC 2015


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

directhex pushed a commit to branch master
in repository gnome-keyring-sharp.

commit 185437cacb654843a46359e3cf0eae547d79a7a4
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Jan 21 22:23:14 2012 +0000

    Update debian/rules for DH8-compatible "--with cli"
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1c65522..390382b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@ 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_auto_configure:
 	autoreconf -v -i -s
 	dh_auto_configure -- CSC=/usr/bin/mono-csc
@@ -30,7 +28,7 @@ override_dh_makeshlibs:
 	# Do nothing.  dh_makeshlibs gets confused by the private glue library
 
 %:
-	dh $@
+	dh $@ --with cli
 
 get-orig-source: 
 	mkdir -p ../tarballs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gnome-keyring-sharp.git



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