[Pkg-cli-libs-commits] [SCM] dbus-sharp branch, master, updated. debian/0.7.0-5-1-g5e8b567

Iain Lane laney at debian.org
Tue Jan 24 22:43:33 UTC 2012


The following commit has been merged in the master branch:
commit b25dedbf3927b47aac980aaed56e1f879b9d0248
Author: Iain Lane <laney at debian.org>
Date:   Tue Jan 24 22:36:41 2012 +0000

    Exclude libc moduleref from dh_clideps consideration
    
    Affected by bug #657242 in dh_clideps which causes the moduleref to fail
    to be resolved.

diff --git a/debian/rules b/debian/rules
index 23f395e..d6ef5b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,9 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf $(DEB_CLEAN_FILES)
 
+override_dh_clideps:
+	dh_clideps --exclude-moduleref=libc
+
 override_dh_makeclilibs:
 	dh_makeclilibs -m$(DEB_API_VERSION)
 

-- 
dbus-sharp



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