[Python-modules-commits] r29846 - in packages/python-django/trunk/debian (changelog control)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Mon Jul 21 23:25:29 UTC 2014
Date: Monday, July 21, 2014 @ 23:25:28
Author: hertzog
Revision: 29846
Differentiate descriptions of python2 and python3 packages.
Modified:
packages/python-django/trunk/debian/changelog
packages/python-django/trunk/debian/control
Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog 2014-07-21 23:22:47 UTC (rev 29845)
+++ packages/python-django/trunk/debian/changelog 2014-07-21 23:25:28 UTC (rev 29846)
@@ -10,6 +10,7 @@
* Add all those dependencies in Build-Depends for the benefit of the
test suite.
* Run the test suite for python2 and python3.
+ * Differentiate descriptions of python2 and python3 packages.
-- Raphaël Hertzog <hertzog at debian.org> Mon, 21 Jul 2014 21:57:07 +0200
Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control 2014-07-21 23:22:47 UTC (rev 29845)
+++ packages/python-django/trunk/debian/control 2014-07-21 23:25:28 UTC (rev 29846)
@@ -29,7 +29,7 @@
Depends: ${misc:Depends}, ${python:Depends}, python-django-common (= ${binary:Version})
Recommends: libjs-jquery, python-sqlparse, python-tz
Suggests: python-psycopg2, python-mysqldb, python-flup, python-sqlite, python-memcache, python-pil, python-bcrypt, python-yaml, geoip-database-contrib, gettext, python-django-doc, ipython, bpython, libgdal1
-Description: High-level Python web development framework
+Description: High-level Python web development framework (Python 2 version)
Django is a high-level web application framework that loosely follows the
model-view-controller design pattern.
.
@@ -50,13 +50,15 @@
* Lightweight, standalone web server for development and testing
* Internationalization support
* Testing framework and client
+ .
+ This package is built for Python 2.
Package: python3-django
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python-django-common (= ${binary:Version})
Recommends: libjs-jquery, python3-sqlparse, python3-tz
Suggests: python3-psycopg2, python3-mysqldb, python3-flup, python3-sqlite, python3-memcache, python3-pil, python3-bcrypt, python3-yaml, geoip-database-contrib, gettext, python-django-doc, ipython3, bpython3, libgdal1
-Description: High-level Python web development framework
+Description: High-level Python web development framework (Python 3 version)
Django is a high-level web application framework that loosely follows the
model-view-controller design pattern.
.
@@ -77,6 +79,8 @@
* Lightweight, standalone web server for development and testing
* Internationalization support
* Testing framework and client
+ .
+ This package is built for Python 3.
Package: python-django-common
Architecture: all
More information about the Python-modules-commits
mailing list