[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. upstream/1.4.0.2-17-g028c990

Chow Loong Jin hyperair at gmail.com
Sun Mar 22 13:26:12 UTC 2009


The following commit has been merged in the master branch:
commit 028c9901c97ea528b9ee87c12751103170872e99
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Sun Mar 22 21:20:13 2009 +0800

    Added monodoc stuff

diff --git a/debian/GData.source b/debian/GData.source
new file mode 100644
index 0000000..231d92e
--- /dev/null
+++ b/debian/GData.source
@@ -0,0 +1,5 @@
+<?xml version=1.0"?>
+<monodoc>
+  <node label="GData Libraries" name="gdata" parent="libraries" />
+  <source provider="ecma" basefile="GData" path="gdata" />
+</monodoc>
diff --git a/debian/control b/debian/control
index b09f19b..4b406b8 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends: cdbs,
                libmono2.0-cil,
 Build-Depends-Indep: libnunit2.4-cil,
                      libmono-winforms2.0-cil,
-                     nunit-console,
-                     libmono-i18n2.0-cil
+                     libmono-i18n2.0-cil,
+                     monodoc-base
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/gdata-sharp.git
 Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gdata-sharp.git
@@ -40,3 +40,26 @@ Description: Google GData CLI client library
  .
  The GData CLI Client Library provides a library and source code that make it
  easy to access data through Google Data APIs.
+
+Package: monodoc-gdata-manual
+Section: doc
+Architecture: all
+Depends: monodoc-manual
+Description: compiled XML documentation for GData
+ The GData (Google data) APIs provide a simple protocol for reading and writing
+ data on the web.
+ .
+ Each of the following Google services provides a Google data API:
+  * Base
+  * Blogger
+  * Calendar
+  * Code Search
+  * Contacts
+  * Document List
+  * Google Apps Provisioning
+  * Notebook
+  * Picasa Web Albums
+  * Spreadsheets
+  * YouTube
+ .
+ This package contains the compiled XML documentation for GData
diff --git a/debian/install b/debian/libgdata1.4-cil.install
similarity index 100%
rename from debian/install
rename to debian/libgdata1.4-cil.install
diff --git a/debian/installcligac b/debian/libgdata1.4-cil.installcligac
similarity index 100%
rename from debian/installcligac
rename to debian/libgdata1.4-cil.installcligac
diff --git a/debian/monodoc-gdata-manual.install b/debian/monodoc-gdata-manual.install
new file mode 100644
index 0000000..1c10c9d
--- /dev/null
+++ b/debian/monodoc-gdata-manual.install
@@ -0,0 +1,3 @@
+debian/GData.source  /usr/lib/monodoc/sources
+GData.tree           /usr/lib/monodoc/sources
+GData.zip            /usr/lib/monodoc/sources
diff --git a/debian/rules b/debian/rules
index e40a2c2..2b58c4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,12 @@ override_dh_installchangelogs:
 
 override_dh_auto_build: $(QUILT_STAMPFN)
 	$(MAKE) PREFIX=/usr CSC=/usr/bin/csc
+	( ls $(CURDIR)/Google.GData.*.dll | \
+		sed -e 's/^/--assembly:/'; echo --path:$(CURDIR)/monodocer ) | \
+		xargs monodocer
+	mdassembler \
+		--ecma $(CURDIR)/monodocer \
+		--out $(CURDIR)/GData
 
 override_dh_auto_install:
 	$(MAKE) install DESTDIR=debian/tmp PREFIX=/usr

-- 
gdata-sharp



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