[Pkg-mono-svn-commits] rev 2956 - in non-group/gshare/trunk/debian: . patches

Sebastian Dröge slomo at alioth.debian.org
Mon Feb 26 00:49:50 CET 2007


Author: slomo
Date: 2007-02-26 00:49:50 +0100 (Mon, 26 Feb 2007)
New Revision: 2956

Added:
   non-group/gshare/trunk/debian/patches/01_missing-file.patch
Modified:
   non-group/gshare/trunk/debian/changelog
   non-group/gshare/trunk/debian/control
Log:
* update to 0.94-1


Modified: non-group/gshare/trunk/debian/changelog
===================================================================
--- non-group/gshare/trunk/debian/changelog	2007-02-25 11:22:23 UTC (rev 2955)
+++ non-group/gshare/trunk/debian/changelog	2007-02-25 23:49:50 UTC (rev 2956)
@@ -1,3 +1,14 @@
+gshare (0.94-1) experimental; urgency=low
+
+  * New upstream release:
+    + Fixes crash on exit (Closes: #407176)
+  * debian/control:
+    + Update build dependencies
+  * debian/patches/01_missing-file.patch:
+    + Add missing AssemblyInfo.cs.in file
+
+ -- Sebastian Dröge <slomo at debian.org>  Sun, 25 Feb 2007 23:46:50 +0100
+
 gshare (0.93-1) experimental; urgency=low
 
   * New upstream release

Modified: non-group/gshare/trunk/debian/control
===================================================================
--- non-group/gshare/trunk/debian/control	2007-02-25 11:22:23 UTC (rev 2955)
+++ non-group/gshare/trunk/debian/control	2007-02-25 23:49:50 UTC (rev 2956)
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), libmono-dev (>= 1.1.10), mono-mcs (>= 1.0) | c-sharp-compiler, libmono1.0-cil, libgtk2.0-cil (>= 2.8), libgconf2.0-cil (>= 2.8), libglade2.0-cil (>= 2.6), libgnome2.0-cil (>= 2.8), libdbus-1-cil (>= 0.60), libavahi1.0-cil (>= 0.6.5), pkg-config, intltool (>= 0.23), scrollkeeper
+Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), libmono-dev (>= 1.1.10), mono-gmcs (>= 1.1.13) | c-sharp-2.0-compiler, libmono2.0-cil, libgtk2.0-cil (>= 2.8), libgconf2.0-cil (>= 2.8), libglade2.0-cil (>= 2.6), libgnome2.0-cil (>= 2.8), libavahi1.0-cil (>= 0.6.5), pkg-config, intltool (>= 0.23), scrollkeeper
 Standards-Version: 3.7.2
 
 Package: gshare

Added: non-group/gshare/trunk/debian/patches/01_missing-file.patch
===================================================================
--- non-group/gshare/trunk/debian/patches/01_missing-file.patch	2007-02-25 11:22:23 UTC (rev 2955)
+++ non-group/gshare/trunk/debian/patches/01_missing-file.patch	2007-02-25 23:49:50 UTC (rev 2956)
@@ -0,0 +1,12 @@
+diff -Naur gshare-0.94-old/src/gshared/AssemblyInfo.cs.in gshare-0.94/src/gshared/AssemblyInfo.cs.in
+--- gshare-0.94-old/src/gshared/AssemblyInfo.cs.in	1970-01-01 01:00:00.000000000 +0100
++++ gshare-0.94/src/gshared/AssemblyInfo.cs.in	2007-02-26 00:05:49.660857363 +0100
+@@ -0,0 +1,8 @@
++using System.Reflection;
++using System.Runtime.CompilerServices;
++
++[assembly: AssemblyVersion("@VERSION@")]
++[assembly: AssemblyTitle("gshared")]
++[assembly: AssemblyDescription("GShare Service")]
++[assembly: AssemblyCopyright("Copyright (c) 2006 Celso Pinto")]
++




More information about the Pkg-mono-svn-commits mailing list