diff options
| author | Marco Túlio Gontijo e Silva <marcot@riseup.net> | 2010-01-27 15:02:40 +0300 |
|---|---|---|
| committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-01-27 15:02:40 +0300 |
| commit | 133021516513ecb0b3eda392b4064691d962248d (patch) | |
| tree | 8093953464a2df5bb4aa16751470ab19ca484936 /p/haskell-xml/debian | |
| parent | 90ce34504f11a7a02c27ecd038d65f21493a6d4a (diff) | |
| download | DHG_packages-133021516513ecb0b3eda392b4064691d962248d.tar.gz | |
haskell-xml: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p/haskell-xml/debian')
| -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. . |
