[Pkg-cli-libs-commits] r4460 - /packages/gnome-keyring-sharp/trunk/debian/rules

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Sat Jan 21 22:23:14 UTC 2012


Author: directhex
Date: Sat Jan 21 22:23:14 2012
New Revision: 4460

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4460
Log:
Update debian/rules for DH8-compatible "--with cli"

Modified:
    packages/gnome-keyring-sharp/trunk/debian/rules

Modified: packages/gnome-keyring-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/rules?rev=4460&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/rules (original)
+++ packages/gnome-keyring-sharp/trunk/debian/rules Sat Jan 21 22:23:14 2012
@@ -10,8 +10,6 @@
 DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2)
 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
@@ -30,7 +28,7 @@
 	# Do nothing.  dh_makeshlibs gets confused by the private glue library
 
 %:
-	dh $@
+	dh $@ --with cli
 
 get-orig-source: 
 	mkdir -p ../tarballs




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