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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Jun 4 21:58:21 UTC 2008


    Date: Wednesday, June 4, 2008 @ 21:58:19
  Author: piotr
Revision: 5552

* use python >=2.5 as default dependency for ElementTree stuff
* s/mehtods/methods in long description

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	2008-06-04 21:48:07 UTC (rev 5551)
+++ packages/python-authkit/trunk/debian/changelog	2008-06-04 21:58:19 UTC (rev 5552)
@@ -4,6 +4,7 @@
   * Vcs-Svn, Vcs-Browser and Homepage fields added
   * Add get-orig-source rule to debian/rules
   * Remove "Maintainer: " from Uploaders field
+  * Typo fixed in long description
 
   [ Sandro Tosi ]
   * updated to new pypi simplier URL

Modified: packages/python-authkit/trunk/debian/control
===================================================================
--- packages/python-authkit/trunk/debian/control	2008-06-04 21:48:07 UTC (rev 5551)
+++ packages/python-authkit/trunk/debian/control	2008-06-04 21:58:19 UTC (rev 5552)
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${misc:Depends}, python-paste (>=1.4), ${python:Depends},
  python-pastedeploy ( >= 1.1 ), python-pastescript ( >= 1.1 ),
- python-elementtree ( >= 1.2 ) | python ( >= 2.5 ), python-openid ( >= 2.0.1 ),
+ python ( >= 2.5 ) | python-elementtree ( >= 1.2 ), python-openid ( >= 2.0.1 ),
  python-beaker ( >= 0.7.3 )
 XB-Python-Version: ${python:Versions}
 Description: authentication and authorisation framework for Python WSGI applications
@@ -25,7 +25,7 @@
   * Built for WSGI applications and middleware
   * Sophisticated and extensible permissions system
   * Built in support for HTTP basic, HTTP digest, form, cookie and OpenID
-    authentication mehtods plus others.
+    authentication methods plus others.
   * Easily define users, passwords and roles
   * Designed to be totally extensible so you can use the components to integrate
     with a database, LDAP connection or your own custom system.




More information about the Python-modules-commits mailing list