[Pkg-cli-apps-commits] [fsharp] 01/02: Add bootstrap-required binaries to fsharp binary package

Jo Shields directhex at moszumanska.debian.org
Wed Oct 15 14:00:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/3.1.1.26+dfsg2-1
in repository fsharp.

commit 182eda4becc179b8ade8a97019ec5aad09684e47
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Wed Oct 15 11:54:00 2014 +0100

    Add bootstrap-required binaries to fsharp binary package
---
 debian/fsharp.install | 8 ++++++++
 debian/rules          | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/debian/fsharp.install b/debian/fsharp.install
index edadaa1..630a59e 100644
--- a/debian/fsharp.install
+++ b/debian/fsharp.install
@@ -10,3 +10,11 @@ usr/lib/mono/4.0/FSharp.Build.dll				/usr/lib/cli/fsharp
 usr/lib/mono/gac/FSharp.Compiler.Interactive.Settings/4.3*/*    /usr/lib/cli/fsharp
 usr/lib/mono/gac/FSharp.Compiler.Server.Shared/4.3*/*   	/usr/lib/cli/fsharp
 usr/lib/mono/gac/FSharp.Compiler/4.3*/*       			/usr/lib/cli/fsharp
+FsLex/obj/debug/FsLex.exe					/usr/lib/cli/fsharp
+FsYacc/obj/debug/FsYacc.exe					/usr/lib/cli/fsharp
+FsSrGen/obj/debug/FsSrGen.exe					/usr/lib/cli/fsharp
+FSharp.SRGen.Build.Tasks/obj/debug/FSharp.SRGen.Build.Tasks.dll	/usr/lib/cli/fsharp
+FSharp.PowerPack.Build.Tasks/obj/debug/FSharp.PowerPack.Build.Tasks.dll	/usr/lib/cli/fsharp
+lib/release/fslex						/usr/bin
+lib/release/fsyacc						/usr/bin
+lib/release/fssrgen						/usr/bin
diff --git a/debian/rules b/debian/rules
index 2455e19..a262ff5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,9 @@ override_dh_auto_build:
 	xbuild FsSrGen/FsSrGen.fsproj
 	xbuild FSharp.SRGen.Build.Tasks/FSharp.SRGen.Build.Tasks.fsproj
 	xbuild FSharp.PowerPack.Build.Tasks/FSharp.PowerPack.Build.Tasks.fsproj
+	sed -e 's#@DIR@/@TOOL@#/usr/lib/cli/fsharp/FsLex.exe#' -e 's/--exename:$$(basename $$0) //' launcher.in > lib/release/fslex
+	sed -e 's#@DIR@/@TOOL@#/usr/lib/cli/fsharp/FsYacc.exe#' -e 's/--exename:$$(basename $$0) //' launcher.in > lib/release/fsyacc
+	sed -e 's#@DIR@/@TOOL@#/usr/lib/cli/fsharp/FsSrGen.exe#' -e 's/--exename:$$(basename $$0) //' launcher.in > lib/release/fssrgen
 
 override_dh_clideps:
 	dh_clideps --exclude-moduleref=mscoree.dll

-- 
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