diff options
Diffstat (limited to 'p/haskell-regex-base/debian')
-rw-r--r-- | p/haskell-regex-base/debian/changelog | 4 | ||||
-rw-r--r-- | p/haskell-regex-base/debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-regex-base/debian/changelog b/p/haskell-regex-base/debian/changelog index e079a6c31..bd54824f0 100644 --- a/p/haskell-regex-base/debian/changelog +++ b/p/haskell-regex-base/debian/changelog @@ -3,8 +3,10 @@ haskell-regex-base (0.93.1-6) UNRELEASED; urgency=low * 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. + * debian/control: Add field Provides: ${haskell:Provides} to -dev and + -prof packages. - -- Marco TĂșlio Gontijo e Silva <marcot@riseup.net> Tue, 26 Jan 2010 19:58:24 -0200 + -- Marco TĂșlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:32 -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 5090d9679..16b220e8b 100644 --- a/p/haskell-regex-base/debian/control +++ b/p/haskell-regex-base/debian/control @@ -27,6 +27,7 @@ Package: libghc6-regex-base-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: GHC 6 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, @@ -38,6 +39,7 @@ Package: libghc6-regex-base-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: GHC 6 profiling 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, |