[Pkg-haskell-commits] darcs: darcs: Avoid hlint FTBFS by disabling hlint test (Closes: #597052)
Trent W. Buck
trentbuck at gmail.com
Tue Apr 26 05:32:57 UTC 2011
Tue Apr 26 05:15:32 UTC 2011 Trent W. Buck <trentbuck at gmail.com>
* Avoid hlint FTBFS by disabling hlint test (Closes: #597052)
Ignore-this: 75f7e05c8801c49dd796ed5a5ffcb649
M ./changelog +1
M ./clean +4
Tue Apr 26 05:15:32 UTC 2011 Trent W. Buck <trentbuck at gmail.com>
* Avoid hlint FTBFS by disabling hlint test (Closes: #597052)
Ignore-this: 75f7e05c8801c49dd796ed5a5ffcb649
diff -rN -u -purd old-darcs/changelog new-darcs/changelog
--- old-darcs/changelog 2011-04-26 05:32:57.704498261 +0000
+++ new-darcs/changelog 2011-04-26 05:32:57.720499107 +0000
@@ -5,6 +5,7 @@ darcs (2.5.2-1) UNRELEASED; urgency=low
[ Trent W. Buck ]
* New upstream release (Closes: 494160)
+ * Avoid hlint FTBFS by disabling hlint test (Closes: #597052)
-- Trent W. Buck <trentbuck at gmail.com> Tue, 26 Apr 2011 13:37:20 +1000
diff -rN -u -purd old-darcs/clean new-darcs/clean
--- old-darcs/clean 2011-04-26 05:32:57.704498261 +0000
+++ new-darcs/clean 2011-04-26 05:32:57.712498684 +0000
@@ -21,3 +21,7 @@ doc/manual/*.pl
# build code here. Sigh.
Setup Setup.hi Setup.o
Distribution/ShellHarness.hi Distribution/ShellHarness.o
+
+# Apparently upstream's hlint behaves differently to ours.
+# http://bugs.debian.org/597052
+tests/haskell_policy.sh
More information about the Pkg-haskell-commits
mailing list