diff options
| -rw-r--r-- | p/haskell-regex-posix/debian/changelog | 4 | ||||
| -rw-r--r-- | p/haskell-regex-posix/debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-regex-posix/debian/changelog b/p/haskell-regex-posix/debian/changelog index 25fc3c56c..d171441bb 100644 --- a/p/haskell-regex-posix/debian/changelog +++ b/p/haskell-regex-posix/debian/changelog @@ -7,8 +7,10 @@ haskell-regex-posix (0.93.2-5) 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:25 -0200 + -- Marco TĂșlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:33 -0200 haskell-regex-posix (0.93.2-4) unstable; urgency=low diff --git a/p/haskell-regex-posix/debian/control b/p/haskell-regex-posix/debian/control index 219b34cfe..84c503425 100644 --- a/p/haskell-regex-posix/debian/control +++ b/p/haskell-regex-posix/debian/control @@ -25,6 +25,7 @@ Package: libghc6-regex-posix-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: GHC 6 library of the POSIX regex backend for regex-base A library containing a POSIX regular expression backend conforming to the interface API of regex-base. @@ -35,6 +36,7 @@ Package: libghc6-regex-posix-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: GHC 6 profiling library of the POSIX regex backend for regex-base A library containing a POSIX regular expression backend conforming to the interface API of regex-base. |
