[Pkg-haskell-commits] darcs: haskell-configfile: Initial success
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:36:36 UTC 2013
Sun Nov 14 02:23:12 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Initial success
Ignore-this: 1f9d838a2d6d7116b508bbffa18765a3
Keywords:
(jgoerzen at complete.org--projects/missingh--head--0.5--patch-26)
M ./changelog +6
M ./control -1 +1
M ./rules -1 +1
Sun Nov 14 02:23:12 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Initial success
Ignore-this: 1f9d838a2d6d7116b508bbffa18765a3
Keywords:
(jgoerzen at complete.org--projects/missingh--head--0.5--patch-26)
diff -rN -u old-haskell-configfile-1//changelog new-haskell-configfile-1//changelog
--- old-haskell-configfile-1//changelog 2013-01-04 14:36:33.630238989 +0000
+++ new-haskell-configfile-1//changelog 2013-01-04 14:36:36.439225963 +0000
@@ -1,3 +1,9 @@
+missingh (0.5.4) unstable; urgency=low
+
+ * Added build-dep-indep on libhugs-hunit and re-enabled Hugs unit tests.
+
+ -- John Goerzen <jgoerzen at complete.org> Fri, 29 Oct 2004 08:39:28 -0500
+
missingh (0.5.3) unstable; urgency=low
* Don't run Hugs tests for now. Closes: #278802.
diff -rN -u old-haskell-configfile-1//control new-haskell-configfile-1//control
--- old-haskell-configfile-1//control 2013-01-04 14:36:33.630238989 +0000
+++ new-haskell-configfile-1//control 2013-01-04 14:36:36.439225963 +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)
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs, haskell-devscripts (>= 0.5.1), libhugs-hunit
Standards-Version: 3.6.1
Section: devel
diff -rN -u old-haskell-configfile-1//rules new-haskell-configfile-1//rules
--- old-haskell-configfile-1//rules 2013-01-04 14:36:33.630238989 +0000
+++ new-haskell-configfile-1//rules 2013-01-04 14:36:36.186719874 +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