[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. upstream/1.4.0.2-11-ga7bd3ca
Chow Loong Jin
hyperair at gmail.com
Wed Mar 18 07:19:59 UTC 2009
The following commit has been merged in the master branch:
commit cc13ff3e08107f3cdad521d642493056159733de
Author: Chow Loong Jin <hyperair at gmail.com>
Date: Wed Mar 18 12:59:05 2009 +0800
Attempt to fix tests
diff --git a/debian/patches/02_zlib-soname.patch b/debian/patches/02_zlib-soname.patch
index a1d3e11..a2dd9d2 100644
--- a/debian/patches/02_zlib-soname.patch
+++ b/debian/patches/02_zlib-soname.patch
@@ -1,10 +1,23 @@
Index: gdata-sharp/misc/Google.GData.Client.dll.config
===================================================================
---- gdata-sharp.orig/misc/Google.GData.Client.dll.config 2009-03-17 00:11:11.000000000 +0800
-+++ gdata-sharp/misc/Google.GData.Client.dll.config 2009-03-17 00:11:21.000000000 +0800
+--- gdata-sharp.orig/misc/Google.GData.Client.dll.config 2009-03-17 00:23:08.000000000 +0800
++++ gdata-sharp/misc/Google.GData.Client.dll.config 2009-03-18 07:26:45.000000000 +0800
@@ -1,4 +1,4 @@
<configuration>
<!-- Map to libz.so.1.2.3 on everything but windows, as we ship it for windows. -->
- <dllmap os="linux,osx,solaris,freebsd,openbsd,netbsd,aix,hpux" dll="zlib.x86.dll" target="libz.so.1.2.3"/>
+ <dllmap os="linux,osx,solaris,freebsd,openbsd,netbsd,aix,hpux" dll="zlib.x86.dll" target="libz.so.1"/>
</configuration>
+Index: gdata-sharp/src/core/gzipstream.cs
+===================================================================
+--- gdata-sharp.orig/src/core/gzipstream.cs 2009-03-18 07:27:30.000000000 +0800
++++ gdata-sharp/src/core/gzipstream.cs 2009-03-18 12:06:04.000000000 +0800
+@@ -17,7 +17,7 @@
+ public class GZipStream : Stream
+ {
+ #region Native const, structs, and defs
+- private const string ZLibVersion = "1.2.3";
++ private const string ZLibVersion = "1";
+
+ private enum ZLibReturnCode
+ {
diff --git a/debian/rules b/debian/rules
index 4363c82..9691fe4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_install:
$(MAKE) install DESTDIR=debian/tmp PREFIX=/usr
# override dh_auto_test for the time being
-override_dh_auto_test:
+#override_dh_auto_test:
%:
--
gdata-sharp
More information about the Pkg-cli-libs-commits
mailing list