summaryrefslogtreecommitdiff
path: root/p/haskell-sha
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@riseup.net>2010-01-27 15:02:39 +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:39 +0300
commitf488d40f4c7a4db6f890aefd4359cf167b2006e1 (patch)
treeebde95843fc6a35f54298b6673d1e1d5640a34a3 /p/haskell-sha
parente933179d1e37fad3b63b7594b5d8c7d494b3948d (diff)
downloadDHG_packages-f488d40f4c7a4db6f890aefd4359cf167b2006e1.tar.gz
haskell-sha: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p/haskell-sha')
-rw-r--r--p/haskell-sha/debian/changelog4
-rw-r--r--p/haskell-sha/debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-sha/debian/changelog b/p/haskell-sha/debian/changelog
index 21ed97edc..18bca771f 100644
--- a/p/haskell-sha/debian/changelog
+++ b/p/haskell-sha/debian/changelog
@@ -8,8 +8,10 @@ haskell-sha (1.4.0-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:26 -0200
+ -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:35 -0200
haskell-sha (1.4.0-1) unstable; urgency=low
diff --git a/p/haskell-sha/debian/control b/p/haskell-sha/debian/control
index b434ba6d1..7460decc6 100644
--- a/p/haskell-sha/debian/control
+++ b/p/haskell-sha/debian/control
@@ -31,6 +31,7 @@ Depends:
${shlibs:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
Description: Haskell SHA suite of message digest functions - GHC 6 libraries
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
@@ -50,6 +51,7 @@ Depends:
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
Description: Haskell SHA suite of message digest functions - GHC 6 profiling libraries
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well