[Python-modules-commits] [python-django-jsonfield] 01/01: Fix depends

Brian May bam at moszumanska.debian.org
Thu Jan 14 00:02:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository python-django-jsonfield.

commit 322f092d0add424489c81352667d8c158e2dff36
Author: Brian May <bam at debian.org>
Date:   Thu Jan 14 10:54:55 2016 +1100

    Fix depends
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c055443..8c87e26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-django-jsonfield (0.9.15-2) unstable; urgency=medium
+
+  * Fix broken depends. Closes: #810895.
+
+ -- Brian May <bam at debian.org>  Thu, 14 Jan 2016 10:53:56 +1100
+
 python-django-jsonfield (0.9.15-1) unstable; urgency=medium
 
   * New upstream release, compatible with Django 1.7 and 1.8.
diff --git a/debian/control b/debian/control
index 7ff7071..d2d7e3a 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Description: JSON field for Django models (Python 2)
 
 Package: python3-django-jsonfield
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python-django (>= 1.3)
+Depends: ${python3:Depends}, ${misc:Depends}, python3-django (>= 1.3)
 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