[Pkg-haskell-commits] darcs: ftphs: Initial success
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:19:47 UTC 2013
Sun Nov 14 02:23:12 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Initial success
Ignore-this: 8646ee8931ac3200395392f1ec8e31d4
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: 8646ee8931ac3200395392f1ec8e31d4
Keywords:
(jgoerzen at complete.org--projects/missingh--head--0.5--patch-26)
diff -rN -u old-ftphs//changelog new-ftphs//changelog
--- old-ftphs//changelog 2013-01-04 14:19:46.223752707 +0000
+++ new-ftphs//changelog 2013-01-04 14:19:47.790379848 +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-ftphs//control new-ftphs//control
--- old-ftphs//control 2013-01-04 14:19:46.223752707 +0000
+++ new-ftphs//control 2013-01-04 14:19:47.790379848 +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-ftphs//rules new-ftphs//rules
--- old-ftphs//rules 2013-01-04 14:19:46.223752707 +0000
+++ new-ftphs//rules 2013-01-04 14:19:47.699225594 +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