Codebase list logbook / 6d5b6d41-baea-4550-8468-50abf853ee3c/main
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 75%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 5 package versions. Please wait... Got info from api.ftp-master.debian.org for 5 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.4.1' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. 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.6.0'. - patches:"use-cython3.patch" Synopsis has new value: 'Use cython3' # applied fix for :Empty synopsis Debian Janitor 2 years ago
2 changed file(s) with 22 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
00 Source: logbook
1 Maintainer: Agustin Henze <tin@debian.org>
2 Uploaders: Iñaki Malerba <inaki@malerba.space>
13 Section: python
24 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.6.0
15 Vcs-Browser: https://salsa.debian.org/debian/logbook
16 Vcs-Git: https://salsa.debian.org/debian/logbook.git
1717 Homepage: http://pythonhosted.org/Logbook/
18 Vcs-Git: https://salsa.debian.org/debian/logbook.git
19 Vcs-Browser: https://salsa.debian.org/debian/logbook
2018
2119 Package: python3-logbook
2220 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
2525 Description: logging system for Python that replaces the standard library's module (Python3)
2626 Logbook is a logging system for Python that replaces the standard library's
2727 logging module. It was designed with both complex and simple applications in
3131
3232 Package: python-logbook-doc
3333 Architecture: all
34 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
34 Section: doc
35 Depends: ${misc:Depends},
36 ${sphinxdoc:Depends}
3537 Suggests: python3-doc
36 Section: doc
3738 Description: logging system for Python that replaces the standard library's module (doc)
3839 Logbook is a logging system for Python that replaces the standard library's
3940 logging module. It was designed with both complex and simple applications in
0 Description: Use cython3
01 --- a/Makefile
12 +++ b/Makefile
23 @@ -25,11 +25,11 @@ docs: