summaryrefslogtreecommitdiff
path: root/p/hslogger/debian/control
diff options
context:
space:
mode:
authorJohn Goerzen <jgoerzen@complete.org>2010-02-17 00:29:42 +0300
committerJohn Goerzen <jgoerzen@complete.org>2010-02-17 00:29:42 +0300
commit412546710a873baeef45cb0fd2c943925f7088bc (patch)
tree920fbbb7ee8e6e418decfb896869040dc9765956 /p/hslogger/debian/control
parent900b1acf8d4630f3f4fb926b46c72cb4f58ae5db (diff)
downloadDHG_packages-412546710a873baeef45cb0fd2c943925f7088bc.tar.gz
hslogger: Merge branch 'upstream'
Conflicts: debian/changelog
Diffstat (limited to 'p/hslogger/debian/control')
-rw-r--r--p/hslogger/debian/control51
1 files changed, 0 insertions, 51 deletions
diff --git a/p/hslogger/debian/control b/p/hslogger/debian/control
deleted file mode 100644
index 8893ccab5..000000000
--- a/p/hslogger/debian/control
+++ /dev/null
@@ -1,51 +0,0 @@
-Source: hslogger
-Priority: optional
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.10), haskell-devscripts (>= 0.6.15), cpphs, libghc6-network-dev, ghc6 (>= 6.10), libghc6-mtl-dev, libghc6-hunit-dev, libghc6-time-dev
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.15), ghc6 (>= 6.10), cpphs, libhugs-hunit, libhugs-mtl, libhugs-network
-Standards-Version: 3.6.2
-Section: devel
-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.