[Pkg-cli-apps-commits] [SCM] fsharp branch, master, updated. debian/3.0.26-1-21-ge77f235
Christopher James Halse Rogers
raof at ubuntu.com
Fri Apr 26 04:58:35 UTC 2013
The following commit has been merged in the master branch:
commit 63aaab9b37188e937cd86f1ddd784172b9c226d6
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date: Fri Apr 26 11:25:13 2013 +1000
Add libfsharp-core-cil-dev package
This contains the symlinks into /usr/lib/mono/4.0, where FSharp.Compiler looks
when not given an explicit reference to FSharp.Core.dll.
Closes: 705924, Closes: 705906
diff --git a/debian/control b/debian/control
index b51615a..d70ce95 100644
--- a/debian/control
+++ b/debian/control
@@ -51,7 +51,8 @@ Architecture: all
Depends:
${cli:Depends},
${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libfsharp-core-cil-dev,
Description: functional-first programming language - compiler library
F# is a multi-paradigm programming language, supporting functional,
imperative, and object-oriented structures.
@@ -97,6 +98,18 @@ Description: functional-first programming language - core runtime library
.
This package contains the core runtime library for F# binaries.
+Package: libfsharp-core-cil-dev
+Architecture: all
+Depends:
+ libfsharp-core4.3-cil (= ${binary:Version}),
+ ${misc:Depends}
+Description: functional-first programming language - development files
+ F# is a multi-paradigm programming language, supporting functional,
+ imperative, and object-oriented structures.
+ .
+ This package contains the development symlinks required for building
+ F# code.
+
Package: libfsharp-data-typeproviders4.3-cil
Architecture: all
Depends:
diff --git a/debian/libfsharp-core-cil-dev.install b/debian/libfsharp-core-cil-dev.install
new file mode 100644
index 0000000..759f83a
--- /dev/null
+++ b/debian/libfsharp-core-cil-dev.install
@@ -0,0 +1,4 @@
+usr/lib/mono/4.0/FSharp.Core.dll
+usr/lib/mono/4.0/FSharp.Core.optdata
+usr/lib/mono/4.0/FSharp.Core.sigdata
+
--
fsharp
More information about the Pkg-cli-apps-commits
mailing list