From 573acd2e5df557fcc89096e11ead8a4efd3b3b0c Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sat, 9 Jul 2016 19:12:07 -0400 Subject: [PATCH] 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. --- debian/control | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/control b/debian/control index eba293b..b6bc16a 100644 --- a/debian/control +++ b/debian/control @@ -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.