[Pkg-haskell-commits] darcs: haskell-testpack: s/ghc6/ghc/

Joachim Breitner mail at joachim-breitner.de
Fri Jan 4 15:04:50 UTC 2013


Thu Apr 21 08:49:58 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * s/ghc6/ghc/
  Ignore-this: 57040a084192c877839f113acd6dc0c9

    M ./changelog +6
    M ./control -18 +18

Thu Apr 21 08:49:58 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * s/ghc6/ghc/
  Ignore-this: 57040a084192c877839f113acd6dc0c9
diff -rN -u old-haskell-testpack//changelog new-haskell-testpack//changelog
--- old-haskell-testpack//changelog	2013-01-04 15:04:49.918227939 +0000
+++ new-haskell-testpack//changelog	2013-01-04 15:04:50.006223224 +0000
@@ -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 -rN -u old-haskell-testpack//control new-haskell-testpack//control
--- old-haskell-testpack//control	2013-01-04 15:04:49.914227526 +0000
+++ new-haskell-testpack//control	2013-01-04 15:04:49.966222279 +0000
@@ -2,28 +2,28 @@
 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 @@
  .
  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 @@
  .
  This package contains the profiling libraries.
 
-Package: libghc6-testpack-doc
+Package: libghc-testpack-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list