[Python-modules-commits] r23752 - in packages/speaklater/trunk/debian (control)
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Thu Mar 21 23:19:48 UTC 2013
Date: Thursday, March 21, 2013 @ 23:19:46
Author: sramacher
Revision: 23752
Update description again. Thanks jwilk
Modified:
packages/speaklater/trunk/debian/control
Modified: packages/speaklater/trunk/debian/control
===================================================================
--- packages/speaklater/trunk/debian/control 2013-03-21 22:54:02 UTC (rev 23751)
+++ packages/speaklater/trunk/debian/control 2013-03-21 23:19:46 UTC (rev 23752)
@@ -16,19 +16,21 @@
Package: python-speaklater
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-speklater-doc
+Suggests: python-speaklater-doc
Description: lazy string useful for translations
- 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.
+ speaklater is 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 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.
+ speaklater is 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