diff --git a/debian/control b/debian/control index 2c53968..bd1e292 100644 --- a/debian/control +++ b/debian/control @@ -1,28 +1,28 @@ Source: logbook +Maintainer: Agustin Henze +Uploaders: Iñaki Malerba Section: python Priority: optional -Maintainer: Agustin Henze -Uploaders: - Iñaki Malerba , -Build-Depends: - debhelper-compat (= 12), - dh-python, - python3-all, - python3-setuptools, - python3-sphinx, - python3-docutils, - python3-doc, - cython3, - python3-dev, -Standards-Version: 4.4.1 +Build-Depends: debhelper-compat (= 12), + dh-python, + python3-all, + python3-setuptools, + python3-sphinx, + python3-docutils, + python3-doc, + cython3, + python3-dev +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/debian/logbook +Vcs-Git: https://salsa.debian.org/debian/logbook.git Homepage: http://pythonhosted.org/Logbook/ -Vcs-Git: https://salsa.debian.org/debian/logbook.git -Vcs-Browser: https://salsa.debian.org/debian/logbook Package: python3-logbook Architecture: any -Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} -Suggests: python-logbook-doc, +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 @@ -32,9 +32,10 @@ Package: python-logbook-doc Architecture: all -Depends: ${misc:Depends}, ${sphinxdoc:Depends} +Section: doc +Depends: ${misc:Depends}, + ${sphinxdoc:Depends} Suggests: python3-doc -Section: 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 diff --git a/debian/patches/use-cython3.patch b/debian/patches/use-cython3.patch index db93071..3fa111f 100644 --- a/debian/patches/use-cython3.patch +++ b/debian/patches/use-cython3.patch @@ -1,3 +1,4 @@ +Description: Use cython3 --- a/Makefile +++ b/Makefile @@ -25,11 +25,11 @@ docs: