diff options
author | Marco Túlio Gontijo e Silva <marcot@riseup.net> | 2010-01-27 15:02:38 +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:38 +0300 |
commit | fedda1faed5fd8d0ea48de5231a880e91561e9ce (patch) | |
tree | 66b06bda1ba59de7d752633448dbcf9494cdc146 /p | |
parent | 5ac0d258d9ac3148314d387e058f2b58e3aae4c3 (diff) | |
download | DHG_packages-fedda1faed5fd8d0ea48de5231a880e91561e9ce.tar.gz |
haskell-json: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p')
-rw-r--r-- | p/haskell-json/debian/changelog | 4 | ||||
-rw-r--r-- | p/haskell-json/debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-json/debian/changelog b/p/haskell-json/debian/changelog index d77723f8f..d8ab866ff 100644 --- a/p/haskell-json/debian/changelog +++ b/p/haskell-json/debian/changelog @@ -12,8 +12,10 @@ haskell-json (0.4.3-3) 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:20 -0200 + -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:29 -0200 haskell-json (0.4.3-2) unstable; urgency=low diff --git a/p/haskell-json/debian/control b/p/haskell-json/debian/control index 7814486ea..dd1984afd 100644 --- a/p/haskell-json/debian/control +++ b/p/haskell-json/debian/control @@ -23,6 +23,7 @@ Package: libghc6-json-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: libghc6-json-doc (= ${source:Version}) +Provides: ${haskell:Provides} Description: Haskell library for serialising data to and from JSON . JSON (JavaScript Object Notation) is a lightweight data-interchange format. It @@ -40,6 +41,7 @@ Architecture: any Depends: libghc6-json-dev (= ${binary:Version}), ${haskell:Depends}, ${misc:Depends} Suggests: libghc6-json-doc (= ${source:Version}) +Provides: ${haskell:Provides} Description: Profiling version of the Haskell JSON library . JSON (JavaScript Object Notation) is a lightweight data-interchange format. It |