diff options
author | Marco Túlio Gontijo e Silva <marcot@riseup.net> | 2010-01-27 15:02:37 +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:37 +0300 |
commit | defe3ea7afde8161290172e7d75f346acd285c23 (patch) | |
tree | b5032ad1a6b30dd09985d82dd97b430659a13725 /p/haskell-dataenc | |
parent | 714624978f9539021840cd690f507f999f9c003a (diff) | |
download | DHG_packages-defe3ea7afde8161290172e7d75f346acd285c23.tar.gz |
haskell-dataenc: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p/haskell-dataenc')
-rw-r--r-- | p/haskell-dataenc/debian/changelog | 4 | ||||
-rw-r--r-- | p/haskell-dataenc/debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-dataenc/debian/changelog b/p/haskell-dataenc/debian/changelog index d66a01652..e686fbcab 100644 --- a/p/haskell-dataenc/debian/changelog +++ b/p/haskell-dataenc/debian/changelog @@ -5,8 +5,10 @@ haskell-dataenc (0.13.0.1-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:11 -0200 + -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:20 -0200 haskell-dataenc (0.13.0.1-1) unstable; urgency=low diff --git a/p/haskell-dataenc/debian/control b/p/haskell-dataenc/debian/control index f00190bc0..e0094b48f 100644 --- a/p/haskell-dataenc/debian/control +++ b/p/haskell-dataenc/debian/control @@ -21,6 +21,7 @@ Package: libghc6-dataenc-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: A Haskell library of data encoders and decoders . Data encoding library currently providing Base16, Base32, Base32Hex, Base64, @@ -33,6 +34,7 @@ Package: libghc6-dataenc-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: Profiling libraries for dataenc encoders and decoders . Data encoding library currently providing Base16, Base32, Base32Hex, Base64, |