[Python-modules-commits] r24784 - in packages/kitchen/trunk/debian (compat control)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Thu Jun 13 08:24:31 UTC 2013


    Date: Thursday, June 13, 2013 @ 08:24:30
  Author: laarmen-guest
Revision: 24784

Bump dh compat to 9
Rewrite short description and complete a bit the feature list.

Modified:
  packages/kitchen/trunk/debian/compat
  packages/kitchen/trunk/debian/control

Modified: packages/kitchen/trunk/debian/compat
===================================================================
--- packages/kitchen/trunk/debian/compat	2013-06-13 08:18:26 UTC (rev 24783)
+++ packages/kitchen/trunk/debian/compat	2013-06-13 08:24:30 UTC (rev 24784)
@@ -1 +1 @@
-8
+9

Modified: packages/kitchen/trunk/debian/control
===================================================================
--- packages/kitchen/trunk/debian/control	2013-06-13 08:18:26 UTC (rev 24783)
+++ packages/kitchen/trunk/debian/control	2013-06-13 08:24:30 UTC (rev 24784)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Simon Chopin <chopin.simon at gmail.com>
 Build-Depends:
- debhelper (>= 8.1),
+ debhelper (>= 9),
  python-all (>= 2.6.6-3~),
  locales (>= 0),
  python-nose,
@@ -18,7 +18,7 @@
 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 @@
  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




More information about the Python-modules-commits mailing list