[Python-modules-commits] [html5lib] 01/02: Add to Build-Depends
Barry Warsaw
barry at moszumanska.debian.org
Fri Nov 11 21:23:21 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 61b6e78e4fb23e538ae7f72a19976f5ee037d310
Author: Barry Warsaw <barry at python.org>
Date: Fri Nov 11 16:13:14 2016 -0500
Add to Build-Depends
---
debian/changelog | 1 +
debian/control | 27 ++++++++++++++++++---------
debian/docs | 2 +-
3 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2479dde..2695803 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ html5lib (0.999999999-1) UNRELEASED; urgency=medium
* New upstream release. (Closes: #843947)
* d/control:
- By request, remove Olivier Berger from Uploaders. Add Barry Warsaw.
+ - Add to Build-Depends: python{,3}-webencodings, python{,3}-pytest
- Bump Standards-Version with no other changes necessary.
* d/watch: Use the pypi.debian.net redirector.
diff --git a/debian/control b/debian/control
index c1f567f..c900b0a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,23 @@ Source: html5lib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Barry Warsaw <barry at debian.org>
+Uploaders: Barry Warsaw <barry at debian.org>,
Build-Depends: debhelper (>= 8),
dh-python,
python-all (>= 2.6.6-3~),
+ python-mock,
python-nose,
+ python-pytest,
python-setuptools,
python-six,
+ python-webencodings,
python3-all,
+ python3-mock,
python3-nose,
+ python3-pytest,
python3-setuptools,
python3-six,
+ python3-webencodings,
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/html5lib.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/html5lib.git
Homepage: https://github.com/html5lib/html5lib-python
@@ -22,10 +28,12 @@ X-Python3-Version: >= 3.2
Package: python-html5lib
Architecture: all
-Depends: python-six, ${misc:Depends}, ${python:Depends}
-# Not yet available in Debian :
-#Suggests: python-datrie
-Suggests: python-chardet, python-genshi, python-lxml
+Depends: python-six,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests: python-chardet,
+ python-genshi,
+ python-lxml,
Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 2)
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
@@ -35,10 +43,11 @@ Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Pyth
Package: python3-html5lib
Architecture: all
-Depends: python3-six, ${misc:Depends}, ${python3:Depends}
-# Not yet available in Debian :
-#Suggests: python3-datrie
-Suggests: python3-genshi, python3-lxml
+Depends: python3-six,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests: python3-genshi,
+ python3-lxml,
Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 3)
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
diff --git a/debian/docs b/debian/docs
index d88a2c7..7bcf9c2 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,2 @@
-README.rst
CHANGES.rst
+README.rst
--
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