Extending long description for each package on debian/control.
The long description now mentions if the package is a Python 2 or Python 3 library.
This commit is contained in:
parent
eb352bbe88
commit
573acd2e5d
1 changed files with 4 additions and 0 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -36,6 +36,8 @@ Description: Python library of containers, text and i18n helpers (Python 2)
|
||||||
* a dictionary that treats unicode and str strings as different values
|
* a dictionary that treats unicode and str strings as different values
|
||||||
* An helper function to change any non-list value into a single-element list
|
* An helper function to change any non-list value into a single-element list
|
||||||
* Tools to help deal with PEP386 version format
|
* Tools to help deal with PEP386 version format
|
||||||
|
.
|
||||||
|
This package installs the library for Python 2.
|
||||||
|
|
||||||
Package: python3-kitchen
|
Package: python3-kitchen
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -50,3 +52,5 @@ Description: Python library of containers, text and i18n helpers (Python 3)
|
||||||
* a dictionary that treats unicode and str strings as different values
|
* a dictionary that treats unicode and str strings as different values
|
||||||
* An helper function to change any non-list value into a single-element list
|
* An helper function to change any non-list value into a single-element list
|
||||||
* Tools to help deal with PEP386 version format
|
* Tools to help deal with PEP386 version format
|
||||||
|
.
|
||||||
|
This package installs the library for Python 3.
|
||||||
|
|
Loading…
Reference in a new issue