[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/2.0.0-3-7-g774f15a

Joachim Breitner mail at joachim-breitner.de
Thu Apr 21 09:05:53 UTC 2011


The following commit has been merged in the master branch:
commit 61170640789d6e962d4c8a601ed6ee3f09d1a91d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Apr 21 14:19:58 2011 +0530

    s/ghc6/ghc/

diff --git a/debian/changelog b/debian/changelog
index a775623..e7088d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haskell-testpack (2.0.0-4) UNRELEASED; urgency=low
+
+  * s/ghc6/ghc/
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 21 Apr 2011 14:19:33 +0530
+
 haskell-testpack (2.0.0-3) unstable; urgency=low
 
   * Quick FTBFS fix due to minor QuickCheck API change
diff --git a/debian/control b/debian/control
index 28f1a03..1b570c3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,28 +2,28 @@ Source: haskell-testpack
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: John Goerzen <jgoerzen at complete.org>
-Build-Depends: cdbs (>= 0.4.59),
+Build-Depends: cdbs,
                debhelper (>= 7),
-               ghc6,
-               haskell-devscripts (>= 0.7),
-               libghc6-mtl-dev,
-               libghc6-hunit-dev,
-               ghc6-prof,
-               libghc6-mtl-prof,
-               libghc6-hunit-prof,
-               libghc6-quickcheck2-dev,
-               libghc6-quickcheck2-prof
-Build-Depends-Indep: ghc6-doc,
-                     libghc6-mtl-doc,
-                     libghc6-hunit-doc,
-                     libghc6-quickcheck2-doc
+               haskell-devscripts (>= 0.8),
+               ghc,
+               ghc-prof,
+               libghc-mtl-dev,
+               libghc-mtl-prof,
+               libghc-hunit-dev,
+               libghc-hunit-prof,
+               libghc-quickcheck2-dev,
+               libghc-quickcheck2-prof
+Build-Depends-Indep: ghc-doc,
+                     libghc-mtl-doc,
+                     libghc-hunit-doc,
+                     libghc-quickcheck2-doc
 Standards-Version: 3.8.4
 Section: haskell
 Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-testpack.git;a=summary
 Vcs-Git: git://git.debian.org/git/pkg-haskell/haskell-testpack.git
 
-Package: libghc6-testpack-dev
+Package: libghc-testpack-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -39,14 +39,14 @@ Description: Haskell Test Utility Pack for HUnit and QuickCheck
  .
  This package contains the development libraries.
 
-Package: libghc6-testpack-prof
+Package: libghc-testpack-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell Test Utility Pack for HUnit and QuickCheck
- testpack provides utilities for both HUnit and QuickCheck.  These include
+ estpack provides utilities for both HUnit and QuickCheck.  These include
  tools for running QuickCheck properties as HUnit test cases, allowing you to
  combine both approaches in a single program.  It also includes tools for more
  helpful displays of running progress in both HUnit and QuickCheck, additional
@@ -55,7 +55,7 @@ Description: Haskell Test Utility Pack for HUnit and QuickCheck
  .
  This package contains the profiling libraries.
 
-Package: libghc6-testpack-doc
+Package: libghc-testpack-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list