[Pkg-cli-apps-commits] [fsharp] 14/17: Re-add bootstrap command launch scripts

Jo Shields directhex at moszumanska.debian.org
Wed Dec 2 14:59:34 UTC 2015


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

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

commit a567e93b1f7ee032ce794d43ccea428fe3c43f1a
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Tue Dec 1 17:03:33 2015 +0000

    Re-add bootstrap command launch scripts
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e14a1e6..a2976ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,9 @@ override_dh_auto_build:
 	xbuild lib/bootstrap/src/FsSrGen/FsSrGen.fsproj
 	xbuild lib/bootstrap/src/FSharp.SRGen.Build.Tasks/FSharp.SRGen.Build.Tasks.fsproj
 	xbuild lib/bootstrap/src/FsLexYacc.Build.Tasks/FsLexYacc.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