[Python-modules-commits] r23751 - in packages/speaklater/trunk/debian (control)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Mar 21 22:54:04 UTC 2013


    Date: Thursday, March 21, 2013 @ 22:54:02
  Author: sramacher
Revision: 23751

Update Description

Modified:
  packages/speaklater/trunk/debian/control

Modified: packages/speaklater/trunk/debian/control
===================================================================
--- packages/speaklater/trunk/debian/control	2013-03-21 22:45:26 UTC (rev 23750)
+++ packages/speaklater/trunk/debian/control	2013-03-21 22:54:02 UTC (rev 23751)
@@ -18,17 +18,17 @@
 Depends: ${python:Depends}, ${misc:Depends}
 Suggests: python-speklater-doc
 Description: lazy string useful for translations
- A Python module providing lazy strings for translations. Every time the
- lazy string is evaluated it changes its value based on a user provided
- callable.
+ A Python module providing an implementation of lazy strings. Every time a lazy
+ string is evaluated, it changes its value based on a user provided callable.
+ These lazy strings can be useful in combination with gettext for translations.
 
 Package: python-speaklater-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Description: lazy string useful for translation (API documentation)
- A Python module providing lazy strings for translations. Every time the
- lazy string is evaluated it changes its value based on a user provided
- callable.
+ A Python module providing an implementation of lazy strings. Every time a lazy
+ string is evaluated, it changes its value based on a user provided callable.
+ These lazy strings can be useful in combination with gettext for translations.
  .
  This package contains the API documentation.




More information about the Python-modules-commits mailing list