diff --git a/debian/control b/debian/control index 5d895a2..931096a 100644 --- a/debian/control +++ b/debian/control @@ -23,17 +23,6 @@ Vcs-Git: https://salsa.debian.org/debian/logbook.git Vcs-Browser: https://salsa.debian.org/debian/logbook -Package: python-logbook -Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} -Suggests: python-logbook-doc, -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 - . - This is the Python 2 version of the package. - Package: python3-logbook Architecture: any Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..4144551 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +logbook_1.5.3-1_source.buildinfo python optional diff --git a/debian/rules b/debian/rules index 1641b7e..778609a 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python2,sphinxdoc --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean