diff options
| -rw-r--r-- | p/haskell-xml/debian/changelog | 4 | ||||
| -rw-r--r-- | p/haskell-xml/debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-xml/debian/changelog b/p/haskell-xml/debian/changelog index a96f430b0..f463d28d1 100644 --- a/p/haskell-xml/debian/changelog +++ b/p/haskell-xml/debian/changelog @@ -2,8 +2,10 @@ haskell-xml (1.3.5-2) UNRELEASED; urgency=low * 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:31 -0200 + -- Marco TĂșlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:39 -0200 haskell-xml (1.3.5-1) unstable; urgency=low diff --git a/p/haskell-xml/debian/control b/p/haskell-xml/debian/control index 3414a465f..d4a5c06f2 100644 --- a/p/haskell-xml/debian/control +++ b/p/haskell-xml/debian/control @@ -25,6 +25,7 @@ Depends: ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} Description: A simple Haskell XML library - GHC 6 libraries This library provides lightweight tools to parse, filter and generate XML. . @@ -37,6 +38,7 @@ Depends: ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} Description: A simple Haskell XML library - GHC 6 profiling libraries This library provides lightweight tools to parse, filter and generate XML. . |
