[Pkg-cli-libs-commits] [SCM] cecil branch, master, updated. debian/0.6+svn148654-2-13-g090af34

Jo Shields directhex at apebox.org
Sat Aug 6 11:33:54 UTC 2011


The following commit has been merged in the master branch:
commit 090af34ae9d507b0c2f03d9e2f3d6467634c051b
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Aug 6 12:30:26 2011 +0100

    Exclude modulerefs on Windowsy libraries.

diff --git a/debian/rules b/debian/rules
index 62657f3..24067d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ override_dh_clean:
 	find . -type d -name obj -exec rm -rf {} \;
 	dh_clean
 
+override_dh_clideps:
+	dh_clideps --exclude-moduleref=ole32.dll
+
 %:
 	dh $@
 

-- 
cecil



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