[Pkg-cli-libs-commits] [SCM] clutter-sharp branch, master, updated. debian/1.0.0_alpha3_git20090817.r1.349dba6-2-12-g213fd84

Iain Lane laney at ubuntu.com
Tue May 24 21:07:39 UTC 2011


The following commit has been merged in the master branch:
commit 7f9a404e04b3b0fdc7d66e13fb106e004624f3f7
Author: Iain Lane <laney at ubuntu.com>
Date:   Sun May 22 20:58:40 2011 +0100

    Exclude GLib# gluelib from dh_clideps
    
    This private gluelib is not copied during the build (when glib-sharp.dll
    is patched) and dh_clideps fails to resolve the actual path.
    Nevertheless, the moduleref is correct so we should not fail on it.

diff --git a/debian/rules b/debian/rules
index 08939f7..68bb687 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@
 
 include /usr/share/cli-common/cli.make
 
+override_dh_clideps:
+	dh_clideps --exclude-moduleref=glibsharpglue-2
+
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--enable-docs \

-- 
clutter-sharp



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