Remove python2 package.
IƱaki Malerba
3 years ago
22 | 22 |
Vcs-Git: https://salsa.debian.org/debian/logbook.git
|
23 | 23 |
Vcs-Browser: https://salsa.debian.org/debian/logbook
|
24 | 24 |
|
25 | |
Package: python-logbook
|
26 | |
Architecture: any
|
27 | |
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
|
28 | |
Suggests: python-logbook-doc,
|
29 | |
Description: logging system for Python that replaces the standard library's module
|
30 | |
Logbook is a logging system for Python that replaces the standard library's
|
31 | |
logging module. It was designed with both complex and simple applications in
|
32 | |
mind and the idea to make logging fun
|
33 | |
.
|
34 | |
This is the Python 2 version of the package.
|
35 | |
|
36 | 25 |
Package: python3-logbook
|
37 | 26 |
Architecture: any
|
38 | 27 |
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
|
|
0 |
logbook_1.5.3-1_source.buildinfo python optional
|
8 | 8 |
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
9 | 9 |
|
10 | 10 |
%:
|
11 | |
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
|
|
11 |
dh $@ --with python2,sphinxdoc --buildsystem=pybuild
|
12 | 12 |
|
13 | 13 |
override_dh_auto_clean:
|
14 | 14 |
dh_auto_clean
|