summaryrefslogtreecommitdiff
path: root/p/hslogger/debian/control
diff options
context:
space:
mode:
authorJohn Goerzen <jgoerzen@complete.org>2010-02-17 00:31:09 +0300
committerJohn Goerzen <jgoerzen@complete.org>2010-02-17 00:31:09 +0300
commitedaf10d83a78be2daecb03c45f8d9d0f62ea7db6 (patch)
treea3dda426e334a2b4565438f701a46971c4b07366 /p/hslogger/debian/control
parent412546710a873baeef45cb0fd2c943925f7088bc (diff)
downloadDHG_packages-edaf10d83a78be2daecb03c45f8d9d0f62ea7db6.tar.gz
hslogger: Revert "Merge branch 'upstream'"
This reverts commit 4cb2c5fca445926a0c52bf1c9092e2f374ee8062, reversing changes made to c9a505ae9dc08173afb60c07562350826950cedd.
Diffstat (limited to 'p/hslogger/debian/control')
-rw-r--r--p/hslogger/debian/control64
1 files changed, 64 insertions, 0 deletions
diff --git a/p/hslogger/debian/control b/p/hslogger/debian/control
new file mode 100644
index 000000000..e82471f73
--- /dev/null
+++ b/p/hslogger/debian/control
@@ -0,0 +1,64 @@
+Source: hslogger
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: John Goerzen <jgoerzen@complete.org>
+Build-Depends: debhelper (>= 5.0.0),
+ cdbs,
+ haskell-devscripts (>= 0.6.18),
+ cpphs,
+ haddock,
+ hscolour,
+ ghc6 (>= 6.10),
+ libghc6-mtl-dev,
+ libghc6-hunit-dev,
+ libghc6-time-dev,
+ hugs (>= 98.200503.08),
+ libhugs-hunit,
+ libhugs-mtl,
+ libhugs-network,
+ libghc6-network-dev
+Standards-Version: 3.8.3
+Section: haskell
+Vcs-Git: git://git.debian.org/git/pkg-haskell/hslogger.git
+Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hslogger.git;a=summary
+
+Package: libghc6-hslogger-dev
+Section: haskell
+Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}
+Suggests: ${haskell:Suggests}
+Description: The Haskell Logging Framework, GHC package
+ 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.
+
+Package: libhugs-hslogger
+Section: haskell
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Suggests: ${haskell:Suggests}
+Description: The Haskell Logging Framework, Hugs package
+ 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.
+
+Package: hslogger-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: The Haskell Logging Framework, API Documentation
+ 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.