[Pkg-mono-svn-commits] rev 2905 - non-group/banshee/trunk/debian

Sebastian Dröge slomo at alioth.debian.org
Mon Jan 15 14:38:10 CET 2007


Author: slomo
Date: 2007-01-15 14:38:09 +0100 (Mon, 15 Jan 2007)
New Revision: 2905

Added:
   non-group/banshee/trunk/debian/Banshee.Plugins.Radio.dll.config
Modified:
   non-group/banshee/trunk/debian/banshee-daap.install
   non-group/banshee/trunk/debian/banshee.install
   non-group/banshee/trunk/debian/changelog
   non-group/banshee/trunk/debian/control
Log:
* update banshee to 0.10.4


Added: non-group/banshee/trunk/debian/Banshee.Plugins.Radio.dll.config
===================================================================
--- non-group/banshee/trunk/debian/Banshee.Plugins.Radio.dll.config	2007-01-11 20:06:25 UTC (rev 2904)
+++ non-group/banshee/trunk/debian/Banshee.Plugins.Radio.dll.config	2007-01-15 13:38:09 UTC (rev 2905)
@@ -0,0 +1,3 @@
+<configuration>
+        <dllmap dll="totem-plparser.so.1" target="libtotem-plparser.so.1" />
+</configuration>

Modified: non-group/banshee/trunk/debian/banshee-daap.install
===================================================================
--- non-group/banshee/trunk/debian/banshee-daap.install	2007-01-11 20:06:25 UTC (rev 2904)
+++ non-group/banshee/trunk/debian/banshee-daap.install	2007-01-15 13:38:09 UTC (rev 2905)
@@ -1,2 +1,2 @@
-debian/tmp/usr/lib/banshee/Banshee.Plugins/Daap.dll*
-debian/tmp/etc/gconf/schemas/daap.schemas
+debian/tmp/usr/lib/banshee/Banshee.Plugins/Banshee.Plugins.Daap.dll*
+debian/tmp/etc/gconf/schemas/banshee-plugin-daap.schemas

Modified: non-group/banshee/trunk/debian/banshee.install
===================================================================
--- non-group/banshee/trunk/debian/banshee.install	2007-01-11 20:06:25 UTC (rev 2904)
+++ non-group/banshee/trunk/debian/banshee.install	2007-01-15 13:38:09 UTC (rev 2905)
@@ -1,4 +1,5 @@
-debian/tmp/etc/gconf/schemas/banshee.schemas
+debian/tmp/etc/gconf/schemas/banshee-interface.schemas
+debian/tmp/etc/gconf/schemas/banshee-core.schemas
 debian/tmp/usr/bin
 debian/tmp/usr/share
 debian/tmp/usr/lib/pkgconfig
@@ -10,11 +11,20 @@
 debian/tmp/usr/lib/banshee/Banshee.MediaEngine/
 debian/tmp/usr/lib/banshee/Banshee.Dap/
 debian/tmp/usr/lib/banshee/Banshee.Plugins/Banshee.Plugins.Audioscrobbler.dll*
