[Python-modules-commits] r4659 - in packages/html5lib/trunk/debian (changelog control)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Fri Feb 29 19:01:07 UTC 2008
Date: Friday, February 29, 2008 @ 19:01:06
Author: bzed
Revision: 4659
Maintainer now, myself as Uploader. Also updating my email address.
- Removing python-xml dependencies as it is deprecated and will be
removed from Debian (Closes: #468596:).
- Adding python-4suite-xml to Suggests.
- Bumping Standards-Version to 3.7.3, no changes needed.
Modified:
packages/html5lib/trunk/debian/changelog
packages/html5lib/trunk/debian/control
Modified: packages/html5lib/trunk/debian/changelog
===================================================================
--- packages/html5lib/trunk/debian/changelog 2008-02-28 22:54:56 UTC (rev 4658)
+++ packages/html5lib/trunk/debian/changelog 2008-02-29 19:01:06 UTC (rev 4659)
@@ -1,10 +1,13 @@
-html5lib (0.10-2) UNRELEASED; urgency=low
+html5lib (0.10-2) unstable; urgency=low
[ Bernd Zeimetz ]
- * UNRELEASED
* debian/control:
- Switching Uploaders- and Maintainer-roles: Setting the team as
- Maintainer now, myself as Uploader.
+ Maintainer now, myself as Uploader. Also updating my email address.
+ - Removing python-xml dependencies as it is deprecated and will be
+ removed from Debian (Closes: #468596:).
+ - Adding python-4suite-xml to Suggests.
+ - Bumping Standards-Version to 3.7.3, no changes needed.
* debian/watch:
- Removing unnecessary comments
@@ -12,7 +15,7 @@
* debian/control
- fixed Vcs-Browser field
- -- Sandro Tosi <matrixhasu at gmail.com> Wed, 02 Jan 2008 18:54:48 +0100
+ -- Bernd Zeimetz <bzed at debian.org> Fri, 29 Feb 2008 20:00:11 +0100
html5lib (0.10-1) unstable; urgency=low
Modified: packages/html5lib/trunk/debian/control
===================================================================
--- packages/html5lib/trunk/debian/control 2008-02-28 22:54:56 UTC (rev 4658)
+++ packages/html5lib/trunk/debian/control 2008-02-29 19:01:06 UTC (rev 4659)
@@ -2,18 +2,18 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Uploaders: Bernd Zeimetz <bzed at debian.org>
Build-Depends: debhelper (>= 5), python-all, dpatch
-Build-Depends-Indep: python-support (>= 0.4), python-xml, python-lxml, python-celementtree, python-elementtree, python-simplejson, python-chardet
+Build-Depends-Indep: python-support (>= 0.4), python-lxml, python-celementtree, python-elementtree, python-simplejson, python-chardet
Vcs-Svn: svn://svn.debian.org/python-modules/packages/html5lib/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/?op=log
Homepage: http://code.google.com/p/html5lib/
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Package: python-html5lib
Architecture: all
-Depends: ${python:Depends}, python-xml
-Suggests: python-beautifulsoap, python-chardet, python-celementtree | python-elementtree, python-lxml, python-genshi
+Depends: ${python:Depends}
+Suggests: python-beautifulsoap, python-chardet, python-celementtree | python-elementtree, 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
conform to the HTML 5 specification, which has formalized the error handling
More information about the Python-modules-commits
mailing list