[Pkg-haskell-commits] darcs: haskell-testpack: Initial success

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:53:05 UTC 2013


Sun Nov 14 02:23:12 UTC 2004  John Goerzen <jgoerzen at complete.org>
  * Initial success
  Ignore-this: fbd26f2a02a47f36e03fadc9c96f96fe
  
  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: fbd26f2a02a47f36e03fadc9c96f96fe
  
  Keywords: 
  
  
  (jgoerzen at complete.org--projects/missingh--head--0.5--patch-26)
diff -rN -u old-haskell-testpack//changelog new-haskell-testpack//changelog
--- old-haskell-testpack//changelog	2013-01-04 14:53:03.406324598 +0000
+++ new-haskell-testpack//changelog	2013-01-04 14:53:05.142622405 +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-testpack//control new-haskell-testpack//control
--- old-haskell-testpack//control	2013-01-04 14:53:03.406324598 +0000
+++ new-haskell-testpack//control	2013-01-04 14:53:05.139226412 +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-testpack//rules new-haskell-testpack//rules
--- old-haskell-testpack//rules	2013-01-04 14:53:03.406324598 +0000
+++ new-haskell-testpack//rules	2013-01-04 14:53:05.083233811 +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