[Pkg-cli-apps-commits] [fsharp] 01/05: Use new cli-common infrastructure to install core libraries in framework paths
Christopher Halse Rogers
raof-guest at alioth.debian.org
Tue Oct 29 01:48:43 UTC 2013
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to branch master
in repository fsharp.
commit b9a70070a4d46b66982a7e04bfd4650ca1d33250
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date: Sun Oct 27 20:34:53 2013 +1100
Use new cli-common infrastructure to install core libraries in framework paths
Closes: 705906
Closes: 706683
---
debian/control | 2 +-
debian/fsharp-console.install | 4 +---
debian/fsharp-console.installcliframework | 3 +++
debian/fsharp.install | 4 +---
debian/fsharp.installcliframework | 5 +++++
5 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 5d0fbd6..e909855 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
Uploaders: Christopher James Halse Rogers <raof at ubuntu.com>
Build-Depends: debhelper (>= 8.0.0),
dh-autoreconf,
- cli-common-dev,
+ cli-common-dev (>= 0.9),
Standards-Version: 3.9.4
Homepage: http://fsharp.org
Vcs-Git: git://anongit.debian.org/pkg-cli-apps/packages/fsharp.git
diff --git a/debian/fsharp-console.install b/debian/fsharp-console.install
index 7f8a381..13c27a7 100644
--- a/debian/fsharp-console.install
+++ b/debian/fsharp-console.install
@@ -1,4 +1,2 @@
usr/bin/fsharpi
-usr/lib/mono/gac/fsi
-usr/lib/mono/4.0/fsi.*
-usr/lib/mono/4.0/FSharp.Compiler.Interactive.Settings.*
+usr/lib/mono/gac/fsi/4.3*/* /usr/lib/cli/fsharp-console
diff --git a/debian/fsharp-console.installcliframework b/debian/fsharp-console.installcliframework
new file mode 100644
index 0000000..40e5299
--- /dev/null
+++ b/debian/fsharp-console.installcliframework
@@ -0,0 +1,3 @@
+40 /usr/lib/cli/FSharp.Compiler.Interative.Settings-4.3/FSharp.Compiler.Interactive.Settings.dll
+# Add the interpreter binary, as tools may look for it here.
+40 /usr/lib/cli/fsharp-console/fsi.exe
diff --git a/debian/fsharp.install b/debian/fsharp.install
index 515dfb3..597e0e0 100644
--- a/debian/fsharp.install
+++ b/debian/fsharp.install
@@ -1,4 +1,2 @@
usr/bin/fsharpc
-usr/lib/mono/gac/fsc
-usr/lib/mono/4.0/fsc.*
-usr/lib/mono/4.0/FSharp.Core.*
+usr/lib/mono/gac/fsc/4.3*/* /usr/lib/cli/fsharp
diff --git a/debian/fsharp.installcliframework b/debian/fsharp.installcliframework
new file mode 100644
index 0000000..ed7665f
--- /dev/null
+++ b/debian/fsharp.installcliframework
@@ -0,0 +1,5 @@
+40 /usr/lib/cli/FSharp.Core-4.3/FSharp.Core.dll
+40 /usr/lib/cli/FSharp.Core-4.3/FSharp.Core.sigdata
+40 /usr/lib/cli/FSharp.Core-4.3/FSharp.Core.optdata
+# Add the compiler binary, as tools may look for it here
+40 /usr/lib/cli/fsharp/fsc.exe
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list