[Python-modules-commits] r10893 - in packages/html5lib/trunk/debian (3 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Dec 27 16:38:34 UTC 2009


    Date: Sunday, December 27, 2009 @ 16:38:33
  Author: dktrkranz
Revision: 10893

* debian/control:
  - Remove python-celementtree from (Build-)Depends (Closes: #562457).
  - Remove python-elementtree from (Build-)Depends (Closes: #562467).
* debian/pyversions:
  - Bump minimum required version to 2.5, features provided by
    python-elementtree and python-celementtree support are now
    available in standard library.

Modified:
  packages/html5lib/trunk/debian/changelog
  packages/html5lib/trunk/debian/control
  packages/html5lib/trunk/debian/pyversions

Modified: packages/html5lib/trunk/debian/changelog
===================================================================
--- packages/html5lib/trunk/debian/changelog	2009-12-27 16:31:04 UTC (rev 10892)
+++ packages/html5lib/trunk/debian/changelog	2009-12-27 16:38:33 UTC (rev 10893)
@@ -1,3 +1,15 @@
+html5lib (0.11.1-3) UNRELEASED; urgency=low
+
+  * debian/control:
+    - Remove python-celementtree from (Build-)Depends (Closes: #562457).
+    - Remove python-elementtree from (Build-)Depends (Closes: #562467).
+  * debian/pyversions:
+    - Bump minimum required version to 2.5, features provided by
+      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
+
 html5lib (0.11.1-2) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/html5lib/trunk/debian/control
===================================================================
--- packages/html5lib/trunk/debian/control	2009-12-27 16:31:04 UTC (rev 10892)
+++ packages/html5lib/trunk/debian/control	2009-12-27 16:38:33 UTC (rev 10893)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>
 Build-Depends: debhelper (>= 5), python-all, dpatch
-Build-Depends-Indep: python-support (>= 0.4), python-lxml, python-celementtree, python-elementtree, python-simplejson, python-chardet
+Build-Depends-Indep: python-support (>= 0.4), python-lxml, python-simplejson, python-chardet
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/html5lib/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/html5lib/trunk/
 Homepage: http://code.google.com/p/html5lib/
@@ -13,7 +13,7 @@
 Package: python-html5lib
 Architecture: all
 Depends: ${python:Depends}
-Suggests: python-beautifulsoup, python-chardet, python-celementtree | python-elementtree, python-lxml | python-4suite-xml, python-genshi
+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
  conform to the HTML 5 specification, which has formalized the error handling

Modified: packages/html5lib/trunk/debian/pyversions
===================================================================
--- packages/html5lib/trunk/debian/pyversions	2009-12-27 16:31:04 UTC (rev 10892)
+++ packages/html5lib/trunk/debian/pyversions	2009-12-27 16:38:33 UTC (rev 10893)
@@ -1 +1 @@
-2.3-
+2.5-




More information about the Python-modules-commits mailing list