[Python-modules-commits] r18521 - in packages/flufl.i18n/trunk/debian (3 files)
warsaw-guest at users.alioth.debian.org
warsaw-guest at users.alioth.debian.org
Tue Sep 13 22:10:03 UTC 2011
Date: Tuesday, September 13, 2011 @ 22:10:01
Author: warsaw-guest
Revision: 18521
Updates based on Piotr's lastest feedback.
Added:
packages/flufl.i18n/trunk/debian/python-flufl.i18n.pyremove
Modified:
packages/flufl.i18n/trunk/debian/changelog
packages/flufl.i18n/trunk/debian/control
Modified: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog 2011-09-13 22:04:06 UTC (rev 18520)
+++ packages/flufl.i18n/trunk/debian/changelog 2011-09-13 22:10:01 UTC (rev 18521)
@@ -1,6 +1,14 @@
flufl.i18n (1.0.4-3) UNRELEASED; urgency=low
- * Add Vcs-* fields.
+ [ Jakub Wilk ]
+ * debian/control:
+ - Add Vcs-* fields.
+
+ [ Barry Warsaw ]
+ * debian/control:
+ - Add ${sphinxdoc:Depends} to Depends.
+ * debian/python-flufl.i18n.pyremove
+ - Do not install several files used only during the build process.
-- Jakub Wilk <jwilk at debian.org> Sat, 10 Sep 2011 00:08:39 +0200
Modified: packages/flufl.i18n/trunk/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control 2011-09-13 22:04:06 UTC (rev 18520)
+++ packages/flufl.i18n/trunk/debian/control 2011-09-13 22:10:01 UTC (rev 18521)
@@ -15,7 +15,7 @@
Package: python-flufl.i18n
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+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
Added: packages/flufl.i18n/trunk/debian/python-flufl.i18n.pyremove
===================================================================
--- packages/flufl.i18n/trunk/debian/python-flufl.i18n.pyremove (rev 0)
+++ packages/flufl.i18n/trunk/debian/python-flufl.i18n.pyremove 2011-09-13 22:10:01 UTC (rev 18521)
@@ -0,0 +1,4 @@
+flufl/i18n/conf.py
+flufl/i18n/README.txt
+flufl/i18n/NEWS.txt
+flufl.i18n*.egg-info/SOURCES.txt
More information about the Python-modules-commits
mailing list