summaryrefslogtreecommitdiff
path: root/p/hslogger/debian/control
diff options
context:
space:
mode:
authorGiovanni Mascellani <mascellani@poisson.phc.unipi.it>2010-07-03 17:35:25 +0400
committerGiovanni Mascellani <mascellani@poisson.phc.unipi.it>2010-07-03 17:35:25 +0400
commit6d7f1d73ed75f492ef0d08157ef970a02806c6e0 (patch)
tree81c2cc047f2f4988c3690083f422d9b475758b16 /p/hslogger/debian/control
parent2418a02b44bd59df6adf729f1c0fd4142abdb9ca (diff)
downloadDHG_packages-6d7f1d73ed75f492ef0d08157ef970a02806c6e0.tar.gz
hslogger: Documentation package renamed
Diffstat (limited to 'p/hslogger/debian/control')
-rw-r--r--p/hslogger/debian/control11
1 files changed, 10 insertions, 1 deletions
diff --git a/p/hslogger/debian/control b/p/hslogger/debian/control
index aa321df41..327c1ed6a 100644
--- a/p/hslogger/debian/control
+++ b/p/hslogger/debian/control
@@ -17,6 +17,12 @@ Build-Depends: debhelper (>= 5.0.0),
libghc6-time-prof,
libghc6-network-dev,
libghc6-network-prof
+Build-Depends-Indep:
+ ghc6-doc,
+ libghc6-mtl-doc,
+ libghc6-hunit-doc,
+ libghc6-time-doc,
+ libghc6-network-doc
Standards-Version: 3.9.0
Section: haskell
Vcs-Git: git://git.debian.org/git/pkg-haskell/hslogger.git
@@ -53,7 +59,7 @@ Description: The Haskell Logging Framework, GHC profiling libraries
This package contains the libraries used to profile programs linked
against hslogger.
-Package: hslogger-doc
+Package: libghc6-hslogger-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
@@ -65,3 +71,6 @@ Description: The Haskell Logging Framework, API Documentation
with it. The programmer can then define global handlers that route
or filter messages based on the priority and source. hslogger also
has a syslog handler built in.
+ .
+ This package contains the API documentation.
+