[Python-modules-commits] r18864 - in packages/flufl.i18n/tags (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Oct 10 20:31:56 UTC 2011
Date: Monday, October 10, 2011 @ 20:31:54
Author: piotr
Revision: 18864
[svn-buildpackage] Tagging flufl.i18n 1.0.4-1
Added:
packages/flufl.i18n/tags/1.0.4-1/
packages/flufl.i18n/tags/1.0.4-1/debian/control
(from rev 18863, packages/flufl.i18n/trunk/debian/control)
Deleted:
packages/flufl.i18n/tags/1.0.4-1/debian/control
Deleted: packages/flufl.i18n/tags/1.0.4-1/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control 2011-10-10 18:53:13 UTC (rev 18862)
+++ packages/flufl.i18n/tags/1.0.4-1/debian/control 2011-10-10 20:31:54 UTC (rev 18864)
@@ -1,26 +0,0 @@
-Source: flufl.i18n
-Maintainer: Barry Warsaw <barry at python.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Homepage: http://launchpad.net/flufl.i18n
-Section: python
-X-Python-Version: >= 2.6
-Priority: optional
-Build-Depends: python-all (>= 2.6.6-3~),
- python-setuptools,
- python-sphinx (>= 1.0.7+dfsg-1~),
- debhelper (>= 7.0.50)
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/flufl.i18n/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flufl.i18n/trunk/
-
-Package: python-flufl.i18n
-Architecture: all
-Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
-Description: high level API for Python internationalization
- This package provides a high level, convenient API for managing
- internationalization translation contexts in Python application. There is a
- simple API for single-context applications, such as command line scripts which
- only need to translate into one language during the entire course of their
- execution. There is a more flexible, but still convenient API for
- multi-context applications, such as servers, which may need to switch language
- contexts for different tasks.
Copied: packages/flufl.i18n/tags/1.0.4-1/debian/control (from rev 18863, packages/flufl.i18n/trunk/debian/control)
===================================================================
--- packages/flufl.i18n/tags/1.0.4-1/debian/control (rev 0)
+++ packages/flufl.i18n/tags/1.0.4-1/debian/control 2011-10-10 20:31:54 UTC (rev 18864)
@@ -0,0 +1,27 @@
+Source: flufl.i18n
+Maintainer: Barry Warsaw <barry at python.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Homepage: http://launchpad.net/flufl.i18n
+Section: python
+X-Python-Version: >= 2.6
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg-1~),
+ debhelper (>= 7.0.50)
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/flufl.i18n/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flufl.i18n/trunk/
+
+Package: python-flufl.i18n
+Architecture: all
+Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
+Suggests: python-pkg-resources
+Description: high level API for Python internationalization
+ This package provides a high level, convenient API for managing
+ internationalization translation contexts in Python application. There is a
+ simple API for single-context applications, such as command line scripts which
+ only need to translate into one language during the entire course of their
+ execution. There is a more flexible, but still convenient API for
+ multi-context applications, such as servers, which may need to switch language
+ contexts for different tasks.
More information about the Python-modules-commits
mailing list