[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. debian/1.9.0.0-2-14-g97316af

Chow Loong Jin hyperair at debian.org
Sat Jun 2 21:30:51 UTC 2012


The following commit has been merged in the master branch:
commit 202c7618bef9ac4db1ddbd2623785a6fad0e3b10
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Fri Jun 1 00:52:19 2012 +0800

    Add -pkg:newtonsoft-json to build

diff --git a/debian/patches/00_build-system.patch b/debian/patches/00_build-system.patch
index 34d6d6d..3e95462 100644
--- a/debian/patches/00_build-system.patch
+++ b/debian/patches/00_build-system.patch
@@ -1,7 +1,16 @@
 Index: gdata-sharp/Makefile
 ===================================================================
---- gdata-sharp.orig/Makefile	2012-05-20 18:56:58.949100787 +0800
-+++ gdata-sharp/Makefile	2012-05-21 17:45:51.156365714 +0800
+--- gdata-sharp.orig/Makefile	2012-06-01 00:50:40.470451408 +0800
++++ gdata-sharp/Makefile	2012-06-01 00:51:09.000000000 +0800
+@@ -70,7 +70,7 @@
+          $(wildcard src/unittests/core/*.cs)  $(wildcard src/unittests/picasa/*.cs)
+ 
+ Google.GData.Client.dll: $(core_sources) src/core/clientkey.sn
+-	$(CSC) $(DEFINES) -target:library -out:$@ $(core_sources) $(FRAMEWORK_REFS) -keyfile:src/core/clientkey.sn
++	$(CSC) $(DEFINES) -target:library -out:$@ $(core_sources) $(FRAMEWORK_REFS) -pkg:newtonsoft-json -keyfile:src/core/clientkey.sn
+ 
+ Google.GData.Extensions.dll: Google.GData.Client.dll $(extension_sources) src/extensions/extensionkey.sn
+ 	$(CSC) $(DEFINES) -target:library -out:$@ -r:Google.GData.Client.dll $(extensions_sources) $(FRAMEWORK_REFS) -keyfile:src/extensions/extensionkey.sn
 @@ -119,7 +119,7 @@
  	for i in $(PKGCONFIG_FILES) ; do rm "$(DESTDIR)$(PKGCONFIGDIR)/$$i" ; done
  

-- 
gdata-sharp



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