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

Sebastian Dröge slomo-guest at costa.debian.org
Tue Sep 12 18:56:43 UTC 2006


Author: slomo-guest
Date: 2006-09-12 18:56:43 +0000 (Tue, 12 Sep 2006)
New Revision: 2710

Added:
   non-group/banshee/trunk/debian/patches/02_dbus0.9.diff
Modified:
   non-group/banshee/trunk/debian/changelog
   non-group/banshee/trunk/debian/control
Log:
* updated banshee for new dbus


Modified: non-group/banshee/trunk/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2006-09-06 18:23:06 UTC (rev 2709)
+++ non-group/banshee/trunk/debian/changelog	2006-09-12 18:56:43 UTC (rev 2710)
@@ -1,3 +1,13 @@
+banshee (0.10.12-2) unstable; urgency=low
+
+  * debian/patches/02_dbus0.9.diff:
+    + Fix dbus soname for dbus >= 0.90
+  * debian/control:
+    + Raise libdbus-1-dev build-dependency for the above change as it won't
+      work with the older dbus
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Thu, 24 Aug 2006 20:02:52 +0200
+
 banshee (0.10.12-1) unstable; urgency=low
 
   * New upstream release

Modified: non-group/banshee/trunk/debian/control
===================================================================
--- non-group/banshee/trunk/debian/control	2006-09-06 18:23:06 UTC (rev 2709)
+++ non-group/banshee/trunk/debian/control	2006-09-12 18:56:43 UTC (rev 2710)
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.0), mono-mcs (>= 1.1.10) | c-sharp-compiler, libmono-dev (>= 1.1.10), libgtk2.0-cil (>= 2.8.0), libglib2.0-cil (>= 2.8.0), libgnome2.0-cil (>= 2.8.0), libgconf2.0-cil (>= 2.8.0), libglade2.0-cil (>= 2.8.0), libipod-cil (>= 0.5.16), libnjb-cil (>= 0.3.0), libdbus-1-cil (>= 0.60), libsqlite3-dev (>= 3.2), libmono-sqlite1.0-cil, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs, libgstreamer0.10-dev (>= 0.10.3), libgstreamer-plugins-base0.10-dev (>= 0.10.3), libglib2.0-dev, libgnome2-dev, libgnomeui-dev, libgconf2-dev, gconf2, libgtk2.0-dev (>= 2.8), libgnomevfs2-dev, libgnome-desktop-dev, libdbus-1-dev (>= 0.60), libdbus-glib-1-dev (>= 0.60), libhal-dev (>= 0.5.2), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), libavahi1.0-cil (>= 0.6), pkg-config, intltool, mono-gmcs
+Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.0), mono-mcs (>= 1.1.10) | c-sharp-compiler, libmono-dev (>= 1.1.10), libgtk2.0-cil (>= 2.8.0), libglib2.0-cil (>= 2.8.0), libgnome2.0-cil (>= 2.8.0), libgconf2.0-cil (>= 2.8.0), libglade2.0-cil (>= 2.8.0), libipod-cil (>= 0.5.16), libnjb-cil (>= 0.3.0), libdbus-1-cil (>= 0.60), libsqlite3-dev (>= 3.2), libmono-sqlite1.0-cil, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs, libgstreamer0.10-dev (>= 0.10.3), libgstreamer-plugins-base0.10-dev (>= 0.10.3), libglib2.0-dev, libgnome2-dev, libgnomeui-dev, libgconf2-dev, gconf2, libgtk2.0-dev (>= 2.8), libgnomevfs2-dev, libgnome-desktop-dev, libdbus-1-dev (>= 0.90), libdbus-glib-1-dev (>= 0.70), libhal-dev (>= 0.5.2), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), libavahi1.0-cil (>= 0.6), pkg-config, intltool, mono-gmcs
 Standards-Version: 3.7.2
 
 Package: banshee

Added: non-group/banshee/trunk/debian/patches/02_dbus0.9.diff
===================================================================
--- non-group/banshee/trunk/debian/patches/02_dbus0.9.diff	                        (rev 0)
+++ non-group/banshee/trunk/debian/patches/02_dbus0.9.diff	2006-09-12 18:56:43 UTC (rev 2710)
@@ -0,0 +1,19 @@
+--- hal-sharp/hal-sharp.dll.config.in.old	2006-08-24 19:59:12.716020000 +0200
++++ hal-sharp/hal-sharp.dll.config.in	2006-08-24 20:00:50.054103250 +0200
+@@ -1,5 +1,5 @@
+ <configuration>
+-  <dllmap dll="libdbus-1" target="libdbus-1.so. at DBUS_SOVERSION@" />
++  <dllmap dll="libdbus-1" target="libdbus-1.so.3" />
+   <dllmap dll="libdbus-glib-1" target="libdbus-glib-1.so. at DBUS_SOVERSION@" />
+   <dllmap dll="libglib-2.0.so" target="libglib-2.0.so.0" />
+   <dllmap dll="libhal" target="libhal.so.1" />
+--- src/Banshee.Dap/Ipod/ipod-sharp.dll.config.in.old	2006-08-24 20:00:36.493255750 +0200
++++ src/Banshee.Dap/Ipod/ipod-sharp.dll.config.in	2006-08-24 20:01:01.806837750 +0200
+@@ -1,6 +1,6 @@
+ <configuration>
+ 	<dllmap dll="ipoddevice" target="libipoddevice.so.0" />
+-	<dllmap dll="libdbus-1" target="libdbus-1.so. at DBUS_SOVERSION@" />
++	<dllmap dll="libdbus-1" target="libdbus-1.so.3" />
+ 	<dllmap dll="libhal" target="libhal.so.1" />
+ </configuration>
+ 




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