/[python-modules]/packages/python-django/trunk/debian/control
ViewVC logotype

Contents of /packages/python-django/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6401 - (hide annotations) (download)
Fri Aug 29 19:17:33 2008 UTC (4 years, 9 months ago) by netzwurm
File size: 1489 byte(s)
* Updated the copyright information to include copyright and 
  licenses for individual contributions. 
* Added the documentation to the main python-django package:
* debian/python-django.install
  - Added installation of html documentation.
* debian/python-django.doc-base
  - Added.
* debian/control
  - Added Build-Depends-Indep on python-sphinx and libjs-jquery.
* debian/rules
  - Readded code to build documentation.
  - Readded code to link to libjs-jquery.
* debian/NEWS
  - Fixed format.
  - Added more comprehensive list of changes and references to 
    local documentation as well as the wiki pages for 
    backwards-incompatible changes.
* debian/python-django.docs
  - Removed docs/*.txt since those are templates for the 
    generated docs now included with doc-base.
1 brettp-guest 1388 Source: python-django
2     Section: python
3     Priority: optional
4     Maintainer: Brett Parker <iDunno@sommitrealweird.co.uk>
5 netzwurm 6200 Uploaders: Raphael Hertzog <hertzog@debian.org>, Gustavo Noronha Silva <kov@debian.org>, David Spreen <netzwurm@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
6 netzwurm 6374 Standards-Version: 3.8.0
7 hertzog 4487 Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-setuptools (>= 0.6b3), python-support (>= 0.3)
8 netzwurm 6401 Build-Depends-Indep: python-sphinx, libjs-jquery
9 piotr 3302 Homepage: http://www.djangoproject.com/
10 hertzog 3371 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/
11 morph-guest 4191 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/?op=log
12 brettp-guest 1388
13     Package: python-django
14     Architecture: all
15     Depends: ${python:Depends}
16 hertzog 1689 Recommends: python-pysqlite2
17 netzwurm 6176 Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup
18 brettp-guest 1388 Priority: optional
19     Description: A high-level Python Web framework
20     Django is a high-level Python Web framework that encourages rapid development
21     and clean, pragmatic design.
22     .
23     Python's equivalent to the famous Ruby on rails, Django lets you build
24     high-performing, elegant Web applications quickly. Django focuses on
25     automating as much as possible and adhering to the "Don't Repeat
26     Yourself" (DRY) principle.
27     .
28     It notably features:
29     * an object-relational mapper
30     * an automatic admin interface
31     * an elegant URL design
32     * a template system
33     * a cache system
34     * internationalization support

  ViewVC Help
Powered by ViewVC 1.1.5