diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index bc450fa..41d2771 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Python Modules Team Uploaders: Simon Chopin Build-Depends: - debhelper (>= 8.1), + debhelper (>= 9), python-all (>= 2.6.6-3~), locales (>= 0), python-nose, @@ -18,7 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/kitchen/tr Package: python-kitchen Architecture: all Depends: ${misc:Depends}, ${python:Depends} -Description: mix of useful Python code +Description: Python library of containers, text and i18n helpers The kitchen Python package aims at gathering in one place all the snippets of code that the author originally carried around from project to project to ease the development. @@ -26,3 +26,5 @@ Description: mix of useful Python code A non-exhaustive list of the features provided by kitchen: * helpers for text and specifically unicode handling i18n support * 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