[Python-modules-commits] [html5lib] 01/01: Team upload.
Barry Warsaw
barry at moszumanska.debian.org
Tue Feb 9 22:26:06 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 61d943a67a94c77cc67a86ac329c428ad3eb174b
Author: Barry Warsaw <barry at python.org>
Date: Tue Feb 9 17:26:01 2016 -0500
Team upload.
* Team upload.
* d/control:
- Remove python-html5lib-whl as it's no longer necessary.
- Remove python3-wheel from Build-Depends.
* d/rules: Remove override_dh_auto_install since we no longer need to
build the wheel package.
* d/python-html5lib-whl.install: Removed.
---
debian/changelog | 12 ++++++++++++
debian/control | 11 -----------
debian/python-html5lib-whl.install | 1 -
debian/rules | 6 ------
4 files changed, 12 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 087634c..a26669d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+html5lib (0.999-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/control:
+ - Remove python-html5lib-whl as it's no longer necessary.
+ - Remove python3-wheel from Build-Depends.
+ * d/rules: Remove override_dh_auto_install since we no longer need to
+ build the wheel package.
+ * d/python-html5lib-whl.install: Removed.
+
+ -- Barry Warsaw <barry at debian.org> Tue, 09 Feb 2016 17:18:08 -0500
+
html5lib (0.999-3) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 4e7268b..2eda54f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 8),
python3-nose,
python3-setuptools,
python3-six,
- python3-wheel
Vcs-Git: git://anonscm.debian.org/python-modules/packages/html5lib.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/html5lib.git
Homepage: https://github.com/html5lib/html5lib-python
@@ -46,13 +45,3 @@ Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Pyth
algorithms of popular web browsers.
.
This package contains the Python 3 version of html5lib.
-
-Package: python-html5lib-whl
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-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.
- .
- This package contains the universal wheels.
diff --git a/debian/python-html5lib-whl.install b/debian/python-html5lib-whl.install
deleted file mode 100644
index fd3f06f..0000000
--- a/debian/python-html5lib-whl.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/python-wheels
diff --git a/debian/rules b/debian/rules
index 32ec9db..cdd7f8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,11 +23,5 @@ override_dh_auto_test:
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="nosetests3" dh_auto_test --buildsystem=pybuild
-override_dh_auto_install:
- dh_auto_install
- python3 setup.py bdist_wheel \
- --universal \
- -d $(CURDIR)/debian/tmp/usr/share/python-wheels
-
override_dh_installchangelogs:
dh_installchangelogs CHANGES.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