[Python-modules-commits] r10896 - in packages/html5lib/trunk/debian (changelog control)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Mon Dec 28 11:12:27 UTC 2009
Date: Monday, December 28, 2009 @ 11:12:19
Author: dktrkranz
Revision: 10896
Add ${misc:Depends} to python-html5lib dependencies
Modified:
packages/html5lib/trunk/debian/changelog
packages/html5lib/trunk/debian/control
Modified: packages/html5lib/trunk/debian/changelog
===================================================================
--- packages/html5lib/trunk/debian/changelog 2009-12-27 20:10:57 UTC (rev 10895)
+++ packages/html5lib/trunk/debian/changelog 2009-12-28 11:12:19 UTC (rev 10896)
@@ -1,6 +1,7 @@
html5lib (0.11.1-3) UNRELEASED; urgency=low
* debian/control:
+ - Add ${misc:Depends} to python-html5lib dependencies.
- Remove python-celementtree from (Build-)Depends (Closes: #562457).
- Remove python-elementtree from (Build-)Depends (Closes: #562467).
* debian/pyversions:
@@ -8,7 +9,7 @@
python-elementtree and python-celementtree support are now
available in standard library.
- -- Luca Falavigna <dktrkranz at debian.org> Sun, 27 Dec 2009 17:38:05 +0100
+ -- Luca Falavigna <dktrkranz at debian.org> Mon, 28 Dec 2009 12:11:15 +0100
html5lib (0.11.1-2) unstable; urgency=low
Modified: packages/html5lib/trunk/debian/control
===================================================================
--- packages/html5lib/trunk/debian/control 2009-12-27 20:10:57 UTC (rev 10895)
+++ packages/html5lib/trunk/debian/control 2009-12-28 11:12:19 UTC (rev 10896)
@@ -12,7 +12,7 @@
Package: python-html5lib
Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-beautifulsoup, python-chardet, python-lxml | python-4suite-xml, python-genshi
Description: HTML parser/tokenizer based on the WHATWG HTML5 specification
html5lib is a pure-python library for parsing HTML. It is designed to
More information about the Python-modules-commits
mailing list