[Python-modules-commits] r21627 - in packages/simplegeneric/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun May 6 17:57:38 UTC 2012


    Date: Sunday, May 6, 2012 @ 17:57:37
  Author: piotr
Revision: 21627

fix capitalization in Description field

Modified:
  packages/simplegeneric/trunk/debian/changelog
  packages/simplegeneric/trunk/debian/control

Modified: packages/simplegeneric/trunk/debian/changelog
===================================================================
--- packages/simplegeneric/trunk/debian/changelog	2012-05-06 17:53:41 UTC (rev 21626)
+++ packages/simplegeneric/trunk/debian/changelog	2012-05-06 17:57:37 UTC (rev 21627)
@@ -1,4 +1,4 @@
-simplegeneric (0.8.1-1) UNRELEASED; urgency=low
+simplegeneric (0.8.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #640531)
     - With Python 3 support

Modified: packages/simplegeneric/trunk/debian/control
===================================================================
--- packages/simplegeneric/trunk/debian/control	2012-05-06 17:53:41 UTC (rev 21626)
+++ packages/simplegeneric/trunk/debian/control	2012-05-06 17:57:37 UTC (rev 21627)
@@ -21,7 +21,7 @@
 Depends:
  ${misc:Depends},
  ${python:Depends}
-Description: Simple generic functions for Python
+Description: simple generic functions for Python
  The simplegeneric module lets you define simple single-dispatch generic
  functions, akin to Python's built-in generic functions like len(), iter() and
  so on. However, instead of using specially-named methods, these generic
@@ -33,7 +33,7 @@
 Depends:
  ${misc:Depends},
  ${python3:Depends}
-Description: Simple generic functions for Python3
+Description: simple generic functions for Python3
  The simplegeneric module lets you define simple single-dispatch generic
  functions, akin to Python's built-in generic functions like len(), iter() and
  so on. However, instead of using specially-named methods, these generic




More information about the Python-modules-commits mailing list