[Pkg-mono-svn-commits] [SCM] mono-uia branch, master, updated. debian/2.1-2

Jo Shields directhex at apebox.org
Mon Jan 23 19:18:02 UTC 2012


The following commit has been merged in the master branch:
commit 32018e786c32c00952baddde4874165587f80975
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jan 23 19:06:02 2012 +0000

    Exclude libgdk-win32-2.0-0.dll modulref, which is only needed on Windows

diff --git a/debian/rules b/debian/rules
index 60281bc..bcb8b4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ override_dh_cli_strip:
 override_dh_autoreconf:
 	dh_autoreconf autoreconf -- -f -i -I .
 
+override_dh_clideps:
+	dh_clideps --exclude-moduleref=libgdk-win32-2.0-0.dll
+
 get-orig-source:
 	uscan \
 		--package $(DEB_SOURCE_NAME) \

-- 
mono-uia



More information about the Pkg-mono-svn-commits mailing list