[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:46:19 UTC 2010


The following commit has been merged in the master branch:
commit 7d962bceb08f5e82439171b1af182c244602a2bf
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Oct 29 19:37:13 2004 +0100

    Disabled hugs tests
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-22)

diff --git a/ChangeLog b/ChangeLog
index 8c962d6..da829ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-10-29 13:37:13 GMT	John Goerzen <jgoerzen at complete.org>	patch-22
+
+    Summary:
+      Disabled hugs tests
+    Revision:
+      missingh--head--0.5--patch-22
+
+
+    modified files:
+     ChangeLog debian/changelog debian/control debian/rules
+
+
 2004-10-29 13:27:13 GMT	John Goerzen <jgoerzen at complete.org>	patch-21
 
     Summary:
diff --git a/debian/changelog b/debian/changelog
index 83d0205..0276d20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 --git a/debian/control b/debian/control
index 1962573..b663b01 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: missingh
 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 --git a/debian/rules b/debian/rules
index 0d1ebf4..2af1124 100644
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ builddocs-stamp:
 	dh_testdir
 
 	make doc
-	make test-hugs
+	#make test-hugs
 
 installdocs: builddocs
 	dh_testdir

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list