[Python-modules-commits] r3618 - in /packages/python-decorator/trunk/debian: changelog control

malex at users.alioth.debian.org malex at users.alioth.debian.org
Thu Nov 15 17:18:37 UTC 2007


Author: malex
Date: Thu Nov 15 17:18:37 2007
New Revision: 3618

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3618
Log:
Fix a type in the description

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

Modified: packages/python-decorator/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-decorator/trunk/debian/changelog?rev=3618&op=diff
==============================================================================
--- packages/python-decorator/trunk/debian/changelog (original)
+++ packages/python-decorator/trunk/debian/changelog Thu Nov 15 17:18:37 2007
@@ -1,8 +1,13 @@
-python-decorator (2.2.0-2) UNRELEASED; urgency=low
+python-decorator (2.2.0-2) unstable; urgency=low
 
-  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+  * debian/control:
+    [Oleksandr Moskalenko]
+    - Fixed a type in the description (Thanks to Reuben Thomas
+      <rrt at sc3d.org>) (Closes: #446694).
+    [Piotr Ożarowski]
+    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now).
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:04 +0200
+ -- Oleksandr Moskalenko <malex at debian.org>  Thu, 15 Nov 2007 10:12:59 -0700
 
 python-decorator (2.2.0-1) unstable; urgency=low
 

Modified: packages/python-decorator/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-decorator/trunk/debian/control?rev=3618&op=diff
==============================================================================
--- packages/python-decorator/trunk/debian/control (original)
+++ packages/python-decorator/trunk/debian/control Thu Nov 15 17:18:37 2007
@@ -18,8 +18,8 @@
  Python 2.4 decorators have significantly changed the way Python programs are
  structured.
     * decorators help reduce boilerplate code;
-    * decorators help separation of concerns;
-    * decorators enhance readability and maintenability;
+    * decorators help the separation of concerns;
+    * decorators enhance readability and maintainability;
     * decorators are very explicit.
  Still, as of now, writing custom decorators correctly requires some
  experience and is not as easy as it could be. For instance, typical




More information about the Python-modules-commits mailing list