[Pkg-cli-apps-commits] [SCM] tangerine branch, master, updated. debian/0.3.3-3-2-gbebbbda

Iain Lane laney at debian.org
Fri Aug 26 10:25:46 UTC 2011


The following commit has been merged in the master branch:
commit 4ea69a414a6e93a03b8ec1de061042673684527b
Author: Iain Lane <laney at debian.org>
Date:   Fri Aug 26 10:53:26 2011 +0100

    Exclude the moduleref tangglue from dh_clideps
    
    inotify is not available on freebsd and, as this is all that tangglue
    does, it is not built there. Tangerine contains alternate code path for
    such systems, so the DllImported functions are not used when inotify is
    not available. Thus it is safe to exclude this moduleref.
    
    Closes: #639312

diff --git a/debian/rules b/debian/rules
index 2b0d80b..53d469f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,9 @@ override_dh_strip:
 override_dh_clistrip:
 	dh_clistrip --dbg-package=tangerine-dbg
 
+override_dh_clideps:
+	dh_clideps --exclude-moduleref=libtangglue
+
 # disable dh_makeshlibs (problems with /usr/lib/tangerine/*.so*)
 override_dh_makeshlibs:
 

-- 
tangerine



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