[Pkg-cli-libs-commits] [SCM] gstreamer-sharp branch, master, updated. upstream/0.9.2-25-gaa172ed

Chow Loong Jin hyperair at ubuntu.com
Sat Aug 13 09:15:46 UTC 2011


The following commit has been merged in the master branch:
commit aa172ed06bc9f95523a53b40e66404dc35ea51a5
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Sat Aug 13 17:09:24 2011 +0800

    Make dh_clideps exclude glibsharpglue-2 moduleref
    
    dh_clideps fails as it can't find a shlibs entry for this. A manual binary dep
    on libglib2.0-cil is added for this instead

diff --git a/debian/control b/debian/control
index 8f7c6cb..9a156af 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gstreamer-sharp.git;
 
 Package: libgstreamer0.9-cil
 Architecture: any
-Depends: ${cli:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${cli:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglib2.0-cil
 Description: CLI bindings to GStreamer
  GStreamer is a streaming media framework, based on graphs of filters
  which operate on media data.  Applications using this library can do
diff --git a/debian/rules b/debian/rules
index d2f6e1b..cc65f4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ override_dh_auto_configure:
 override_dh_makeclilibs:
 	dh_makeclilibs -m 0.9.2.1
 
+override_dh_clideps:
+	dh_clideps --exclude-moduleref=glibsharpglue-2
+
 # Disable makeshlibs
 override_dh_makeshlibs:
 

-- 
gstreamer-sharp



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