[Python-modules-commits] [python-formencode] 10/11: Tweak package descriptions and bump standards version
Neil Muller
drnlmza-guest at moszumanska.debian.org
Tue Jun 14 13:00:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
drnlmza-guest pushed a commit to branch master
in repository python-formencode.
commit c10a9080e093ec6962e0c4c773e56919856fb90d
Author: Neil <Neil Muller drnlmuller+debian at gmail.com>
Date: Tue Jun 14 14:43:37 2016 +0200
Tweak package descriptions and bump standards version
---
debian/control | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index ad95452..c6d8cce 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,9 @@ Build-Depends: debhelper (>= 9), dh-python,
python3-nose, python3-dnspython
Maintainer: Fabio Tranchitella <kobold at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
- Piotr Ożarowski <piotr at debian.org>
-Standards-Version: 3.9.6
+ Piotr Ożarowski <piotr at debian.org>,
+ Neil Muller <drnlmuller+debian at gmail.com>
+Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-formencode.git
@@ -26,12 +27,16 @@ Description: validation and form generation Python package
be used separately from the form generation. The validation works on compound
data structures, with all parts being nestable. It is separate from HTTP or
any other input mechanism.
+ .
+ This package contains the Python 2 version of FormEncode.
Package: python3-formencode
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-dnspython, python3-pkg-resources
-Description: validation and form generation Python package
+Description: validation and form generation Python 3 package
FormEncode is a validation and form generation package. The validation can
be used separately from the form generation. The validation works on compound
data structures, with all parts being nestable. It is separate from HTTP or
any other input mechanism.
+ .
+ This package contains the Python 3 version of FormEncode.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-formencode.git
More information about the Python-modules-commits
mailing list