Codebase list logbook / 6d5b6d41-baea-4550-8468-50abf853ee3c/main debian / control
6d5b6d41-baea-4550-8468-50abf853ee3c/main

Tree @6d5b6d41-baea-4550-8468-50abf853ee3c/main (Download .tar.gz)

control @6d5b6d41-baea-4550-8468-50abf853ee3c/main

9c00500
a6524a2
 
9c00500
 
a6524a2
 
 
 
 
 
 
 
 
 
6b543ae
a6524a2
 
9c00500
 
49873bb
a6524a2
 
 
 
9c00500
 
 
 
 
 
 
 
 
 
a6524a2
 
 
9c00500
 
 
 
 
 
Source: logbook
Maintainer: Agustin Henze <tin@debian.org>
Uploaders: IƱaki Malerba <inaki@malerba.space>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-sphinx,
               python3-docutils,
               python3-doc,
               cython3,
               python3-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/debian/logbook
Vcs-Git: https://salsa.debian.org/debian/logbook.git
Homepage: http://pythonhosted.org/Logbook/

Package: python3-logbook
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: python-logbook-doc
Description: logging system for Python that replaces the standard library's module (Python3)
 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
 .
 This is the Python 3 version of the package.

Package: python-logbook-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: python3-doc
Description: logging system for Python that replaces the standard library's module (doc)
 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
 .
 This package contains API documentation.