[Python-modules-commits] [python-django-jsonfield] 06/06: Run wrap-and-sort -s
Raphaël Hertzog
hertzog at moszumanska.debian.org
Wed Jun 22 23:08:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch master
in repository python-django-jsonfield.
commit 304ac0dfa7a1cec62c72334dcd070959d3276b47
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Wed Jun 22 20:22:36 2016 +0200
Run wrap-and-sort -s
---
debian/control | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index e7af7b8..40e0923 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,26 @@ Source: python-django-jsonfield
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Raphaël Hertzog <hertzog at debian.org>,
- Brian May <bam at debian.org>
+Uploaders: Raphaël Hertzog <hertzog at debian.org>, Brian May <bam at debian.org>
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), dh-python,
- python-all, python-setuptools, python-django, python-six,
- python3-all, python3-setuptools, python3-django, python3-six,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-django,
+ python-setuptools,
+ python-six,
+ python3-all,
+ python3-django,
+ python3-setuptools,
+ python3-six
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-jsonfield.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-jsonfield.git
Homepage: https://bitbucket.org/schinckel/django-jsonfield/
Package: python-django-jsonfield
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.3)
+Depends: python-django (>= 1.3), ${misc:Depends}, ${python:Depends}
Description: JSON field for Django models (Python 2)
This package provides a Django field (jsonfield.JSONField) that you can use to
store arbitrary JSON structures in a simple text field at the database level.
@@ -28,7 +35,7 @@ Description: JSON field for Django models (Python 2)
Package: python3-django-jsonfield
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-django (>= 1.3)
+Depends: python3-django (>= 1.3), ${misc:Depends}, ${python3:Depends}
Description: JSON field for Django models (Python 3)
This package provides a Django field (jsonfield.JSONField) that you can use to
store arbitrary JSON structures in a simple text field at the database level.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-jsonfield.git
More information about the Python-modules-commits
mailing list