[Pkg-cli-libs-commits] [SCM] db4o branch, master, updated. upstream/6.1.604+dfsg-12-g8d12d3c

David Paleino d.paleino at gmail.com
Tue Sep 29 08:32:44 UTC 2009


The following commit has been merged in the master branch:
commit 8d12d3cf03e98983db98b6b72a3277fe28c2674d
Author: David Paleino <d.paleino at gmail.com>
Date:   Tue Sep 29 10:31:15 2009 +0200

    Remove --with=cli, since it's added by cli.make

diff --git a/debian/rules b/debian/rules
index 191b71f..864bd83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ override_dh_makeclilibs:
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh --with cli build
+	dh build
 	mdoc update \
 	  -i $(CURDIR)/src/bin/Db4objects.Db4o.dll.xml \
 	  -o $(CURDIR)/src/bin/monodocer \
@@ -78,11 +78,11 @@ build-stamp: $(QUILT_STAMPFN)
 
 clean: clean-patched unpatch
 clean-patched:
-	dh --with cli clean
+	dh clean
 
 install: install-stamp
 install-stamp: build-stamp
-	dh --with cli install
+	dh install
 	touch $@
 
 binary-arch:

-- 
db4o



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