[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.9.4-1-2-g830846a

Chow Loong Jin hyperair at ubuntu.com
Wed Mar 2 14:55:16 UTC 2011


The following commit has been merged in the master branch:
commit 830846a69e402ea5acf912e6dc69f819eaecc72e
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Wed Mar 2 22:51:18 2011 +0800

    Fix some dh_clideps issues
    
     * Add libgobject-2.0.so dllmap for Banshee.NowPlaying.X11
     * Add libwnck-dev to build-deps so dh_clideps can find its shlibs entry
    LP: #725316

diff --git a/debian/Banshee.NowPlaying.X11.dll.config b/debian/Banshee.NowPlaying.X11.dll.config
index 659c30e..80a63ee 100644
--- a/debian/Banshee.NowPlaying.X11.dll.config
+++ b/debian/Banshee.NowPlaying.X11.dll.config
@@ -1,3 +1,4 @@
 <configuration>
   <dllmap dll="libbnpx11" target="/usr/lib/banshee-1/Backends/libbnpx11.so"/>
+  <dllmap dll="libgobject-2.0.so" target="libgobject-2.0.so.0"/>
 </configuration>
diff --git a/debian/control b/debian/control
index e44482a..443fc2f 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Build-Depends: debhelper (>= 7.0.50),
                libmtp-dev (>= 0.3.0),
                gconf2,
                libglib2.0-dev,
+               libwnck-dev,
                libgtk2.0-dev (>= 2.8),
 #               libclutter-1.0-dev (>= 1.0.1),
                libx11-dev,

-- 
banshee



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