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

Sebastian Dröge slomo-guest at costa.debian.org
Sat Dec 31 13:30:56 UTC 2005


Author: slomo-guest
Date: 2005-12-31 13:30:55 +0000 (Sat, 31 Dec 2005)
New Revision: 2140

Added:
   non-group/banshee/trunk/debian/patches/02_dbus0.6.diff
   non-group/banshee/trunk/debian/patches/03_njb-sharp.dll.config.diff
   non-group/banshee/trunk/debian/patches/04_MusicBrainz.dll.config.diff
Removed:
   non-group/banshee/trunk/debian/patches/02_fix-AudioCdCore.diff
Modified:
   non-group/banshee/trunk/debian/changelog
   non-group/banshee/trunk/debian/control
   non-group/banshee/trunk/debian/rules
Log:
* updated banshee to 0.10.2


Modified: non-group/banshee/trunk/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2005-12-30 15:59:52 UTC (rev 2139)
+++ non-group/banshee/trunk/debian/changelog	2005-12-31 13:30:55 UTC (rev 2140)
@@ -1,3 +1,13 @@
+banshee (0.10.2-1) experimental; urgency=low
+
+  * New upstream release
+  * 02_dbus0.6.diff:
+    + Use correct, new soname for dbus 0.60
+  * 03_njb-sharp.dll.config.diff, 04_MusicBrainz.dll.config.diff:
+    + Use correct sonames
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Fri, 30 Dec 2005 16:49:38 +0100
+
 banshee (0.10-1) experimental; urgency=low
 
   * Initial Version (Closes: #296467)

Modified: non-group/banshee/trunk/debian/control
===================================================================
--- non-group/banshee/trunk/debian/control	2005-12-30 15:59:52 UTC (rev 2139)
+++ non-group/banshee/trunk/debian/control	2005-12-31 13:30:55 UTC (rev 2140)
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends: debhelper (>= 4.1.0), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, libmono-dev, libgtk2.0-cil (>= 2.4.0), libglib2.0-cil (>= 2.4.0), libgnome2.0-cil (>= 2.4.0), libgconf2.0-cil (>= 2.4.0), libglade2.0-cil (>= 2.4.0), libipod-cil (>= 0.5.12), libipodui-cil (>= 0.5.12), libdbus-1-cil, libsqlite3-dev, libgstreamer0.8-dev (>= 0.8.11), libgstreamer-gconf0.8-dev (>= 0.8.11), libgstreamer-plugins0.8-dev (>= 0.8.11), gstreamer0.8-misc (>= 0.8.11), libgconf2-dev, libgtk2.0-dev (>= 2.6.0), libgnomevfs2-dev, libgnome-desktop-dev, libdbus-glib-1-dev, libhal-dev (>= 0.5.2), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), pkg-config, intltool
+Build-Depends: debhelper (>= 4.1.0), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, libmono-dev, libgtk2.0-cil (>= 2.4.0), libglib2.0-cil (>= 2.4.0), libgnome2.0-cil (>= 2.4.0), libgconf2.0-cil (>= 2.4.0), libglade2.0-cil (>= 2.4.0), libipod-cil (>= 0.5.12), libnjb-cil (>= 0.2.1), libdbus-1-cil, libsqlite3-dev, libgstreamer0.8-dev (>= 0.8.11), libgstreamer-gconf0.8-dev (>= 0.8.11), libgstreamer-plugins0.8-dev (>= 0.8.11), gstreamer0.8-misc (>= 0.8.11), libgconf2-dev, libgtk2.0-dev (>= 2.6.0), libgnomevfs2-dev, libgnome-desktop-dev, libdbus-glib-1-dev, libhal-dev (>= 0.5.2), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), pkg-config, intltool
 Standards-Version: 3.6.2
 
 Package: banshee

Added: non-group/banshee/trunk/debian/patches/02_dbus0.6.diff
===================================================================
--- non-group/banshee/trunk/debian/patches/02_dbus0.6.diff	2005-12-30 15:59:52 UTC (rev 2139)
+++ non-group/banshee/trunk/debian/patches/02_dbus0.6.diff	2005-12-31 13:30:55 UTC (rev 2140)
@@ -0,0 +1,23 @@
+--- hal-sharp/hal-sharp.dll.config.in.old	2005-12-25 14:28:57.009994296 +0100
++++ hal-sharp/hal-sharp.dll.config.in	2005-12-25 14:29:05.442712328 +0100
+@@ -1,6 +1,6 @@
+ <configuration>
+-  <dllmap dll="libdbus-1" target="libdbus-1.so.1" />
+-  <dllmap dll="libdbus-glib-1" target="libdbus-glib-1.so.1" />
++  <dllmap dll="libdbus-1" target="libdbus-1.so.2" />
++  <dllmap dll="libdbus-glib-1" target="libdbus-glib-1.so.2" />
+   <dllmap dll="libglib-2.0.so" target="libglib-2.0.so.0" />
+   <dllmap dll="libhal" target="libhal.so.1" />
+ </configuration>
+ 
+--- src/Banshee.Dap/Ipod/ipod-sharp.dll.config.in.old	2005-12-31 14:14:45.711996984 +0100
++++ src/Banshee.Dap/Ipod/ipod-sharp.dll.config.in	2005-12-31 14:14:52.755926144 +0100
+@@ -1,6 +1,6 @@
+ <configuration>
+-	<dllmap dll="ipoddevice" target="libipoddevice.so.0.0.0" />
+-	<dllmap dll="libdbus-1" target="libdbus-1.so.1" />
++	<dllmap dll="ipoddevice" target="libipoddevice.so.0" />
++	<dllmap dll="libdbus-1" target="libdbus-1.so.2" />
+ 	<dllmap dll="libhal" target="libhal.so.1" />
+ </configuration>
+ 

