[Pkg-utopia-commits] r689 - in packages/unstable/dbus/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Wed Mar 1 19:03:45 UTC 2006


Author: sjoerd
Date: 2006-03-01 19:03:44 +0000 (Wed, 01 Mar 2006)
New Revision: 689

Added:
   packages/unstable/dbus/debian/patches/dbus-monoversion.patch
Modified:
   packages/unstable/dbus/debian/changelog
Log:
New package version, fix dbus mono versioning breackage

Modified: packages/unstable/dbus/debian/changelog
===================================================================
--- packages/unstable/dbus/debian/changelog	2006-03-01 16:24:44 UTC (rev 688)
+++ packages/unstable/dbus/debian/changelog	2006-03-01 19:03:44 UTC (rev 689)
@@ -1,3 +1,13 @@
+dbus (0.61-3) unstable; urgency=low
+
+  * debian/patches/dbus-monoversion.patch 
+    + Added. Dbus mono assembly version is synced with release version, but
+    nothing actually changed. This patch changes the assembly version back to
+    0.60 to minimize breakage. New version will encode the assembly version
+    in the package name (e.g libdbus-1-cil-0.61).
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed,  1 Mar 2006 19:59:47 +0100
+
 dbus (0.61-2) unstable; urgency=low
 
   * debian/patches/dbus-qt-endianness.patch

Added: packages/unstable/dbus/debian/patches/dbus-monoversion.patch
===================================================================
--- packages/unstable/dbus/debian/patches/dbus-monoversion.patch	2006-03-01 16:24:44 UTC (rev 688)
+++ packages/unstable/dbus/debian/patches/dbus-monoversion.patch	2006-03-01 19:03:44 UTC (rev 689)
@@ -0,0 +1,11 @@
+diff -Naur dbus-0.61.orig/mono/AssemblyInfo.cs.in dbus-0.61/mono/AssemblyInfo.cs.in
+--- dbus-0.61.orig/mono/AssemblyInfo.cs.in	2006-03-01 19:58:32.000000000 +0100
++++ dbus-0.61/mono/AssemblyInfo.cs.in	2006-03-01 19:59:00.000000000 +0100
+@@ -1,6 +1,6 @@
+ using System.Reflection;
+ using System.Runtime.CompilerServices;
+  
+-[assembly:AssemblyVersion("@VERSION@")]
++[assembly:AssemblyVersion("0.60")]
+ [assembly:AssemblyDelaySign(false)]
+ [assembly:AssemblyKeyFile("@srcdir@/dbus-sharp.snk")]




More information about the Pkg-utopia-commits mailing list