Bump dh compat to 9
Rewrite short description and complete a bit the feature list.
This commit is contained in:
parent
11d345ad23
commit
bd42a69add
2 changed files with 5 additions and 3 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
||||||
8
|
9
|
||||||
|
|
6
debian/control
vendored
6
debian/control
vendored
|
@ -4,7 +4,7 @@ Priority: optional
|
||||||
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
|
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
|
||||||
Uploaders: Simon Chopin <chopin.simon@gmail.com>
|
Uploaders: Simon Chopin <chopin.simon@gmail.com>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper (>= 8.1),
|
debhelper (>= 9),
|
||||||
python-all (>= 2.6.6-3~),
|
python-all (>= 2.6.6-3~),
|
||||||
locales (>= 0),
|
locales (>= 0),
|
||||||
python-nose,
|
python-nose,
|
||||||
|
@ -18,7 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/kitchen/tr
|
||||||
Package: python-kitchen
|
Package: python-kitchen
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${python:Depends}
|
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
|
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
|
code that the author originally carried around from project to project to ease
|
||||||
the development.
|
the development.
|
||||||
|
@ -26,3 +26,5 @@ Description: mix of useful Python code
|
||||||
A non-exhaustive list of the features provided by kitchen:
|
A non-exhaustive list of the features provided by kitchen:
|
||||||
* helpers for text and specifically unicode handling i18n support
|
* helpers for text and specifically unicode handling i18n support
|
||||||
* a dictionary that treats unicode and str strings as different values
|
* 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
|
||||||
|
|
Loading…
Reference in a new issue