[Pkg-cli-apps-commits] r5005 - in /packages/gnome-do-plugins/trunk/debian: changelog patches/00list patches/02_fix_banshee_plugin.dpatch

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Thu Jul 2 04:54:43 UTC 2009


Author: raof-guest
Date: Thu Jul  2 04:54:38 2009
New Revision: 5005

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5005
Log:
* debian/patches/02_fix_banshee_plugin:
  + Drop refernce to /usr/lib/banshee-1/Banshee.CollectionIndexer.dll.
    This is unnecessary, and causes errors when Banshee isn't installed.

Added:
    packages/gnome-do-plugins/trunk/debian/patches/02_fix_banshee_plugin.dpatch   (with props)
Modified:
    packages/gnome-do-plugins/trunk/debian/changelog
    packages/gnome-do-plugins/trunk/debian/patches/00list

Modified: packages/gnome-do-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/changelog?rev=5005&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Thu Jul  2 04:54:38 2009
@@ -13,6 +13,9 @@
     + Drop.  Included upstream.
   * debian/patches/01_firefox_iceweasel_rename:
     + Refresh for new version
+  * debian/patches/02_fix_banshee_plugin:
+    + Drop refernce to /usr/lib/banshee-1/Banshee.CollectionIndexer.dll.
+      This is unnecessary, and causes errors when Banshee isn't installed.
   * debian/control:
     + Bump versioned build-dep on gnome-do to 0.8.2
     + Split out gnome-do-plugin-evolution package, now that this is possible.

Modified: packages/gnome-do-plugins/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/patches/00list?rev=5005&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/patches/00list (original)
+++ packages/gnome-do-plugins/trunk/debian/patches/00list Thu Jul  2 04:54:38 2009
@@ -1,1 +1,2 @@
 01_firefox_iceweasel_rename
+02_fix_banshee_plugin

Added: packages/gnome-do-plugins/trunk/debian/patches/02_fix_banshee_plugin.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/patches/02_fix_banshee_plugin.dpatch?rev=5005&op=file
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/patches/02_fix_banshee_plugin.dpatch (added)
+++ packages/gnome-do-plugins/trunk/debian/patches/02_fix_banshee_plugin.dpatch Thu Jul  2 04:54:38 2009
@@ -1,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_fix_banshee_plugin.dpatch by Christopher James Halse Rogers <raof at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove reference to /usr/lib/banshee-1/Banshee.CollectionIndexer.dll
+## DP: This is unnecessary as gnome-do-plugins ships its own version of this
+## DP: dll, and causes errors when Banshee is not installed.
+
+ at DPATCH@
+diff -urNad gnome-do-plugins-0.8.2+dfsg~/Banshee/Resources/Banshee.addin.xml.in gnome-do-plugins-0.8.2+dfsg/Banshee/Resources/Banshee.addin.xml.in
+--- gnome-do-plugins-0.8.2+dfsg~/Banshee/Resources/Banshee.addin.xml.in	2009-06-23 11:00:43.000000000 +1000
++++ gnome-do-plugins-0.8.2+dfsg/Banshee/Resources/Banshee.addin.xml.in	2009-06-30 20:08:25.099863515 +1000
+@@ -11,7 +11,6 @@
+  
+ 	<Runtime>
+ 		<Import assembly="Banshee.dll"/>
+-		<Import assembly="/usr/lib/banshee-1/Banshee.CollectionIndexer.dll"/>
+ 	</Runtime>
+ 
+ 	<Localizer type="Gettext" catalog="gnome-do-plugins" location="@expanded_datadir@/locale" />

Propchange: packages/gnome-do-plugins/trunk/debian/patches/02_fix_banshee_plugin.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-cli-apps-commits mailing list