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

Clint Adams clint at moszumanska.debian.org
Tue Jun 27 23:40:25 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 662aee6cee2a89e425981896cc4ac1385344ce42
Author: Clint Adams <clint at debian.org>
Date:   Tue Jun 27 19:39:58 2017 -0400

    hledger: fix path to libHSrts_thr.a
---
 p/haskell-hledger/debian/changelog | 6 ++++++
 p/haskell-hledger/debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/p/haskell-hledger/debian/changelog b/p/haskell-hledger/debian/changelog
index 6b532b1..21b2243 100644
--- a/p/haskell-hledger/debian/changelog
+++ b/p/haskell-hledger/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger (1.0.1-2) unstable; urgency=medium
+
+  * Fix path to libHSrts_thr.a.
+
+ -- Clint Adams <clint at debian.org>  Tue, 27 Jun 2017 19:39:31 -0400
+
 haskell-hledger (1.0.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hledger/debian/rules b/p/haskell-hledger/debian/rules
index 4490a35..f620d8f 100755
--- a/p/haskell-hledger/debian/rules
+++ b/p/haskell-hledger/debian/rules
@@ -2,7 +2,7 @@
 
 export LC_ALL=C.UTF-8
 
-DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/rts-1.0/libHSrts_thr.a || echo --flags=-threaded)
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/rts/libHSrts_thr.a || echo --flags=-threaded)
 
 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