[Pkg-haskell-commits] darcs: haskell-testpack: Keep hugs out

John Goerzen jgoerzen at complete.org
Fri Jan 4 15:02:14 UTC 2013


Thu Jul 12 20:52:54 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Keep hugs out
  Ignore-this: 9d187b3e5a03813b009cfdfb84c02833
  

    M ./changelog +6
    M ./control -18 +1
    M ./rules -2 +2

Thu Jul 12 20:52:54 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Keep hugs out
  Ignore-this: 9d187b3e5a03813b009cfdfb84c02833
  
diff -rN -u old-haskell-testpack//changelog new-haskell-testpack//changelog
--- old-haskell-testpack//changelog	2013-01-04 15:02:13.082724580 +0000
+++ new-haskell-testpack//changelog	2013-01-04 15:02:14.098728019 +0000
@@ -1,3 +1,9 @@
+missingh (0.18.6.1) unstable; urgency=low
+
+  * Re-enable Hugs building on Debian.
+
+ -- John Goerzen <jgoerzen at complete.org>  Thu, 12 Jul 2007 10:36:27 -0500
+
 missingh (0.18.6) unstable; urgency=low
 
   * Rebuild for newer GHC 6.6.1.  Closes: #427769.
diff -rN -u old-haskell-testpack//control new-haskell-testpack//control
--- old-haskell-testpack//control	2013-01-04 15:02:13.066727340 +0000
+++ new-haskell-testpack//control	2013-01-04 15:02:14.086724626 +0000
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: John Goerzen <jgoerzen at complete.org>
 Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6.1), ghc6 (<< 6.6.1-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-hslogger-dev
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08-4), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-filepath, libhugs-hslogger, libhugs-hunit, libhugs-mtl, libhugs-network, libhugs-parsec, libhugs-quickcheck, libhugs-unix
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08-4), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-filepath, libhugs-hslogger, libhugs-hunit, libhugs-mtl, libhugs-network, libhugs-parsec, libhugs-quickcheck, libhugs-unix, libhugs-regex-base
 Standards-Version: 3.6.2
 Section: devel
 
@@ -15,23 +15,6 @@
  MissingH is a library of all sorts of utility functions for
  Haskell programmers.  It is written in pure Haskell and thus should
  be extremely portable and easy to use.  It also has no prerequisites
- save those that are commonly included with Haskell compilers.
- .
- MissingH is based on my MissingLib library for OCaml and contains some
- of the same features.  However, some features are left behind because
- they are already in Haskell or not needed here -- and others are added
- due to things Haskell is missing, or things that Haskell makes
- possible.
-
-Package: libhugs-missingh
-Section: devel
-Architecture: all
-Depends: ${haskell:Depends}, libhugs-filepath, libhugs-hslogger, libhugs-hunit, libhugs-mtl, libhugs-network, libhugs-parsec, libhugs-quickcheck, libhugs-unix
-Suggests: missingh-doc
-Description: Library of utility functions for Haskell, Hugs package 
- MissingH is a library of all sorts of utility functions for
- Haskell programmers.  It is written in pure Haskell and thus should
- be extremely portable and easy to use.  It also has no prerequisites
  save those that are commonly included with Haskell compilers.
  .
  MissingH is based on my MissingLib library for OCaml and contains some
diff -rN -u old-haskell-testpack//rules new-haskell-testpack//rules
--- old-haskell-testpack//rules	2013-01-04 15:02:13.042228864 +0000
+++ new-haskell-testpack//rules	2013-01-04 15:02:14.082723098 +0000
@@ -74,7 +74,7 @@
 	dh_testdir
 
 	make doc
-	#make test-hugs
+	make test-hugs
 
 installdocs: builddocs
 	dh_testdir
@@ -82,7 +82,7 @@
 	dh_clean -k
 	dh_installdirs -i
 
-	dh_haskell -i
+	#dh_haskell -i  disabled since there is no more hugs
 	#make test-hugs
 
 # Build architecture-independent files here.





More information about the Pkg-haskell-commits mailing list