[DHG_packages] 01/01: hlint: fix path to libHSrts_thr.a

Clint Adams clint at moszumanska.debian.org
Tue Jun 27 23:38:39 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 8eb0b32229ad2a9be5ec46005634175d11bc0351
Author: Clint Adams <clint at debian.org>
Date:   Tue Jun 27 19:38:00 2017 -0400

    hlint: fix path to libHSrts_thr.a
---
 p/hlint/debian/changelog | 10 +++++++---
 p/hlint/debian/rules     |  2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/p/hlint/debian/changelog b/p/hlint/debian/changelog
index ac22e04..d78adaa 100644
--- a/p/hlint/debian/changelog
+++ b/p/hlint/debian/changelog
@@ -1,8 +1,12 @@
-hlint (1.9.35-4) UNRELEASED; urgency=medium
+hlint (1.9.35-5) unstable; urgency=medium
 
-  * Fix path to documentation in hlint(1) (Closes: #862232) 
+  [ Joachim Breitner ]
+  * Fix path to documentation in hlint(1) (Closes: #862232)
+
+  [ Clint Adams ]
+  * Fix path to libHSrts_thr.a.
 
- -- Joachim Breitner <nomeata at debian.org>  Wed, 10 May 2017 11:15:33 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 27 Jun 2017 19:37:31 -0400
 
 hlint (1.9.35-3) unstable; urgency=medium
 
diff --git a/p/hlint/debian/rules b/p/hlint/debian/rules
index b0ea81e..5113438 100755
--- a/p/hlint/debian/rules
+++ b/p/hlint/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
 # If no threaded RTS is found, disable it
-DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/rts-1.0/libHSrts_thr.a || echo --flags=-threaded) --datasubdir=/usr/share/hlint
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/rts/libHSrts_thr.a || echo --flags=-threaded) --datasubdir=/usr/share/hlint
 
 build/$(CABAL_PACKAGE) :: build-ghc-stamp
 

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