From bd42a69add6731e3d3bc7217bc10da6b289bf416 Mon Sep 17 00:00:00 2001 From: Simon Chopin Date: Thu, 13 Jun 2013 08:24:30 +0000 Subject: [PATCH] Bump dh compat to 9 Rewrite short description and complete a bit the feature list. --- debian/compat | 2 +- debian/control | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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