[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. debian/1.7.0.1-1-9-g3216de5

Chow Loong Jin hyperair at ubuntu.com
Fri Aug 12 17:11:00 UTC 2011


The following commit has been merged in the master branch:
commit 298fc6c987bb89e5a85749d1dc67794af35d5492
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Sat Aug 13 01:10:10 2011 +0800

    Patch to replace * with 0 in AssemblyVersion

diff --git a/debian/patches/assemblyversion.patch b/debian/patches/assemblyversion.patch
new file mode 100644
index 0000000..3213c3e
--- /dev/null
+++ b/debian/patches/assemblyversion.patch
@@ -0,0 +1,13 @@
+From: Chow Loong Jin <hyperair at ubuntu.com>
+Description: Replace * with 0 in AssemblyVersion since we don't like wildcards
+ in our assembly versions
+Index: gdata-sharp/version/AssemblyVersion.cs
+===================================================================
+--- gdata-sharp.orig/version/AssemblyVersion.cs	2011-08-13 01:07:48.928660308 +0800
++++ gdata-sharp/version/AssemblyVersion.cs	2011-08-13 01:08:10.878738556 +0800
+@@ -54,4 +54,4 @@
+ // You can specify all the values or you can default the Revision and Build Numbers
+ // by using the '*' as shown below:
+ 
+-[assembly: AssemblyVersion("1.8.0.*")]
++[assembly: AssemblyVersion("1.8.0.0")]
diff --git a/debian/patches/series b/debian/patches/series
index 9e923cd..b90b04e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 00_build-system.patch
 01_pkgconfig-paths.patch
+assemblyversion.patch

-- 
gdata-sharp



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