[Python-modules-commits] r20173 - in packages/python-mongokit/trunk/debian (control)

spamaps-guest at users.alioth.debian.org spamaps-guest at users.alioth.debian.org
Sat Jan 28 03:03:56 UTC 2012


    Date: Saturday, January 28, 2012 @ 03:03:55
  Author: spamaps-guest
Revision: 20173

Fixing maintainer, cleanup long description

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

Modified: packages/python-mongokit/trunk/debian/control
===================================================================
--- packages/python-mongokit/trunk/debian/control	2012-01-28 02:59:59 UTC (rev 20172)
+++ packages/python-mongokit/trunk/debian/control	2012-01-28 03:03:55 UTC (rev 20173)
@@ -1,7 +1,7 @@
 Source: python-mongokit
 Section: python
 Priority: extra
-Maintainer: Clint Byrum <clint at ubuntu.com>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 8.0.0), python (>= 2.6.6-3~), python-setuptools (>= 0.6c7)
 Standards-Version: 3.9.2
 Homepage: http://namlook.github.com/mongokit/
@@ -10,12 +10,12 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: structured schema and validation layer on top of the pymongo driver
- MongoDB is a great schema-less document oriented database. It have a
- lot of driver for many langages (python, ruby, perl, java, php...).
+ MongoDB is a schema-less document oriented database. It has a lot of
+ drivers for many langages (python, ruby, perl, java, php...).
  .
  MongoKit is a python module that brings structured schema and validation
- layer on top of the great pymongo driver. It has be written to be as
- simple and light as possible with the KISS and DRY principles in mind.
+ layer on top of the pymongo driver. It has been written to be as simple
+ and light as possible with the KISS and DRY principles in mind.
  .
  Features
  .




More information about the Python-modules-commits mailing list