[Pkg-mono-svn-commits] [SCM] mono-basic branch, master, updated. debian/2.10-1
Jo Shields
directhex at apebox.org
Sat Apr 9 21:43:37 UTC 2011
The following commit has been merged in the master branch:
commit 3fae24483946823da17734847fc7ae1ef27bcf59
Author: Jo Shields <directhex at apebox.org>
Date: Sat Apr 9 22:36:50 2011 +0100
Make use of --exclude-moduleref capability of cli-common-dev 0.8, to avoid bailing out due to optional Windows-only P/Invokes.
diff --git a/debian/control b/debian/control
index 373ef9d..d991f67 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Priority: optional
Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey at debian.org>, Jo Shields <directhex at apebox.org>
Build-Depends: debhelper (>= 7.0.50~),
- cli-common-dev (>= 0.8~),
- mono-runtime (>= 2.10)
+ cli-common-dev (>= 0.8~exp2~),
+ mono-devel (>= 2.10)
Standards-Version: 3.9.1
Section: devel
Homepage: http://www.mono-project.com/Visual_Basic
diff --git a/debian/rules b/debian/rules
index e6ba787..b8c230a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,9 @@ override_dh_clistrip:
override_dh_makeclilibs:
dh_makeclilibs -i -m $(DEB_CLI_API_VERSION)
+override_dh_clideps:
+ dh_clideps --exclude-moduleref=kernel32 --exclude-moduleref=ole32.dll
+
override_dh_auto_test:
%:
--
mono-basic
More information about the Pkg-mono-svn-commits
mailing list