~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-11-07 15:33:49 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20131107153349-e31sc149l2szs3jb
Tags: 1.6-1
* New upstream version. Closes: #557474, #724637.
* python-django now also suggests the installation of ipython,
  bpython, python-django-doc, and libgdal1.
  Closes: #636511, #686333, #704203
* Set package maintainer to Debian Python Modules Team.
* Bump standards version to 3.9.5, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python-django
2
2
Section: python
3
3
Priority: optional
4
 
Maintainer: Chris Lamb <lamby@debian.org>
5
 
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
 
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
5
Uploaders: Luke Faraone <lfaraone@debian.org>,
6
6
 Raphaël Hertzog <hertzog@debian.org>,
7
 
 Luke Faraone <lfaraone@debian.org>
8
 
Standards-Version: 3.9.4
 
7
 Chris Lamb <lamby@debian.org>
 
8
Standards-Version: 3.9.5
9
9
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-sphinx (>= 1.0.8), locales (>= 0)
10
10
Build-Depends-Indep: libjs-jquery
11
11
Homepage: http://www.djangoproject.com/
16
16
Architecture: all
17
17
Depends: ${misc:Depends}, ${python:Depends}
18
18
Recommends: libjs-jquery
19
 
Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite, python-yaml, geoip-database-contrib, gettext
 
19
Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite, python-yaml, geoip-database-contrib, gettext, python-django-doc, ipython, bpython, libgdal1
20
20
Description: High-level Python web development framework
21
21
 Django is a high-level web application framework that loosely follows the
22
22
 model-view-controller design pattern.