Deleted: non-group/banshee/trunk/debian/patches/02_fix-AudioCdCore.diff
===================================================================
--- non-group/banshee/trunk/debian/patches/02_fix-AudioCdCore.diff	2005-12-30 15:59:52 UTC (rev 2139)
+++ non-group/banshee/trunk/debian/patches/02_fix-AudioCdCore.diff	2005-12-31 13:30:55 UTC (rev 2140)
@@ -1,12 +0,0 @@
---- src/Banshee.Base/AudioCd/AudioCdCore.cs.orig	2005-12-06 06:23:04.000000000 -0500
-+++ src/Banshee.Base/AudioCd/AudioCdCore.cs	2005-12-08 16:36:13.000000000 -0500
-@@ -116,7 +116,8 @@
-             
-             if(!volume.GetPropertyBool("volume.disc.has_audio") || 
-                 !volume.PropertyExists("block.device") || 
--                !volume.PropertyExists("info.product")) {
-+                !volume.GetPropertyBool("block.is_volume") ||
-+                volume["volume.disc.type"] != "cd_rom") {
-                 return null;
-             }
-             

Added: non-group/banshee/trunk/debian/patches/03_njb-sharp.dll.config.diff
===================================================================
--- non-group/banshee/trunk/debian/patches/03_njb-sharp.dll.config.diff	2005-12-30 15:59:52 UTC (rev 2139)
+++ non-group/banshee/trunk/debian/patches/03_njb-sharp.dll.config.diff	2005-12-31 13:30:55 UTC (rev 2140)
@@ -0,0 +1,11 @@
+--- src/Banshee.Dap/Njb/njb-sharp.dll.config.in.old	2005-12-30 16:52:43.781907832 +0100
++++ src/Banshee.Dap/Njb/njb-sharp.dll.config.in	2005-12-30 16:52:50.625867392 +0100
+@@ -1,6 +1,6 @@
+ <configuration>
+-	<dllmap dll="libnjb" target="libnjb.so.5.1.0" />
+-	<dllmap dll="libusb" target="libusb-0.1.so.4.4.2" />
++	<dllmap dll="libnjb" target="libnjb.so.5" />
++	<dllmap dll="libusb" target="libusb-0.1.so.4" />
+ 	<dllmap dll="libnjbglue" target="@expanded_libdir@/@PACKAGE@/Banshee.Dap/libnjbglue.so" />
+ </configuration>
+ 

Added: non-group/banshee/trunk/debian/patches/04_MusicBrainz.dll.config.diff
===================================================================
--- non-group/banshee/trunk/debian/patches/04_MusicBrainz.dll.config.diff	2005-12-30 15:59:52 UTC (rev 2139)
+++ non-group/banshee/trunk/debian/patches/04_MusicBrainz.dll.config.diff	2005-12-31 13:30:55 UTC (rev 2140)
@@ -0,0 +1,7 @@
+--- src/MusicBrainz/MusicBrainz.dll.config.in.old	2005-12-30 16:54:34.200121712 +0100
++++ src/MusicBrainz/MusicBrainz.dll.config.in	2005-12-30 16:54:38.622449416 +0100
+@@ -1,3 +1,3 @@
+ <configuration>
+-  <dllmap dll="libmusicbrainz" target="libmusicbrainz.so.4.0.0" />
++  <dllmap dll="libmusicbrainz" target="libmusicbrainz.so.4" />
+ </configuration>

Modified: non-group/banshee/trunk/debian/rules
===================================================================
--- non-group/banshee/trunk/debian/rules	2005-12-30 15:59:52 UTC (rev 2139)
+++ non-group/banshee/trunk/debian/rules	2005-12-31 13:30:55 UTC (rev 2140)
@@ -8,7 +8,7 @@
 common-binary-post-install-arch:: list-missing
 
 export MONO_SHARED_DIR=$(CURDIR)
-DEB_CONFIGURE_EXTRA_FLAGS=--disable-static --disable-helix --disable-vlc --disable-njb --disable-xing --disable-docs
+DEB_CONFIGURE_EXTRA_FLAGS=--disable-static --disable-helix --disable-vlc --disable-xing --disable-docs
 
 install/banshee::
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x




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