diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2010-02-17 22:40:42 +0300 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2010-02-17 22:40:42 +0300 |
commit | 24df518ec78191fbf2515fdea4c642928650278c (patch) | |
tree | f1d3a69eca7f9bde1056b5eef5919a6517407a86 /p/haskell-regex-base/debian | |
parent | ea1a1c70eb897b0506aa3555e58c83ca5483dd92 (diff) | |
download | DHG_packages-24df518ec78191fbf2515fdea4c642928650278c.tar.gz |
haskell-regex-base: Remove hugs package
Diffstat (limited to 'p/haskell-regex-base/debian')
-rw-r--r-- | p/haskell-regex-base/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-regex-base/debian/control | 26 |
2 files changed, 12 insertions, 20 deletions
diff --git a/p/haskell-regex-base/debian/changelog b/p/haskell-regex-base/debian/changelog index cce58ac94..d06ce48e1 100644 --- a/p/haskell-regex-base/debian/changelog +++ b/p/haskell-regex-base/debian/changelog @@ -1,5 +1,6 @@ haskell-regex-base (0.93.1-6) UNRELEASED; urgency=low + [ Marco TĂșlio Gontijo e Silva ] * debian/watch: Add .tar.gz to downloaded filename. * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. @@ -12,6 +13,11 @@ haskell-regex-base (0.93.1-6) UNRELEASED; urgency=low Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. + [ Joachim Breitner ] + * Bump haskell-devscripts dependency to 0.7 + * Remove hugs package, as Cabal does not support building Hugs + packages + -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Tue, 02 Feb 2010 20:31:07 -0200 haskell-regex-base (0.93.1-5) unstable; urgency=low diff --git a/p/haskell-regex-base/debian/control b/p/haskell-regex-base/debian/control index c438c30fe..5118f5f3d 100644 --- a/p/haskell-regex-base/debian/control +++ b/p/haskell-regex-base/debian/control @@ -4,19 +4,16 @@ Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> Build-Depends: - cpphs, cdbs, - dpkg-dev (>= 1.13.19), - debhelper (>= 5.0.0), - ghc6 (>= 6.10.4), - haskell-devscripts (>= 0.6.18), + debhelper (>= 7), + haskell-devscripts (>= 0.7), + cpphs, + ghc6, + ghc6-prof, + ghc6-doc, libghc6-mtl-dev, libghc6-mtl-prof, - ghc6-doc, libghc6-mtl-doc, -Build-Depends-Indep: - hugs, - libhugs-mtl Standards-Version: 3.8.4 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-base/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-base @@ -47,17 +44,6 @@ Description: GHC 6 profiling library providing an API for regular expressions This package contains additional profiling libraries which can be used with ghc6-prof. -Package: libhugs-regex-base -Architecture: all -Depends: ${haskell:Depends}, ${misc:Depends}, libhugs-mtl -Suggests: ${haskell:Suggests} -Description: Hugs library providing an API for regular expressions - A library containing the interface API for the Haskell regular - expressions library packages regex-posix, regex-pcre, regex-parsec, - regex-tdfs, regex-dfa. - . - This package contains the libraries for use with Hugs98. - Package: haskell-regex-base-doc Architecture: all Section: doc |