[Pkg-haskell-commits] darcs: haskell-pipes: Gah, got distracted before testing my latest attempt, and uploaded after the distraction. Second try.
Joachim Breitner
mail at joachim-breitner.de
Tue Dec 10 23:47:47 UTC 2013
Tue Dec 10 23:46:17 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Gah, got distracted before testing my latest attempt, and uploaded after the distraction. Second try.
M ./changelog +7
M ./rules -2 +4
Tue Dec 10 23:46:17 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Gah, got distracted before testing my latest attempt, and uploaded after the distraction. Second try.
diff -rN -u old-haskell-pipes/changelog new-haskell-pipes/changelog
--- old-haskell-pipes/changelog 2013-12-10 23:47:47.478749396 +0000
+++ new-haskell-pipes/changelog 2013-12-10 23:47:47.482749396 +0000
@@ -1,3 +1,10 @@
+haskell-pipes (4.0.1-3) UNRELEASED; urgency=medium
+
+ * Gah, got distracted before testing my latest attempt, and uploaded after
+ the distraction. Second try.
+
+ -- Joachim Breitner <nomeata at debian.org> Tue, 10 Dec 2013 23:45:49 +0000
+
haskell-pipes (4.0.1-2) unstable; urgency=medium
* Only run the testsuite if a threaded runtime is available.
diff -rN -u old-haskell-pipes/rules new-haskell-pipes/rules
--- old-haskell-pipes/rules 2013-12-10 23:47:47.478749396 +0000
+++ new-haskell-pipes/rules 2013-12-10 23:47:47.478749396 +0000
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
-# only test this is the threaded runtime is available
-DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc-$(GHC_VERSION)/libHSrts_thr.a && echo yes)
+# only test this if the threaded runtime is available
+ifneq (,$(wildcard /usr/lib/ghc/libHSrts_thr.a))
+DEB_ENABLE_TESTS = yes
+endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list