d/control: Sorting binary packages alphabetical

That simply helps to find binary packages more easily as humans like to
have structured (in alphabetical order organized) content.
This commit is contained in:
Carsten Schoenert 2022-11-30 10:59:03 +01:00
parent dd3cff095d
commit 0e72ac246b

36
debian/control vendored
View file

@ -23,24 +23,6 @@ Vcs-Git: https://salsa.debian.org/python-team/packages/python-click.git
Homepage: https://github.com/pallets/click
Testsuite: autopkgtest-pkg-python
Package: python3-click
Architecture: all
Depends: python3-colorama,
${misc:Depends},
${python3:Depends},
Breaks: python3-click-threading (<< 0.5.0),
Description: Wrapper around optparse for command line utilities - Python 3.x
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This is the Python 3 compatible package.
Package: python-click-doc
Section: doc
Architecture: all
@ -58,3 +40,21 @@ Description: Wrapper around optparse for command line utilities - documentation
an intended CLI API.
.
This package contains the documentation for Click.
Package: python3-click
Architecture: all
Depends: python3-colorama,
${misc:Depends},
${python3:Depends},
Breaks: python3-click-threading (<< 0.5.0),
Description: Wrapper around optparse for command line utilities - Python 3.x
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This is the Python 3 compatible package.