summaryrefslogtreecommitdiff
path: root/p/haskell-hscurses
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@riseup.net>2010-01-27 15:02:38 +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:38 +0300
commitfe9b2b1d60883427a64375990ad21e35e91d392e (patch)
tree28b6c83dda14f02f4578d32402ced7c0db7a29bc /p/haskell-hscurses
parent9bda1aba6d36b7ac7200a8df619157368a026463 (diff)
downloadDHG_packages-fe9b2b1d60883427a64375990ad21e35e91d392e.tar.gz
haskell-hscurses: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p/haskell-hscurses')
-rw-r--r--p/haskell-hscurses/debian/changelog4
-rw-r--r--p/haskell-hscurses/debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-hscurses/debian/changelog b/p/haskell-hscurses/debian/changelog
index 1630181d9..147fb3a0f 100644
--- a/p/haskell-hscurses/debian/changelog
+++ b/p/haskell-hscurses/debian/changelog
@@ -10,5 +10,7 @@ haskell-hscurses (1.3.0.2-1) UNRELEASED; urgency=low
* debian/watch: Include package name in downloaded .tar.gz.
* debian/control: Change Section: to haskell.
* 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:18 -0200
+ -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:27 -0200
diff --git a/p/haskell-hscurses/debian/control b/p/haskell-hscurses/debian/control
index 04b567315..1bb40f48a 100644
--- a/p/haskell-hscurses/debian/control
+++ b/p/haskell-hscurses/debian/control
@@ -17,6 +17,7 @@ Package: libghc6-hscurses-dev
Section: haskell
Architecture: any
Depends: ${haskell:Depends}
+Provides: ${haskell:Provides}
Description: ncurses bindings for Haskell - development files for GHC6
Bindings to ncurses, a library of functions that manage an application's
display on character-cell terminals. Additionally, it contains some basic
@@ -28,6 +29,7 @@ Package: libghc6-hscurses-prof
Section: haskell
Architecture: any
Depends: ${haskell:Depends}
+Provides: ${haskell:Provides}
Description: ncurses bindings for Haskell - profiling files for GHC6
Bindings to ncurses, a library of functions that manage an application's
display on character-cell terminals. Additionally, it contains some basic