summaryrefslogtreecommitdiff
path: root/p/haskell-regex-base/debian
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
commit1f76c5eca635397f9115dd89ecbcc0d5017f86eb (patch)
tree28b382fb3c330c6a9124885b2bd8d3309e4bfb01 /p/haskell-regex-base/debian
parent015b67b2d88fc6dc7671a817fcc4a99ec2910198 (diff)
downloadDHG_packages-1f76c5eca635397f9115dd89ecbcc0d5017f86eb.tar.gz
haskell-regex-base: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p/haskell-regex-base/debian')
-rw-r--r--p/haskell-regex-base/debian/changelog4
-rw-r--r--p/haskell-regex-base/debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-regex-base/debian/changelog b/p/haskell-regex-base/debian/changelog
index e079a6c31..bd54824f0 100644
--- a/p/haskell-regex-base/debian/changelog
+++ b/p/haskell-regex-base/debian/changelog
@@ -3,8 +3,10 @@ haskell-regex-base (0.93.1-6) 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:24 -0200
+ -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:32 -0200
haskell-regex-base (0.93.1-5) unstable; urgency=low
diff --git a/p/haskell-regex-base/debian/control b/p/haskell-regex-base/debian/control
index 5090d9679..16b220e8b 100644
--- a/p/haskell-regex-base/debian/control
+++ b/p/haskell-regex-base/debian/control
@@ -27,6 +27,7 @@ Package: libghc6-regex-base-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: GHC 6 library providing an API for regular expressions
A library containing the interface API for the Haskell regular
expressions library packages regex-posix, regex-pcre, regex-parsec,
@@ -38,6 +39,7 @@ Package: libghc6-regex-base-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: GHC 6 profiling library providing an API for regular expressions
A library containing the interface API for the Haskell regular
expressions library packages regex-posix, regex-pcre, regex-parsec,