[Python-modules-commits] r9802 - in packages/genshi/trunk/debian (changelog control)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Fri Sep 18 11:11:33 UTC 2009
Date: Friday, September 18, 2009 @ 11:11:33
Author: arnau
Revision: 9802
Update Standards-Version and replace python-setuptools by python-pkg-resources
Modified:
packages/genshi/trunk/debian/changelog
packages/genshi/trunk/debian/control
Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog 2009-09-18 11:03:20 UTC (rev 9801)
+++ packages/genshi/trunk/debian/changelog 2009-09-18 11:11:33 UTC (rev 9802)
@@ -3,10 +3,13 @@
* debian/control:
+ Add ${misc:Depends} to Depends in case the result of a call to
debhelper tools adds extra dependencies.
+ + Replace python-setuptools by python-pkg-resources in Suggests.
+ Closes: #546433.
+ + Update Standards-Version to 3.8.3. No changes needed.
* debian/python-genshi-doc.doc-base:
+ Make the title more helpful. Closes: #509704.
- -- Arnaud Fontaine <arnau at debian.org> Wed, 14 Jan 2009 14:01:31 +0100
+ -- Arnaud Fontaine <arnau at debian.org> Fri, 18 Sep 2009 12:05:04 +0100
genshi (0.5.1-1) unstable; urgency=low
Modified: packages/genshi/trunk/debian/control
===================================================================
--- packages/genshi/trunk/debian/control 2009-09-18 11:03:20 UTC (rev 9801)
+++ packages/genshi/trunk/debian/control 2009-09-18 11:11:33 UTC (rev 9802)
@@ -16,7 +16,7 @@
Package: python-genshi
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
-Suggests: doc-base, python-setuptools, python-genshi-doc
+Suggests: doc-base, python-pkg-resources, python-genshi-doc
Description: Python XML-based template engine
Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML or XML
More information about the Python-modules-commits
mailing list