diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2011-04-21 12:49:58 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2011-04-21 12:49:58 +0400 |
commit | 97a7fe6f2cc03326b09279f892d927547db07af3 (patch) | |
tree | 9c945c902a5a89f9975807deab3add93be5da5eb /p/haskell-testpack | |
parent | 4a584e50a6a8e284b143959f261887539acaa5d4 (diff) | |
download | DHG_packages-97a7fe6f2cc03326b09279f892d927547db07af3.tar.gz |
haskell-testpack: s/ghc6/ghc/
Diffstat (limited to 'p/haskell-testpack')
-rw-r--r-- | p/haskell-testpack/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-testpack/debian/control | 36 |
2 files changed, 24 insertions, 18 deletions
diff --git a/p/haskell-testpack/debian/changelog b/p/haskell-testpack/debian/changelog index 4aba589ff..dea08ef1b 100644 --- a/p/haskell-testpack/debian/changelog +++ b/p/haskell-testpack/debian/changelog @@ -1,3 +1,9 @@ +haskell-testpack (2.0.0-4) UNRELEASED; urgency=low + + * s/ghc6/ghc/ + + -- Joachim Breitner <nomeata@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/p/haskell-testpack/debian/control b/p/haskell-testpack/debian/control index 28f1a0395..1b570c351 100644 --- a/p/haskell-testpack/debian/control +++ b/p/haskell-testpack/debian/control @@ -2,28 +2,28 @@ Source: haskell-testpack Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: John Goerzen <jgoerzen@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} |