File: control

package info (click to toggle)
python-logutils 0.3.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 1,942; makefile: 79
file content (54 lines) | stat: -rw-r--r-- 1,761 bytes parent folder | download
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
Source: python-logutils
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 python3-pytest,
 python3-redis,
 redis-server,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-logutils
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-logutils.git
Homepage: https://bitbucket.org/vinay.sajip/logutils/

Package: python-logutils-doc
Architecture: all
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 contains the documentation.

Package: python3-logutils
Architecture: all
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.