[Python-modules-commits] [html5lib] 01/01: Just a few d/control tweaks.
Barry Warsaw
barry at moszumanska.debian.org
Wed Nov 16 14:33:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository html5lib.
commit 8ccce32d6c278976175287b46bbd22f6049db58c
Author: Barry Warsaw <barry at python.org>
Date: Wed Nov 16 09:33:32 2016 -0500
Just a few d/control tweaks.
- Trim Depends to just the auto-filled variables.
- Adjust short descriptions.
---
debian/changelog | 2 ++
debian/control | 10 ++++------
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3c5155c..5eafa8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ html5lib (0.999999999-1) UNRELEASED; urgency=medium
- Add to Build-Depends: python{,3}-webencodings, python{,3}-pytest,
python{,3}-flake8
- Bump Standards-Version with no other changes necessary.
+ - Trim Depends to just the auto-filled variables.
+ - Adjust short descriptions.
* d/watch: Use the pypi.debian.net redirector.
[ Diane Trout ]
diff --git a/debian/control b/debian/control
index 75c8084..2bcff7b 100644
--- a/debian/control
+++ b/debian/control
@@ -34,13 +34,12 @@ X-Python3-Version: >= 3.2
Package: python-html5lib
Architecture: all
-Depends: python-six,
- ${misc:Depends},
+Depends: ${misc:Depends},
${python:Depends},
Suggests: python-chardet,
python-genshi,
python-lxml,
-Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 2)
+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.
@@ -49,12 +48,11 @@ Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Pyth
Package: python3-html5lib
Architecture: all
-Depends: python3-six,
- ${misc:Depends},
+Depends: ${misc:Depends},
${python3:Depends},
Suggests: python3-genshi,
python3-lxml,
-Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 3)
+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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/html5lib.git
More information about the Python-modules-commits
mailing list