[Python-modules-commits] [wtforms] 03/04: Add new dependency and changelog entry
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Mon Oct 26 00:09:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
oorestisime-guest pushed a commit to branch master
in repository wtforms.
commit d2999b8a8f32d684df950b9db8439c24346856bb
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Fri Oct 23 22:48:19 2015 +0200
Add new dependency and changelog entry
---
debian/changelog | 12 ++++++++++--
debian/control | 8 +++++---
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0da6d88..9c23ed7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
-wtforms (2.0.2-2) UNRELEASED; urgency=medium
+wtforms (2.0.2-2) unstable; urgency=medium
+ * Team upload.
+
+ [ Vincent Bernat ]
* Fix long description of python3-wtforms and python-wtforms-doc.
Closes: #800076.
- -- Vincent Bernat <bernat at debian.org> Sat, 26 Sep 2015 15:35:06 +0200
+ [ Orestis Ioannou ]
+ * Add django-localflavor dependency Closes: #801940
+ * Add doc-base document
+ * Use DEP-5 standard license names in copyright
+
+ -- Orestis Ioannou <orestis at oioannou.com> Fri, 23 Oct 2015 22:40:56 +0200
wtforms (2.0.2-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 06e88f8..96a0ab3 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,9 @@ Build-Depends: debhelper (>=9),
python-babel,
python3-babel,
python-coverage,
- python3-coverage
+ python3-coverage,
+ python-django-localflavor,
+ python3-django-localflavor
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python3-Version: >=3.3
@@ -31,7 +33,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/wtforms.git
Package: python-wtforms
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-sqlalchemy (>=0.5), python-django
+Suggests: python-sqlalchemy (>=0.5), python-django, python-django-localflavor
Description: flexible forms validation and rendering library for Python 2
WTForms is a HTML form field generator which allows full customization
with templates, using the template engine of your choice. It also allows
@@ -43,7 +45,7 @@ Description: flexible forms validation and rendering library for Python 2
Package: python3-wtforms
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python3-sqlalchemy, python3-django
+Suggests: python3-sqlalchemy, python3-django, python3-django-localflavor
Description: flexible forms validation and rendering library for Python 3
WTForms is a HTML form field generator which allows full customization
with templates, using the template engine of your choice. It also allows
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/wtforms.git
More information about the Python-modules-commits
mailing list