[Pkg-cli-libs-commits] [SCM] webkit-sharp branch, master, updated. debian/0.3-6

Jo Shields directhex at apebox.org
Sat Jan 21 22:53:16 UTC 2012


The following commit has been merged in the master branch:
commit 2b47da5d69dd92cad01b85f5ba2ceb5870f57b09
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Jan 21 22:31:01 2012 +0000

    Update debian/rules for DH8-compatible "--with cli"

diff --git a/debian/rules b/debian/rules
index 00a63c4..4c03736 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@ VERSION = $(shell echo $(DEB_VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,')
 DEB_CLI_ABI_VERSION = 1.1
 DEB_CLI_API_VERSION = 0.3
 
-include /usr/share/cli-common/cli.make
-
 override_dh_auto_configure:
 	dh_auto_configure -- CSC=/usr/bin/mono-csc --prefix=/usr
 
@@ -19,7 +17,7 @@ override_dh_makeclilibs:
 	dh_makeclilibs -i -m $(DEB_CLI_API_VERSION)
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf,cli
 
 BASE_NAME = webkit-sharp
 TARBALL_NAME = $(BASE_NAME).tar.gz

-- 
webkit-sharp



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