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

David Paleino d.paleino at gmail.com
Sat Sep 26 16:49:29 UTC 2009


The following commit has been merged in the master branch:
commit bacb5abc4ab87e7c925e8a24a74c55daec2a7f82
Author: David Paleino <d.paleino at gmail.com>
Date:   Sat Sep 26 16:43:06 2009 +0200

    debian/rules: fixed monodoc calls to use mdoc (Closes: #534009)

diff --git a/debian/changelog b/debian/changelog
index f04152d..84a9a0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ db4o (6.1.604+dfsg-4) UNRELEASED; urgency=low
   * debian/control:
     - Vcs-* fields updated, package moved to Git
     - moved from Section libs to cli-mono
+  * debian/rules:
+    - fixed monodoc calls to use mdoc (Closes: #534009)
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 26 Sep 2009 14:54:38 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sat, 26 Sep 2009 16:42:13 +0200
 
 db4o (6.1.604+dfsg-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index c4a81e5..5760eb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,13 +17,14 @@ build: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
 	cd src && MCS=/usr/bin/csc $(MAKE) core admin
-	monodocer \
-	  -importslashdoc:$(CURDIR)/src/bin/Db4objects.Db4o.dll.xml \
-	  --assembly:$(CURDIR)/src/bin/Db4objects.Db4o.dll \
-	  --path:$(CURDIR)/src/bin/monodocer
-	mdassembler \
-	  --out $(CURDIR)/src/bin/Db4objects.Db4o \
-	  --ecma $(CURDIR)/src/bin/monodocer
+	mdoc update \
+	  -i $(CURDIR)/src/bin/Db4objects.Db4o.dll.xml \
+	  -o $(CURDIR)/src/bin/monodocer \
+	  $(CURDIR)/src/bin/Db4objects.Db4o.dll
+	mdoc assemble \
+	  -f ecma \
+	  -o $(CURDIR)/src/bin/Db4objects.Db4o \
+	  $(CURDIR)/src/bin/monodocer
 	touch build-stamp
 
 clean: clean-patched unpatch

-- 
db4o



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