Wrap-and-sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ab8aa3ab47
commit
77cf3619a2
2 changed files with 29 additions and 20 deletions
41
debian/control
vendored
41
debian/control
vendored
|
@ -20,10 +20,33 @@ Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages
|
||||||
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/terminaltables
|
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/terminaltables
|
||||||
Testsuite: autopkgtest-pkg-python
|
Testsuite: autopkgtest-pkg-python
|
||||||
|
|
||||||
|
Package: python-terminaltables-doc
|
||||||
|
Section: doc
|
||||||
|
Architecture: all
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
${sphinxdoc:Depends},
|
||||||
|
Built-Using:
|
||||||
|
${sphinxdoc:Built-Using},
|
||||||
|
Recommends:
|
||||||
|
python3-terminaltables,
|
||||||
|
Breaks:
|
||||||
|
python3-terminaltables-doc,
|
||||||
|
Replaces:
|
||||||
|
python3-terminaltables-doc,
|
||||||
|
Description: Documentation for terminaltables table printer
|
||||||
|
Easily draw tables in terminal/console applications from a list of lists of
|
||||||
|
strings.
|
||||||
|
.
|
||||||
|
This package contains the documentation for terminaltables.
|
||||||
|
|
||||||
Package: python3-terminaltables
|
Package: python3-terminaltables
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python3:Depends}, ${misc:Depends}
|
Depends:
|
||||||
Suggests: python3-terminaltables-doc
|
${misc:Depends},
|
||||||
|
${python3:Depends},
|
||||||
|
Suggests:
|
||||||
|
python3-terminaltables-doc,
|
||||||
Description: Python library for printing tables to the console
|
Description: Python library for printing tables to the console
|
||||||
Easily draw tables in terminal/console applications from a list of lists of
|
Easily draw tables in terminal/console applications from a list of lists of
|
||||||
strings.
|
strings.
|
||||||
|
@ -35,17 +58,3 @@ Description: Python library for printing tables to the console
|
||||||
plain ANSI escape codes.
|
plain ANSI escape codes.
|
||||||
.
|
.
|
||||||
This package provides the Python 3 module.
|
This package provides the Python 3 module.
|
||||||
|
|
||||||
Package: python-terminaltables-doc
|
|
||||||
Section: doc
|
|
||||||
Architecture: all
|
|
||||||
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
|
|
||||||
Built-Using: ${sphinxdoc:Built-Using}
|
|
||||||
Recommends: python3-terminaltables
|
|
||||||
Breaks: python3-terminaltables-doc
|
|
||||||
Replaces: python3-terminaltables-doc
|
|
||||||
Description: Documentation for terminaltables table printer
|
|
||||||
Easily draw tables in terminal/console applications from a list of lists of
|
|
||||||
strings.
|
|
||||||
.
|
|
||||||
This package contains the documentation for terminaltables.
|
|
||||||
|
|
8
debian/python-terminaltables-doc.links
vendored
8
debian/python-terminaltables-doc.links
vendored
|
@ -1,4 +1,4 @@
|
||||||
/usr/share/doc/python-terminaltables-doc/html/_sources/ /usr/share/doc/python-terminaltables-doc/rst
|
/usr/share/doc/python-terminaltables-doc/examples /usr/share/doc/python3-terminaltables/examples
|
||||||
/usr/share/doc/python-terminaltables-doc/html/_sources/ /usr/share/doc/python3-terminaltables/rst
|
/usr/share/doc/python-terminaltables-doc/html /usr/share/doc/python3-terminaltables/html
|
||||||
/usr/share/doc/python-terminaltables-doc/html /usr/share/doc/python3-terminaltables/html
|
/usr/share/doc/python-terminaltables-doc/html/_sources/ /usr/share/doc/python-terminaltables-doc/rst
|
||||||
/usr/share/doc/python-terminaltables-doc/examples /usr/share/doc/python3-terminaltables/examples
|
/usr/share/doc/python-terminaltables-doc/html/_sources/ /usr/share/doc/python3-terminaltables/rst
|
||||||
|
|
Loading…
Add table
Reference in a new issue