[Python-modules-commits] r27349 - in packages/python-django-jsonfield/trunk/debian (3 files)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Tue Jan 21 09:56:12 UTC 2014


    Date: Tuesday, January 21, 2014 @ 09:56:11
  Author: hertzog
Revision: 27349

* New upstream version.
* Compatible with Django 1.6 (which is already in testing, hence the
  severity).
* Switch to pybuild in anticipation of Python 3 support.

Modified:
  packages/python-django-jsonfield/trunk/debian/changelog
  packages/python-django-jsonfield/trunk/debian/control
  packages/python-django-jsonfield/trunk/debian/rules

Modified: packages/python-django-jsonfield/trunk/debian/changelog
===================================================================
--- packages/python-django-jsonfield/trunk/debian/changelog	2014-01-21 09:42:58 UTC (rev 27348)
+++ packages/python-django-jsonfield/trunk/debian/changelog	2014-01-21 09:56:11 UTC (rev 27349)
@@ -1,3 +1,12 @@
+python-django-jsonfield (0.9.12-1) unstable; urgency=high
+
+  * New upstream version.
+  * Compatible with Django 1.6 (which is already in testing, hence the
+    severity).
+  * Switch to pybuild in anticipation of Python 3 support.
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Tue, 21 Jan 2014 08:43:20 +0100
+
 python-django-jsonfield (0.9.10-1) unstable; urgency=low
 
   * Initial release. Closes: #717830

Modified: packages/python-django-jsonfield/trunk/debian/control
===================================================================
--- packages/python-django-jsonfield/trunk/debian/control	2014-01-21 09:42:58 UTC (rev 27348)
+++ packages/python-django-jsonfield/trunk/debian/control	2014-01-21 09:56:11 UTC (rev 27349)
@@ -3,8 +3,10 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Raphaël Hertzog <hertzog at debian.org>
-Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9), dh-python,
+ python-all, python-setuptools,
+# python3-all, python3-setuptools
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-jsonfield/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-tagging/trunk/
 Homepage: https://bitbucket.org/schinckel/django-jsonfield/
@@ -12,7 +14,7 @@
 Package: python-django-jsonfield
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.3)
-Description: JSON field for Django models
+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.
  .
@@ -20,3 +22,19 @@
  .
  In forms, it appears like a TextField but the input is validated to be valid
  JSON.
+ .
+ This is the Python 2 version of the package.
+
+#Package: python3-django-jsonfield
+#Architecture: all
+#Depends: ${python3:Depends}, ${misc:Depends}, python-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.
+# .
+# Accessing the field returns a decoded object (list, dict, string).
+# .
+# In forms, it appears like a TextField but the input is validated to be valid
+# JSON.
+# .
+# This is the Python 3 version of the package.

Modified: packages/python-django-jsonfield/trunk/debian/rules
===================================================================
--- packages/python-django-jsonfield/trunk/debian/rules	2014-01-21 09:42:58 UTC (rev 27348)
+++ packages/python-django-jsonfield/trunk/debian/rules	2014-01-21 09:56:11 UTC (rev 27349)
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=django-jsonfield
+
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild




More information about the Python-modules-commits mailing list