summaryrefslogtreecommitdiff
path: root/p/haskell-regex-tdfa-utf8/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
commit919cd2cf5f693d4de260cc5f42471e71a2e9e2c7 (patch)
tree32549e0f35bab98a9f3c653cfcc369d31fb8bfa9 /p/haskell-regex-tdfa-utf8/debian
parentfc07fd153623e19f7e9bc0fe608fcfc6db57c422 (diff)
downloadDHG_packages-919cd2cf5f693d4de260cc5f42471e71a2e9e2c7.tar.gz
haskell-regex-tdfa-utf8: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p/haskell-regex-tdfa-utf8/debian')
-rw-r--r--p/haskell-regex-tdfa-utf8/debian/changelog4
-rw-r--r--p/haskell-regex-tdfa-utf8/debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-regex-tdfa-utf8/debian/changelog b/p/haskell-regex-tdfa-utf8/debian/changelog
index 6ef7e8358..75d6e91be 100644
--- a/p/haskell-regex-tdfa-utf8/debian/changelog
+++ b/p/haskell-regex-tdfa-utf8/debian/changelog
@@ -4,8 +4,10 @@ haskell-regex-tdfa-utf8 (1.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:25 -0200
+ -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:34 -0200
haskell-regex-tdfa-utf8 (1.0-1) unstable; urgency=low
diff --git a/p/haskell-regex-tdfa-utf8/debian/control b/p/haskell-regex-tdfa-utf8/debian/control
index 9d601fb62..dd245c992 100644
--- a/p/haskell-regex-tdfa-utf8/debian/control
+++ b/p/haskell-regex-tdfa-utf8/debian/control
@@ -24,6 +24,7 @@ Package: libghc6-regex-tdfa-utf8-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Haskell library for the UTF8 version of the tagged DFA regex engine
.
This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
@@ -35,6 +36,7 @@ Package: libghc6-regex-tdfa-utf8-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Profiling libraries for the UTF8 version of the tagged DFA regex engine
.
This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded