Codebase list logbook / 75bdef8
Add depend on ${shlibs:Depends} in debian/control Agustin Henze 5 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3030
3131 Package: python-logbook
3232 Architecture: any
33 Depends: ${python:Depends}, ${misc:Depends}
33 Depends: ${python:Depends}, ${misc:Depends} ${shlibs:Depends}
3434 Suggests: python-logbook-doc,
3535 Description: logging system for Python that replaces the standard library's module
3636 Logbook is a logging system for Python that replaces the standard library's
4141
4242 Package: python3-logbook
4343 Architecture: any
44 Depends: ${python3:Depends}, ${misc:Depends}
44 Depends: ${python3:Depends}, ${misc:Depends} ${shlibs:Depends}
4545 Suggests: python-logbook-doc,
4646 Description: logging system for Python that replaces the standard library's module (Python3)
4747 Logbook is a logging system for Python that replaces the standard library's