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

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:34:06 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//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog	2013-01-04 14:34:02.715845770 +0000
+++ new-haskell-configfile//changelog	2013-01-04 14:34:06.506279532 +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//control new-haskell-configfile//control
--- old-haskell-configfile//control	2013-01-04 14:34:02.715845770 +0000
+++ new-haskell-configfile//control	2013-01-04 14:34:06.503721362 +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//rules new-haskell-configfile//rules
--- old-haskell-configfile//rules	2013-01-04 14:34:02.715845770 +0000
+++ new-haskell-configfile//rules	2013-01-04 14:34:06.299084995 +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