Source: speaklater
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper (>= 9),
 python-all (>= 2.6.6-6~),
 python-setuptools,
 python-epydoc
X-Python-Version: >= 2.5
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/speaklater/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/speaklater/trunk/
Homepage: http://github.com/mitsuhiko/speaklater

Package: python-speaklater
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-speaklater-doc
Description: lazy string useful 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)
 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.
