summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorMarco TĂșlio Gontijo e Silva <marcot@debian.org>2010-03-15 16:46:10 +0300
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-03-15 16:46:10 +0300
commit22299adf1d1d178a9a771b4480af6a406201a849 (patch)
tree1822c108356c12b3bac0d07e155e088c9f4007a6 /p
parent3fd9c22f06a4e7909c28958da2060e76e9edc17b (diff)
downloadDHG_packages-22299adf1d1d178a9a771b4480af6a406201a849.tar.gz
haskell-tagsoup: debian/control: Use all haskell: variables.
Diffstat (limited to 'p')
-rw-r--r--p/haskell-tagsoup/debian/changelog1
-rw-r--r--p/haskell-tagsoup/debian/control5
2 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-tagsoup/debian/changelog b/p/haskell-tagsoup/debian/changelog
index fc381d1b0..e88dc450f 100644
--- a/p/haskell-tagsoup/debian/changelog
+++ b/p/haskell-tagsoup/debian/changelog
@@ -1,6 +1,7 @@
haskell-tagsoup (0.8-2) UNRELEASED; urgency=low
* debian/control: Include missing Build-Depends:.
+ * debian/control: Use all haskell: variables.
-- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Mon, 15 Mar 2010 10:38:56 -0300
diff --git a/p/haskell-tagsoup/debian/control b/p/haskell-tagsoup/debian/control
index 8b1c4718e..bf6d1891a 100644
--- a/p/haskell-tagsoup/debian/control
+++ b/p/haskell-tagsoup/debian/control
@@ -33,6 +33,7 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-
Package: libghc6-tagsoup-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library to robustly parse unstructured HTML
@@ -48,6 +49,8 @@ Description: Haskell library to robustly parse unstructured HTML
Package: libghc6-tagsoup-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Profiling support for TagSoup Haskell library
TagSoup extracts information out of unstructured HTML code, sometimes
@@ -62,7 +65,7 @@ Description: Profiling support for TagSoup Haskell library
Package: libghc6-tagsoup-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Documentation for Haskell TagSoup library