[Python-modules-commits] r7261 - in packages/python-authkit/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Jan 2 14:34:00 UTC 2009


    Date: Friday, January 2, 2009 @ 14:34:00
  Author: piotr
Revision: 7261

move python-decorator & pythno-webob to Depends

Modified:
  packages/python-authkit/trunk/debian/changelog
  packages/python-authkit/trunk/debian/control

Modified: packages/python-authkit/trunk/debian/changelog
===================================================================
--- packages/python-authkit/trunk/debian/changelog	2009-01-02 14:26:58 UTC (rev 7260)
+++ packages/python-authkit/trunk/debian/changelog	2009-01-02 14:34:00 UTC (rev 7261)
@@ -6,8 +6,8 @@
   * Remove "Maintainer: " from Uploaders field
   * Typo fixed in long description
   * Update path in lintian-overrides/python-authkit
-  * Add python-mysqldb, python-sqlalchemy, python-decorator and pythno-webob
-    to Recommends
+  * Add python-decorator and pythno-webob to Depends
+  * Add python-mysqldb and python-sqlalchemy to Recommends
 
   [ Sandro Tosi ]
   * updated to new pypi simplier URL

Modified: packages/python-authkit/trunk/debian/control
===================================================================
--- packages/python-authkit/trunk/debian/control	2009-01-02 14:26:58 UTC (rev 7260)
+++ packages/python-authkit/trunk/debian/control	2009-01-02 14:34:00 UTC (rev 7261)
@@ -13,11 +13,11 @@
 
 Package: python-authkit
 Architecture: all
-Depends: ${misc:Depends}, python-paste (>=1.4), ${python:Depends},
- python-pastedeploy ( >= 1.1 ), python-pastescript ( >= 1.1 ),
- python ( >= 2.5 ) | python-elementtree ( >= 1.2 ), python-openid ( >= 2.0.1 ),
- python-beaker ( >= 0.7.3 )
-Recommends: python-mysqldb, python-sqlalchemy, python-decorator, pythno-webob
+Depends: ${misc:Depends}, ${python:Depends},
+ python-paste (>= 1.4), python-pastedeploy (>= 1.1), python-pastescript (>= 1.1),
+ python (>= 2.5) | python-elementtree (>= 1.2), python-openid (>= 2.0.1),
+ python-beaker (>= 0.7.3), python-decorator (>= 2.1.0), pythno-webob (>= 0.9.3)
+Recommends: python-mysqldb, python-sqlalchemy
 XB-Python-Version: ${python:Versions}
 Description: authentication and authorisation framework for Python WSGI applications
  AuthKit is a Python module that provides functionality for WSGI (web)




More information about the Python-modules-commits mailing list