[Pkg-cli-libs-commits] [SCM] db4o branch, master, updated. debian/8.0.184.15484+dfsg-1-1-g7269e42

Iain Lane laney at debian.org
Wed Jan 18 19:38:04 UTC 2012


The following commit has been merged in the master branch:
commit 7269e42a7efe40c550375d51d1d885bf1a5940f1
Author: Iain Lane <laney at debian.org>
Date:   Wed Jan 18 19:29:53 2012 +0000

    Don't use deprecated cli.make

diff --git a/debian/rules b/debian/rules
index e4e0d59..d4c9450 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@
 DEB_CLI_ABI_VERSION = 8.0
 DEB_CLI_API_VERSION = 8.0.184.15484
 
-include /usr/share/cli-common/cli.make
-
 override_dh_auto_build:
 	xbuild /property:Configuration=Release /property:DefineConstants="MONO" /property:DocumentationFile="Db4objects.Db4o.dll.xml" src/Db4o-2010.sln
 	mdoc update \
@@ -40,4 +38,4 @@ override_dh_makeclilibs:
 	dh_makeclilibs -i -m $(DEB_CLI_API_VERSION)
 
 %:
-	dh $@
+	dh $@ --with cli

-- 
db4o



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