summaryrefslogtreecommitdiff
path: root/p/haskell-unixutils
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
commit0d197f430795f4bd3e6a300a9dd1d900587501ab (patch)
treeb8ec0f896cf1fc98186b6ca3b33d769186b79be5 /p/haskell-unixutils
parentf8670659e3c707ee5343e29ab1e140db490d7785 (diff)
downloadDHG_packages-0d197f430795f4bd3e6a300a9dd1d900587501ab.tar.gz
haskell-unixutils: debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages.
Diffstat (limited to 'p/haskell-unixutils')
-rw-r--r--p/haskell-unixutils/debian/changelog4
-rw-r--r--p/haskell-unixutils/debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-unixutils/debian/changelog b/p/haskell-unixutils/debian/changelog
index 9cf9c7f67..2eceb4375 100644
--- a/p/haskell-unixutils/debian/changelog
+++ b/p/haskell-unixutils/debian/changelog
@@ -12,8 +12,10 @@ haskell-unixutils (1.22-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:29 -0200
+ -- Marco Túlio Gontijo e Silva <marcot@riseup.net> Wed, 27 Jan 2010 10:01:38 -0200
haskell-unixutils (1.22-1) unstable; urgency=low
diff --git a/p/haskell-unixutils/debian/control b/p/haskell-unixutils/debian/control
index 385de4177..f6020fec2 100644
--- a/p/haskell-unixutils/debian/control
+++ b/p/haskell-unixutils/debian/control
@@ -16,6 +16,7 @@ Package: libghc6-unixutils-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: libghc6-unixutils-doc (= ${source:Version})
+Provides: ${haskell:Provides}
Description: An interface between Haskell and Unix-like operating systems
.
A collection of useful and mildly useful functions that you might expect to
@@ -28,6 +29,7 @@ Architecture: any
Depends: libghc6-unixutils-dev (= ${binary:Version}), ${haskell:Depends},
${misc:Depends}
Suggests: libghc6-unixutils-doc (= ${source:Version})
+Provides: ${haskell:Provides}
Description: Profiling libraries for the haskell-unixutils package
.
A collection of useful and mildly useful functions that you might expect to