-debian/tmp/etc/gconf/schemas/audioscrobbler.schemas
-debian/tmp/usr/lib/banshee/Banshee.Plugins/MetadataSearch.dll*
-debian/tmp/etc/gconf/schemas/metadatasearch.schemas
-debian/tmp/usr/lib/banshee/Banshee.Plugins/MMKeys.dll*
-debian/tmp/etc/gconf/schemas/mmkeys.schemas
-debian/tmp/usr/lib/banshee/Banshee.Plugins/NotificationAreaIcon.dll*
-debian/tmp/etc/gconf/schemas/banshee-notificationareaicon.schemas
+debian/tmp/etc/gconf/schemas/banshee-plugin-audioscrobbler.schemas
+debian/tmp/usr/lib/banshee/Banshee.Plugins/Banshee.Plugins.MetadataSearch.dll*
+debian/tmp/etc/gconf/schemas/banshee-plugin-metadatasearcher.schemas
+debian/tmp/usr/lib/banshee/Banshee.Plugins/Banshee.Plugins.MiniMode.dll*
+debian/tmp/etc/gconf/schemas/banshee-plugin-minimode.schemas
+debian/tmp/usr/lib/banshee/Banshee.Plugins/Banshee.Plugins.MMKeys.dll*
+debian/tmp/etc/gconf/schemas/banshee-plugin-mmkeys.schemas
+debian/tmp/usr/lib/banshee/Banshee.Plugins/Banshee.Plugins.NotificationAreaIcon.dll*
+debian/tmp/etc/gconf/schemas/banshee-plugin-notificationarea.schemas
+debian/tmp/usr/lib/banshee/Banshee.Plugins/Banshee.Plugins.Podcast.dll*
+debian/tmp/etc/gconf/schemas/banshee-plugin-podcast.schemas
+debian/tmp/usr/lib/banshee/Banshee.Plugins/Banshee.Plugins.Radio.dll*
+debian/tmp/etc/gconf/schemas/banshee-plugin-radio.schemas
+debian/tmp/usr/lib/banshee/Banshee.Plugins/Banshee.Plugins.Recommendation.dll*
+debian/tmp/etc/gconf/schemas/banshee-plugin-recommendation.schemas
 debian/banshee.xpm /usr/share/pixmaps
+debian/Banshee.Plugins.Radio.dll.config /usr/lib/banshee/Banshee.Plugins

Modified: non-group/banshee/trunk/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2007-01-11 20:06:25 UTC (rev 2904)
+++ non-group/banshee/trunk/debian/changelog	2007-01-15 13:38:09 UTC (rev 2905)
@@ -1,3 +1,19 @@
+banshee (0.11.4.dfsg-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/control:
+    + Add replaces on banshee-official-plugins (<< 0.10.4) as this now
+      contains all plugins that were in banshee-official-plugins before
+    + Build depend on libtotem-plparser-dev
+  * debian/banshee.install,
+    debian/banshee-daap.install:
+    + Add new plugins, change for new filenames
+  * debian/Banshee.Plugins.Radio.dll.config,
+    debian/banshee.install:
+    + Add missing dllmap
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 15 Jan 2007 13:58:24 +0100
+
 banshee (0.11.3+dfsg-2) unstable; urgency=low
 
   * debian/patches/01_gst-inspect.patch:

Modified: non-group/banshee/trunk/debian/control
===================================================================
--- non-group/banshee/trunk/debian/control	2007-01-11 20:06:25 UTC (rev 2904)
+++ non-group/banshee/trunk/debian/control	2007-01-15 13:38:09 UTC (rev 2905)
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.10) | c-sharp-2.0-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.6.2), libipodui-cil (>= 0.6.2), libnjb-cil (>= 0.3.0), libsqlite3-dev (>= 3.2), libmono-sqlite2.0-cil, gstreamer0.10-tools, 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), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), libavahi1.0-cil (>= 0.6), pkg-config, intltool (>= 0.35.0), libmono-cairo2.0-cil, libmono2.0-cil, libmono-system-web2.0-cil, libmono-system-data2.0-cil, boo (>= 0.7.6)
+Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.10) | c-sharp-2.0-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.6.2), libipodui-cil (>= 0.6.2), libnjb-cil (>= 0.3.0), libsqlite3-dev (>= 3.2), libmono-sqlite2.0-cil, gstreamer0.10-tools, 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), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), libavahi1.0-cil (>= 0.6), pkg-config, intltool (>= 0.35.0), libmono-cairo2.0-cil, libmono2.0-cil, libmono-system-web2.0-cil, libmono-system-data2.0-cil, boo (>= 0.7.6), libtotem-plparser-dev
 Standards-Version: 3.7.2
 
 Package: banshee
@@ -10,6 +10,7 @@
 Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs
 Recommends: gstreamer0.10-plugins-ugly
 Suggests: banshee-daap, banshee-official-plugins
+Replaces: banshee-offical-plugins (<< 0.10.4)
 Description: Audio Management and Playback application
  Banshee is an audio management and playback application for the GNOME
  Desktop, allowing users to import audio from CDs, search their library,




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