[Pkg-haskell-commits] darcs: darcs: Blindly apply Joachim's HPPA workaround (Closes: #588222).
Trent W. Buck
trentbuck at gmail.com
Wed Jul 28 15:26:55 UTC 2010
Sun Jul 11 06:18:57 UTC 2010 Trent W. Buck <trentbuck at gmail.com>
* Blindly apply Joachim's HPPA workaround (Closes: #588222).
Ignore-this: 827ec80775a500216558520d399037e8
M ./changelog +6
M ./rules -1 +1
Sun Jul 11 06:18:57 UTC 2010 Trent W. Buck <trentbuck at gmail.com>
* Blindly apply Joachim's HPPA workaround (Closes: #588222).
Ignore-this: 827ec80775a500216558520d399037e8
diff -rN -u -purd old-darcs/changelog new-darcs/changelog
--- old-darcs/changelog 2010-07-28 15:26:55.229132049 +0000
+++ new-darcs/changelog 2010-07-28 15:26:55.241132670 +0000
@@ -1,3 +1,9 @@
+darcs (2.4.4-2) UNRELEASED; urgency=low
+
+ * Blindly apply Joachim's HPPA workaround (Closes: #588222).
+
+ -- Trent W. Buck <trentbuck at gmail.com> Sun, 11 Jul 2010 16:18:51 +1000
+
darcs (2.4.4-1) unstable; urgency=low
* New upstream release
diff -rN -u -purd old-darcs/rules new-darcs/rules
--- old-darcs/rules 2010-07-28 15:26:55.229132049 +0000
+++ new-darcs/rules 2010-07-28 15:26:55.241132670 +0000
@@ -9,7 +9,7 @@ override_dh_auto_build: Setup
override_dh_auto_clean: Setup
./Setup clean
override_dh_auto_configure: Setup
- ./Setup configure --prefix=/usr -fcurl-pipelining --constraint=parsec\<3 $(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -f-library
+ ./Setup configure --prefix=/usr -fcurl-pipelining --constraint=parsec\<3 $(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -f-library --ghc-options="+RTS -V0 -RTS"
override_dh_auto_install: Setup
./Setup copy --destdir=$(CURDIR)/debian/darcs
override_dh_auto_test: Setup
More information about the Pkg-haskell-commits
mailing list