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:
Sergio Durigan Junior 2016-07-09 19:12:07 -04:00
parent eb352bbe88
commit 573acd2e5d
1 changed files with 4 additions and 0 deletions

4
debian/control vendored
View File

@ -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
* An helper function to change any non-list value into a single-element list
* Tools to help deal with PEP386 version format
.
This package installs the library for Python 2.
Package: python3-kitchen
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
* An helper function to change any non-list value into a single-element list
* Tools to help deal with PEP386 version format
.
This package installs the library for Python 3.