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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Apr 14 12:19:27 UTC 2011


    Date: Thursday, April 14, 2011 @ 12:19:24
  Author: jwilk
Revision: 16502

Fix capitalization errors in the package description.

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

Modified: packages/python-contract/trunk/debian/changelog
===================================================================
--- packages/python-contract/trunk/debian/changelog	2011-04-14 12:15:53 UTC (rev 16501)
+++ packages/python-contract/trunk/debian/changelog	2011-04-14 12:19:24 UTC (rev 16502)
@@ -14,8 +14,11 @@
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:03 +0200
+  [ Jakub Wilk ]
+  * Fix capitalization errors in the package description.
 
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 14 Apr 2011 14:17:59 +0200
+
 python-contract (1.4-2) unstable; urgency=low
 
   * Initial release (Closes: 444390)

Modified: packages/python-contract/trunk/debian/control
===================================================================
--- packages/python-contract/trunk/debian/control	2011-04-14 12:15:53 UTC (rev 16501)
+++ packages/python-contract/trunk/debian/control	2011-04-14 12:19:24 UTC (rev 16502)
@@ -14,8 +14,8 @@
 Architecture: all
 Depends: ${python:Depends}
 XB-Python-Version: ${python:Versions}
-Description: Programming by contract for python
- This package provides a means for programming by contract in python.
+Description: Programming by contract for Python
+ This package provides a means for programming by contract in Python.
  Programming by contact is a methodology whereby a API designer can
  define checkable preconditions and postconditions for method calls,
  and invariants for classes and methods.  The most famous use of this




More information about the Python-modules-commits mailing list