File: control

package info (click to toggle)
logbook 1.7.0-1.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,140 kB
  • sloc: python: 6,558; makefile: 141
file content (51 lines) | stat: -rw-r--r-- 1,489 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
Source: logbook
Section: python
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Uploaders:
 IƱaki Malerba <inaki@malerba.space>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 python3-all,
 python3-setuptools,
 pybuild-plugin-pyproject,
 python3-sphinx,
 python3-docutils,
 python3-doc,
 cython3,
 python3-all-dev,
 python3-brotli <!nocheck>,
 python3-pytest <!nocheck>,
 redis-server <!nocheck>,
Standards-Version: 4.6.2
Homepage: http://pythonhosted.org/Logbook/
Vcs-Git: https://salsa.debian.org/debian/logbook.git
Vcs-Browser: https://salsa.debian.org/debian/logbook
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Description: logging system for Python that replaces the standard library's module
 Logbook is a logging system for Python that replaces the standard library's
 logging module. It was designed with both complex and simple applications in
 mind and the idea to make logging fun

Package: python3-logbook
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: python-logbook-doc,
Description: ${source:Synopsis} (Python 3)
 ${source:Extended-Description}
 .
 This is the Python 3 version of the package.

Package: python-logbook-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python3-doc
Section: doc
Description: ${source:Synopsis} (doc)
 ${source:Extended-Description}
 .
 This package contains API documentation.