summaryrefslogtreecommitdiff
path: root/p/hslogger/debian/control
diff options
context:
space:
mode:
authorGiovanni Mascellani <mascellani@poisson.phc.unipi.it>2010-07-03 16:52:35 +0400
committerGiovanni Mascellani <mascellani@poisson.phc.unipi.it>2010-07-03 16:52:35 +0400
commit819de5ca479f6466fa24ba6ed600b7b610ce9faf (patch)
treef2ffe6ff440ebca0425ea03d69c7065f258a9a0a /p/hslogger/debian/control
parent80112e1408f0acdb6e2a369bb138b71c26e5b992 (diff)
downloadDHG_packages-819de5ca479f6466fa24ba6ed600b7b610ce9faf.tar.gz
hslogger: Enabling profiling libraries
Diffstat (limited to 'p/hslogger/debian/control')
-rw-r--r--p/hslogger/debian/control23
1 files changed, 22 insertions, 1 deletions
diff --git a/p/hslogger/debian/control b/p/hslogger/debian/control
index 0cdfd8629..5d84a124d 100644
--- a/p/hslogger/debian/control
+++ b/p/hslogger/debian/control
@@ -10,9 +10,13 @@ Build-Depends: debhelper (>= 5.0.0),
hscolour,
ghc6 (>= 6.12),
libghc6-mtl-dev,
+ libghc6-mtl-prof,
libghc6-hunit-dev,
+ libghc6-hunit-prof,
libghc6-time-dev,
- libghc6-network-dev
+ libghc6-time-prof,
+ libghc6-network-dev,
+ libghc6-network-prof
Standards-Version: 3.8.3
Section: haskell
Vcs-Git: git://git.debian.org/git/pkg-haskell/hslogger.git
@@ -32,6 +36,23 @@ Description: The Haskell Logging Framework, GHC package
or filter messages based on the priority and source. hslogger also
has a syslog handler built in.
+Package: libghc6-hslogger-prof
+Section: haskell
+Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}
+Suggests: ${haskell:Suggests}
+Description: The Haskell Logging Framework, GHC profiling libraries
+ hslogger is a logging framework for Haskell, roughly similar to
+ Python's logging module.
+ .
+ hslogger lets each log message have a priority and source be associated
+ 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 libraries used to profile programs linked
+ against hslogger.
+
Package: hslogger-doc
Section: doc
Architecture: all