Standards-Version bumped to 3.9.6 (no change).

This commit is contained in:
Thomas Goirand
2015-12-23 09:59:16 +00:00
parent 5aa7fef957
commit fddbb6eea6
2 changed files with 14 additions and 13 deletions

1
debian/changelog vendored
View File

@@ -2,6 +2,7 @@ python-django-bootstrap-form (3.1.0-6) unstable; urgency=medium
* Switch from syncdb to migrate, which fixes FTBFS (Closes: #806362). * Switch from syncdb to migrate, which fixes FTBFS (Closes: #806362).
* Watch file now using the PyPi redirector. * Watch file now using the PyPi redirector.
* Standards-Version bumped to 3.9.6 (no change).
-- Thomas Goirand <zigo@debian.org> Wed, 23 Dec 2015 09:48:16 +0000 -- Thomas Goirand <zigo@debian.org> Wed, 23 Dec 2015 09:48:16 +0000

24
debian/control vendored
View File

@@ -4,22 +4,22 @@ Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org> Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>, Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9), Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~), python-all,
python-setuptools, python-setuptools,
python-sphinx (>= 1.0.7+dfsg), python-sphinx,
python-django, python3-all,
python3-setuptools,
Build-Depends-Indep: python-django,
python3-django, python3-django,
python3-all (>= 3.2), Standards-Version: 3.9.6
python3-setuptools
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-django-bootstrap-form.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-django-bootstrap-form.git
Vcs-Git: git://anonscm.debian.org/openstack/python-django-bootstrap-form.git Vcs-Git: git://anonscm.debian.org/openstack/python-django-bootstrap-form.git
Homepage: http://github.com/tzangms/django-bootstrap-form Homepage: http://github.com/tzangms/django-bootstrap-form
Package: python-bootstrapform Package: python-bootstrapform
Architecture: all Architecture: all
Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends},
Depends: ${misc:Depends}, ${python:Depends} ${python:Depends},
Description: generate twitter-bootstrap form output for django form - Python 2.x Description: generate twitter-bootstrap form output for django form - Python 2.x
Django bootstrap form generates twitter-bootstrap form output for django form. Django bootstrap form generates twitter-bootstrap form output for django form.
A simple Django template tag to work with twitter bootstrap. A simple Django template tag to work with twitter bootstrap.
@@ -28,8 +28,8 @@ Description: generate twitter-bootstrap form output for django form - Python 2.x
Package: python3-bootstrapform Package: python3-bootstrapform
Architecture: all Architecture: all
Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends},
Depends: ${misc:Depends}, ${python3:Depends} ${python3:Depends},
Description: generate twitter-bootstrap form output for django form - Python 3.x Description: generate twitter-bootstrap form output for django form - Python 3.x
Django bootstrap form generates twitter-bootstrap form output for django form. Django bootstrap form generates twitter-bootstrap form output for django form.
A simple Django template tag to work with twitter bootstrap. A simple Django template tag to work with twitter bootstrap.
@@ -39,8 +39,8 @@ Description: generate twitter-bootstrap form output for django form - Python 3.x
Package: python-bootstrapform-doc Package: python-bootstrapform-doc
Section: doc Section: doc
Architecture: all Architecture: all
Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends},
Depends: ${misc:Depends}, ${sphinxdoc:Depends} ${sphinxdoc:Depends},
Description: generate twitter-bootstrap form output for django form - doc Description: generate twitter-bootstrap form output for django form - doc
Django bootstrap form generates twitter-bootstrap form output for django form. Django bootstrap form generates twitter-bootstrap form output for django form.
A simple Django template tag to work with twitter bootstrap. A simple Django template tag to work with twitter bootstrap.