[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 15:24:26 UTC 2010


The following commit has been merged in the master branch:
commit 29fafa9e328a86cbae52214cc2e93d261adacef1
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Jan 23 11:23:02 2009 -0600

    More tweaks

diff --git a/debian/control b/debian/control
index fe21037..576d413 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Package: libghc6-testpack-dev
 Section: devel
 Architecture: any
 Depends: ${haskell:Depends}
-Suggests: libhaskell-testpack-doc
+Suggests: haskell-testpack-doc
 Description: Haskell Test Utility Pack for HUnit and QuickCheck
  testpack provides utilities for both HUnit and QuickCheck.  These include
  tools for running QuickCheck properties as HUnit test cases, allowing you to
@@ -23,7 +23,7 @@ Package: libhugs-testpack
 Section: devel
 Architecture: all
 Depends: ${haskell:Depends}, hugs (>= 98.200503.08-4), libhugs-hunit, libhugs-mtl, libhugs-quickcheck
-Suggests: libhaskell-testpack-doc
+Suggests: haskell-testpack-doc
 Description: Haskell Test Utility Pack for HUnit and QuickCheck
  testpack provides utilities for both HUnit and QuickCheck.  These include
  tools for running QuickCheck properties as HUnit test cases, allowing you to
@@ -32,7 +32,7 @@ Description: Haskell Test Utility Pack for HUnit and QuickCheck
  generators for other types for QuickCheck, and shortcuts for quickly defining new
  test cases.
 
-Package: libhaskell-testpack-doc
+Package: haskell-testpack-doc
 Section: doc
 Architecture: all
 Description: Documentation for Haskell Test Utility Pack

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list