[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. debian/1.4.0.2-4

Jo Shields directhex at apebox.org
Mon Sep 27 08:50:57 UTC 2010


The following commit has been merged in the master branch:
commit 3a914074487dffc2b1bfd39e14ee473bc0657cd0
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Sep 27 09:30:46 2010 +0100

    Fix calls to mdoc to not only fix FTBFS, but actually generate documentation (Closes #598175)

diff --git a/debian/rules b/debian/rules
index 7f2cd36..74d9fee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,12 @@ override_dh_auto_build:
 	mdoc update \
 		-fno-assembly-versions \
 		-L$(CURDIR)/bin \
-		--out=monodoc
+		--out=monodoc \
+		*.dll
 	mdoc assemble \
 		--format ecma \
-		--out $(CURDIR)/GData
+		--out $(CURDIR)/GData \
+		./monodoc/
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
gdata-sharp



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