[Pkg-haskell-commits] darcs: hbro: Actually flip the threaded flag when appropriate.
Clint Adams
clint at debian.org
Sun Jan 8 18:21:21 UTC 2012
Sun Jan 8 18:21:02 UTC 2012 Clint Adams <clint at debian.org>
* Actually flip the threaded flag when appropriate.
Ignore-this: 37fb83cfe5cd08305a4b31a5b9402a47
M ./changelog +6
M ./rules -1 +2
Sun Jan 8 18:21:02 UTC 2012 Clint Adams <clint at debian.org>
* Actually flip the threaded flag when appropriate.
Ignore-this: 37fb83cfe5cd08305a4b31a5b9402a47
diff -rN -u old-hbro//changelog new-hbro//changelog
--- old-hbro//changelog 2012-01-08 18:21:21.910203845 +0000
+++ new-hbro//changelog 2012-01-08 18:21:21.914190947 +0000
@@ -1,3 +1,9 @@
+hbro (0.7.1.1-2) unstable; urgency=low
+
+ * Actually flip the threaded flag when appropriate.
+
+ -- Clint Adams <clint at debian.org> Sun, 08 Jan 2012 13:12:46 -0500
+
hbro (0.7.1.1-1) unstable; urgency=low
* New upstream version.
diff -rN -u old-hbro//rules new-hbro//rules
--- old-hbro//rules 2012-01-08 18:21:21.910203845 +0000
+++ new-hbro//rules 2012-01-08 18:21:21.914190947 +0000
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=hbro
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc-$(GHC_VERSION)/libHSrts_thr.a || echo --flags=-threaded)
+DEB_SETUP_GHC_CONFIGURE_ARGS += --datasubdir=hbro
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