diff -u rhythmbox-0.12.5/debian/changelog rhythmbox-0.12.5/debian/changelog --- rhythmbox-0.12.5/debian/changelog +++ rhythmbox-0.12.5/debian/changelog @@ -1,3 +1,10 @@ +rhythmbox (0.12.5-0ubuntu3) karmic; urgency=low + + * Updated the coherence plugin from upstream authors svn trunk. + (LP: #447620) + + -- Charlie Smotherman Fri, 09 Oct 2009 16:19:34 -0500 + rhythmbox (0.12.5-0ubuntu2) karmic; urgency=low * debian/patches/91_git_change_fix_inhibit_use.patch: diff -u rhythmbox-0.12.5/debian/control rhythmbox-0.12.5/debian/control --- rhythmbox-0.12.5/debian/control +++ rhythmbox-0.12.5/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Loic Minier -Uploaders: Debian GNOME Maintainers , Josselin Mouette +Uploaders: Debian GNOME Maintainers Build-Depends: cdbs (>= 0.4.37), debhelper (>= 5.0.37.2), gnome-pkg-tools, only in patch2: unchanged: --- rhythmbox-0.12.5.orig/plugins/coherence/upnp_coherence/__init__.py +++ rhythmbox-0.12.5/plugins/coherence/upnp_coherence/__init__.py @@ -12,7 +12,7 @@ import gconf -import louie +import coherence.extern.louie as louie from coherence import log only in patch2: unchanged: --- rhythmbox-0.12.5.orig/plugins/coherence/upnp_coherence/MediaStore.py +++ rhythmbox-0.12.5/plugins/coherence/upnp_coherence/MediaStore.py @@ -6,7 +6,7 @@ import os.path import rhythmdb -import louie +import coherence.extern.louie as louie import urllib from coherence import __version_info__ only in patch2: unchanged: --- rhythmbox-0.12.5.orig/plugins/coherence/upnp_coherence/MediaPlayer.py +++ rhythmbox-0.12.5/plugins/coherence/upnp_coherence/MediaPlayer.py @@ -13,7 +13,7 @@ from coherence.upnp.core.soap_service import errorCode from coherence.upnp.core import DIDLLite -import louie +import coherence.extern.louie as louie from coherence.extern.simple_plugin import Plugin