1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: python-logutils
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python-setuptools,
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
python3-all,
python3-setuptools
Standards-Version: 3.9.5
Vcs-Browser: http://git.gplhost.com/gitweb/?p=openstack/python-logutils.git
Vcs-Git: git://git.gplhost.com/openstack/python-logutils.git
Homepage: http://code.google.com/p/logutils/
Package: python-logutils
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python:Depends}
Description: handlers for the Python standard library's logging package - Python 2.x
The logutils package provides a set of handlers for the Python standard
library's logging package.
.
Some of these handlers are out-of-scope for the standard library, and so they
are packaged here. Others are updated versions which have appeared in recent
Python releases, but are usable with older versions of Python and so are
packaged here.
.
This package contains the Python 2.x module.
Package: python3-logutils
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python3:Depends}
Description: handlers for the Python standard library's logging package - Python 3.x
The logutils package provides a set of handlers for the Python standard
library's logging package.
.
Some of these handlers are out-of-scope for the standard library, and so they
are packaged here. Others are updated versions which have appeared in recent
Python releases, but are usable with older versions of Python and so are
packaged here.
.
This package contains the Python 3.x module.
Package: python-logutils-doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: handlers for the Python standard library's logging package - docs
The logutils package provides a set of handlers for the Python standard
library's logging package.
.
Some of these handlers are out-of-scope for the standard library, and so they
are packaged here. Others are updated versions which have appeared in recent
Python releases, but are usable with older versions of Python and so are
packaged here.
.
This package ocntains the documentation.
|