summaryrefslogtreecommitdiff
path: root/p/haskell-recaptcha
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
commit459768e8768d870cf8b22e904befaa31d9179d61 (patch)
treece3b1265ee0379a43d7060a3c0f6073de4d11ee3 /p/haskell-recaptcha
parent1f76c5eca635397f9115dd89ecbcc0d5017f86eb (diff)
downloadDHG_packages-459768e8768d870cf8b22e904befaa31d9179d61.tar.gz
haskell-recaptcha: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p/haskell-recaptcha')
-rw-r--r--p/haskell-recaptcha/debian/changelog4
-rw-r--r--p/haskell-recaptcha/debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-recaptcha/debian/changelog b/p/haskell-recaptcha/debian/changelog
index d1f491df5..78d218f45 100644
--- a/p/haskell-recaptcha/debian/changelog
+++ b/p/haskell-recaptcha/debian/changelog
@@ -2,8 +2,10 @@ haskell-recaptcha (0.1-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:24 -0200
+ -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:32 -0200
haskell-recaptcha (0.1-1) unstable; urgency=low
diff --git a/p/haskell-recaptcha/debian/control b/p/haskell-recaptcha/debian/control
index 91e0674f3..30fe89f43 100644
--- a/p/haskell-recaptcha/debian/control
+++ b/p/haskell-recaptcha/debian/control
@@ -34,6 +34,7 @@ Depends:
${shlibs:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
Description: Haskell interface to reCAPTCHA service - GHC 6 libraries
reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
for preventing automated spam in web applications, using the data people
@@ -49,6 +50,7 @@ Depends:
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
Description: Haskell interface to reCAPTCHA service - GHC 6 profiling libraries
reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
for preventing automated spam in web applications, using the data people