[DHG_packages] 01/01: fix ghci path in debian/rules of cmdargs and web-routes

Clint Adams clint at moszumanska.debian.org
Wed Aug 12 12:23:46 UTC 2015


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 7960d041cd310e44a9dec9995d1ef866aadeca74
Author: Clint Adams <clint at debian.org>
Date:   Wed Aug 12 14:22:33 2015 +0200

    fix ghci path in debian/rules of cmdargs and web-routes
---
 p/haskell-cmdargs/debian/rules    | 2 +-
 p/haskell-web-routes/debian/rules | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/p/haskell-cmdargs/debian/rules b/p/haskell-cmdargs/debian/rules
index 2af8a6b..eb3e331 100755
--- a/p/haskell-cmdargs/debian/rules
+++ b/p/haskell-cmdargs/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/bin/ghci || echo --flags=\"-quotation -testprog\")
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=\"-quotation -testprog\")
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-web-routes/debian/rules b/p/haskell-web-routes/debian/rules
index c94e7c5..cacbc71 100755
--- a/p/haskell-web-routes/debian/rules
+++ b/p/haskell-web-routes/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/bin/ghci && echo yes)
+DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list