Reading package lists... 0%Reading package lists... 100%Reading package lists... Done
Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... Done
Reading state information... 0% Reading state information... 0%Reading state information... Done
Connecting to api.ftp-master.debian.org to check 2 package versions. Please wait...
Got info from api.ftp-master.debian.org for 2 packages.
Changes applied to dpkg configuration:
- control source Standards-Version: '4.4.1' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.4.1' to '4.5.1'.
- patches:"use-cython3.patch" Synopsis has new value: 'Use cython3' # applied fix for :Empty synopsis
jenkins@osuosl167-amd64.debian.net
1 year, 8 months ago
0 | 0 | Source: logbook |
1 | Maintainer: Agustin Henze <tin@debian.org> | |
2 | Uploaders: Iñaki Malerba <inaki@malerba.space> | |
1 | 3 | Section: python |
2 | 4 | Priority: optional |
3 | Maintainer: Agustin Henze <tin@debian.org> | |
4 | Uploaders: | |
5 | Iñaki Malerba <inaki@malerba.space>, | |
6 | Build-Depends: | |
7 | debhelper-compat (= 12), | |
8 | dh-python, | |
9 | python3-all, | |
10 | python3-setuptools, | |
11 | python3-sphinx, | |
12 | python3-docutils, | |
13 | python3-doc, | |
14 | cython3, | |
15 | python3-dev, | |
16 | Standards-Version: 4.4.1 | |
5 | Build-Depends: debhelper-compat (= 12), | |
6 | dh-python, | |
7 | python3-all, | |
8 | python3-setuptools, | |
9 | python3-sphinx, | |
10 | python3-docutils, | |
11 | python3-doc, | |
12 | cython3, | |
13 | python3-dev | |
14 | Standards-Version: 4.5.1 | |
15 | Vcs-Browser: https://salsa.debian.org/debian/logbook | |
16 | Vcs-Git: https://salsa.debian.org/debian/logbook.git | |
17 | 17 | Homepage: http://pythonhosted.org/Logbook/ |
18 | Vcs-Git: https://salsa.debian.org/debian/logbook.git | |
19 | Vcs-Browser: https://salsa.debian.org/debian/logbook | |
20 | 18 | |
21 | 19 | Package: python3-logbook |
22 | 20 | Architecture: any |
23 | Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} | |
24 | Suggests: python-logbook-doc, | |
21 | Depends: ${python3:Depends}, | |
22 | ${misc:Depends}, | |
23 | ${shlibs:Depends} | |
24 | Suggests: python-logbook-doc | |
25 | 25 | Description: logging system for Python that replaces the standard library's module (Python3) |
26 | 26 | Logbook is a logging system for Python that replaces the standard library's |
27 | 27 | logging module. It was designed with both complex and simple applications in |
31 | 31 | |
32 | 32 | Package: python-logbook-doc |
33 | 33 | Architecture: all |
34 | Depends: ${misc:Depends}, ${sphinxdoc:Depends} | |
34 | Section: doc | |
35 | Depends: ${misc:Depends}, | |
36 | ${sphinxdoc:Depends} | |
35 | 37 | Suggests: python3-doc |
36 | Section: doc | |
37 | 38 | Description: logging system for Python that replaces the standard library's module (doc) |
38 | 39 | Logbook is a logging system for Python that replaces the standard library's |
39 | 40 | logging module. It was designed with both complex and simple applications in |