[Pkg-cli-apps-commits] [SCM] fsharp branch, master, updated. 3bb6d967db921e0e8c5ec7d75054f6d6aa3a2fdb
Christopher James Halse Rogers
raof at ubuntu.com
Sun Mar 17 09:47:19 UTC 2013
The following commit has been merged in the master branch:
commit 21b3a218d13e5c98868dee23f28e34af6b1a4fe4
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date: Sun Mar 17 18:59:03 2013 +1100
Exclude mcoree.dll from dependency resolution.
FSharp.Build uses it - as far as I can tell for supporting immediate mode
strong-name signing. Everything else works, so exclude this for now.
diff --git a/debian/rules b/debian/rules
index a360d0e..dddd77a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,8 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
+override_dh_clideps:
+ dh_clideps --exclude-moduleref=mscoree.dll
%:
dh $@ --with=cli,autoreconf
--
fsharp
More information about the Pkg-cli-apps-commits
mailing list