[DHG_packages] 01/01: ghc: delimit ghc --info output
Clint Adams
clint at moszumanska.debian.org
Mon Nov 14 16:04:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 7afefcec3b4b02d94bcb271db3f2293abdc059ea
Author: Clint Adams <clint at debian.org>
Date: Mon Nov 14 11:02:57 2016 -0500
ghc: delimit ghc --info output
---
p/ghc/debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index 0d35b8b..e5c2975 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -119,7 +119,9 @@ override_dh_auto_build:
inplace/bin/ghc-stage2 debian/testghc/foo.hs -o debian/testghc/foo -O2
[ "$$(debian/testghc/foo)" = "Foo" ]
rm debian/testghc/*
- inplace/bin/ghc-stage2 --info
+ @printf "====BEGIN GHC INFO OUTPUT====\n"
+ @inplace/bin/ghc-stage2 --info
+ @printf "====END GHC INFO OUTPUT====\n"
FILES = \( -type f -o -type l \)
PROF_FILE = \( -name "*.p_*" -o -name "lib*_p.a" \)
--
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