[Pkg-haskell-commits] darcs: haskell-configfile: Disabled hugs tests
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:34:00 UTC 2013
Fri Oct 29 18:37:13 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Disabled hugs tests
Ignore-this: 53a71c3e5bf93ad0d6e8be75961dffd7
Keywords:
(jgoerzen at complete.org--projects/missingh--head--0.5--patch-22)
M ./changelog -1 +1
M ./control -1 +1
M ./rules -1 +1
Fri Oct 29 18:37:13 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Disabled hugs tests
Ignore-this: 53a71c3e5bf93ad0d6e8be75961dffd7
Keywords:
(jgoerzen at complete.org--projects/missingh--head--0.5--patch-22)
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog 2013-01-04 14:33:57.670239178 +0000
+++ new-haskell-configfile//changelog 2013-01-04 14:34:00.111758725 +0000
@@ -1,6 +1,6 @@
missingh (0.5.3) unstable; urgency=low
- * Added build-dep-indep on libhugs-hunit-dev. Closes: #278802.
+ * Don't run Hugs tests for now. Closes: #278802.
-- John Goerzen <jgoerzen at complete.org> Fri, 29 Oct 2004 08:25:21 -0500
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control 2013-01-04 14:33:57.666273821 +0000
+++ new-haskell-configfile//control 2013-01-04 14:34:00.111758725 +0000
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: John Goerzen <jgoerzen at complete.org>
Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.2.2), ghc6 (<< 6.2.3), haskell-devscripts (>= 0.5.1), libghc6-hunit-dev
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs, haskell-devscripts (>= 0.5.1), libhugs-hunit-dev
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs, haskell-devscripts (>= 0.5.1)
Standards-Version: 3.6.1
Section: devel
diff -rN -u old-haskell-configfile//rules new-haskell-configfile//rules
--- old-haskell-configfile//rules 2013-01-04 14:33:57.619724703 +0000
+++ new-haskell-configfile//rules 2013-01-04 14:34:00.111758725 +0000
@@ -73,7 +73,7 @@
dh_testdir
make doc
- make test-hugs
+ #make test-hugs
installdocs: builddocs
dh_testdir
More information about the Pkg-haskell-commits
mailing list