[Python-modules-commits] r3292 - in /packages/html5lib/trunk/debian: changelog control

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Fri Sep 21 16:16:12 UTC 2007


Author: bzed-guest
Date: Fri Sep 21 16:16:12 2007
New Revision: 3292

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3292
Log:
updating homepage field

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

Modified: packages/html5lib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/changelog?rev=3292&op=diff
==============================================================================
--- packages/html5lib/trunk/debian/changelog (original)
+++ packages/html5lib/trunk/debian/changelog Fri Sep 21 16:16:12 2007
@@ -1,3 +1,11 @@
+html5lib (0.9-3) UNRELEASED; urgency=low
+
+  * debian/control:
+    - Adding Homepage field, removing pseudo-field from description
+    - Updating description to reflect the updated name of the specification
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Fri, 21 Sep 2007 17:58:29 +0200
+
 html5lib (0.9-2) unstable; urgency=low
 
   * Several small fixes in the parse.py example, see

Modified: packages/html5lib/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/control?rev=3292&op=diff
==============================================================================
--- packages/html5lib/trunk/debian/control (original)
+++ packages/html5lib/trunk/debian/control Fri Sep 21 16:16:12 2007
@@ -7,16 +7,14 @@
 Build-Depends-Indep: python-xml, python-elementtree
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/html5lib/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/
+Homepage: http://code.google.com/p/html5lib/
 Standards-Version: 3.7.2
 
 Package: python-html5lib
 Architecture: all
 Depends: ${python:Depends}, python-xml, python-elementtree
 Suggests: python-chardet
-Description: Library for working with HTML5 documents
- html5lib is a pure-python library for parsing HTML. It is
- designed to conform to the Web Applications 1.0 specification,
- which has formalized the error handling algorithms of popular
- web browsers.
- .
-  Homepage: http://code.google.com/p/html5lib/
+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
+ algorithms of popular web browsers.




More information about the Python-modules-commits mailing list