[Pkg-cli-apps-commits] [SCM] fsgateway branch, debian, updated. debian/0.1.1-1-2-g3cee3ff

Julian Taylor jtaylor.debian at googlemail.com
Wed Jun 15 23:10:09 UTC 2011


The following commit has been merged in the debian branch:
commit 3cee3ffb1b456cf1c8c9913c92b04bbd67c5794c
Author: root <root at desktop.(none)>
Date:   Wed Jun 15 23:08:15 2011 +0000

    patch to fix the assemblyversion

diff --git a/debian/patches/fix_assemblyversion.patch b/debian/patches/fix_assemblyversion.patch
new file mode 100644
index 0000000..b1e6899
--- /dev/null
+++ b/debian/patches/fix_assemblyversion.patch
@@ -0,0 +1,13 @@
+Index: fsgateway/src/AssemblyInfo.cs
+===================================================================
+--- fsgateway.orig/src/AssemblyInfo.cs	2011-06-15 23:07:43.933464941 +0000
++++ fsgateway/src/AssemblyInfo.cs	2011-06-15 23:07:52.153464935 +0000
+@@ -35,7 +35,7 @@
+ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
+ // If the build and revision are set to '*' they will be updated automatically.
+ 
+-[assembly: AssemblyVersion("1.0.*.*")]
++[assembly: AssemblyVersion("1.0.*")]
+ 
+ // The following attributes are used to specify the signing key for the assembly, 
+ // if desired. See the Mono documentation for more information about signing.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0f33dc7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_assemblyversion.patch

-- 
fsgateway



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