[Python-modules-commits] r3067 - /packages/python-werkzeug/trunk/debian/control

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Sat Aug 18 22:10:05 UTC 2007


Author: nslater-guest
Date: Sat Aug 18 22:10:05 2007
New Revision: 3067

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3067
Log:
python-werkzeug: 0.1~svn3830-1: Added python-jinja and python-sqlalchemy to the Suggests control field and improved the short and long description.

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

Modified: packages/python-werkzeug/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/control?rev=3067&op=diff
==============================================================================
--- packages/python-werkzeug/trunk/debian/control (original)
+++ packages/python-werkzeug/trunk/debian/control Sat Aug 18 22:10:05 2007
@@ -12,14 +12,15 @@
 Package: python-werkzeug
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-wsgiref
+Suggests: python-jinja, python-sqlalchemy
 Priority: optional
-Description: a collection of various utilities for WSGI applications
- Werkzeug is a collection of various utilities for WSGI applications. It
- features request and response objects as well as a powerful url dispatcher and
- a debugging system.
+Description: a collection of utilities for WSGI applications
+ The Web Server Gateway Interface (WSGI) is a standard interface between web
+ server software and web applicaions written in Python.
  .
- Combine multiple small utilities together to build the framework of your
- application. Together with a bunch of other utilities and middlewares you can
- easily create your own custom application backend.
+ Werkzeug is a lightweight library for interfacing with WSGI. It features
+ request and response objects, an interactive debugging system and a powerful
+ URI dispatcher. Combine with with your choice of third party libraries and
+ middleware to easily create a custom application framework.
  .
   Homepage: http://werkzeug.pocoo.org/




More information about the Python-modules-commits mailing list