summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-json/debian/changelog4
-rw-r--r--p/haskell-json/debian/control2
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