[Python-modules-commits] r7838 - in packages/python-django/trunk/debian (control)

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Tue Mar 10 21:17:10 UTC 2009


    Date: Tuesday, March 10, 2009 @ 21:17:09
  Author: lamby
Revision: 7838

Create debian/control stanza for python-django-doc.

Modified:
  packages/python-django/trunk/debian/control

Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control	2009-03-10 05:37:56 UTC (rev 7837)
+++ packages/python-django/trunk/debian/control	2009-03-10 21:17:09 UTC (rev 7838)
@@ -36,3 +36,21 @@
   * Lightweight, standalone web server for development and testing
   * Internationalization support
   * Testing framework and client
+
+Package: python-django-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: High-level Python web development framework (documentation)
+ Django is a high-level web application framework that loosely follows the
+ model-view-controller design pattern.
+ .
+ Python's equivalent to Ruby on Rails, Django lets you build complex
+ data-driven websites quickly and easily - Django focuses on automating as much
+ as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
+ .
+ Django additionally emphasizes reusability and "pluggability" of components;
+ many generic third-party "applications" are available to enhance projects or
+ to simply to reduce development time even further.
+ .
+ This package contains the HTML documentation and example projects.




More information about the Python-modules-commits mailing list