summaryrefslogtreecommitdiff
path: root/p/haskell-hunit
diff options
context:
space:
mode:
authorMarco TĂșlio Gontijo e Silva <marcot@debian.org>2010-02-13 04:25:06 +0300
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-02-13 04:25:06 +0300
commitabd79905b4696b985401e99494755ce35a0608e1 (patch)
tree2f940fab8e4471c7978f9492cdaec7ead10bcb6f /p/haskell-hunit
parente0da1f5fc3f9f3a5169927482f108a1388facfa7 (diff)
downloadDHG_packages-abd79905b4696b985401e99494755ce35a0608e1.tar.gz
haskell-hunit: debian/control: Add field Provides: to -dev and -prof packages.
Diffstat (limited to 'p/haskell-hunit')
-rw-r--r--p/haskell-hunit/debian/changelog1
-rw-r--r--p/haskell-hunit/debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/p/haskell-hunit/debian/changelog b/p/haskell-hunit/debian/changelog
index 30b3482f8..354d40bdd 100644
--- a/p/haskell-hunit/debian/changelog
+++ b/p/haskell-hunit/debian/changelog
@@ -6,6 +6,7 @@ haskell-hunit (1.2.2.1-1) UNRELEASED; urgency=low
* debian/control: Bump Build-Depends: on haskell-devscripts, removing
haddock and hscolour from Build-Depends: and using an unversioned
Build-Depends: on ghc6.
+ * debian/control: Add field Provides: to -dev and -prof packages.
-- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Fri, 12 Feb 2010 23:10:57 -0200
diff --git a/p/haskell-hunit/debian/control b/p/haskell-hunit/debian/control
index 912b6db7e..a4d5f01a0 100644
--- a/p/haskell-hunit/debian/control
+++ b/p/haskell-hunit/debian/control
@@ -14,6 +14,7 @@ Section: libdevel
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: libghc6-hunit-prof, libghc6-hunit-doc
+Provides: ${haskell:Provides}
Description: Haskell unit testing framework for GHC
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
@@ -26,6 +27,7 @@ Section: libdevel
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: libghc6-hunit-doc
+Provides: ${haskell:Provides}
Description: Haskell unit testing framework for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.