diff options
| -rw-r--r-- | p/haskell-regex-tdfa-utf8/debian/changelog | 4 | ||||
| -rw-r--r-- | p/haskell-regex-tdfa-utf8/debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-regex-tdfa-utf8/debian/changelog b/p/haskell-regex-tdfa-utf8/debian/changelog index 6ef7e8358..75d6e91be 100644 --- a/p/haskell-regex-tdfa-utf8/debian/changelog +++ b/p/haskell-regex-tdfa-utf8/debian/changelog @@ -4,8 +4,10 @@ haskell-regex-tdfa-utf8 (1.0-2) 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:34 -0200 haskell-regex-tdfa-utf8 (1.0-1) unstable; urgency=low diff --git a/p/haskell-regex-tdfa-utf8/debian/control b/p/haskell-regex-tdfa-utf8/debian/control index 9d601fb62..dd245c992 100644 --- a/p/haskell-regex-tdfa-utf8/debian/control +++ b/p/haskell-regex-tdfa-utf8/debian/control @@ -24,6 +24,7 @@ Package: libghc6-regex-tdfa-utf8-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: Haskell library for the UTF8 version of the tagged DFA regex engine . This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded @@ -35,6 +36,7 @@ Package: libghc6-regex-tdfa-utf8-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: Profiling libraries for the UTF8 version of the tagged DFA regex engine . This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded |
