Codebase list logbook / 1377caf
Add missing separator between '${misc:Depends}' and '${shlibs:Depends}' Agustin Henze 5 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2424
2525 Package: python-logbook
2626 Architecture: any
27 Depends: ${python:Depends}, ${misc:Depends} ${shlibs:Depends}
27 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
2828 Suggests: python-logbook-doc,
2929 Description: logging system for Python that replaces the standard library's module
3030 Logbook is a logging system for Python that replaces the standard library's
3535
3636 Package: python3-logbook
3737 Architecture: any
38 Depends: ${python3:Depends}, ${misc:Depends} ${shlibs:Depends}
38 Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
3939 Suggests: python-logbook-doc,
4040 Description: logging system for Python that replaces the standard library's module (Python3)
4141 Logbook is a logging system for Python that replaces the standard library's