[Python-modules-commits] r26756 - in packages/html5lib/trunk/debian (5 files)
obergix at users.alioth.debian.org
obergix at users.alioth.debian.org
Fri Dec 13 11:34:49 UTC 2013
Date: Friday, December 13, 2013 @ 11:34:48
Author: obergix
Revision: 26756
Ready for upload to experimental, I guess
Added:
packages/html5lib/trunk/debian/README.source
Modified:
packages/html5lib/trunk/debian/changelog
packages/html5lib/trunk/debian/control
packages/html5lib/trunk/debian/docs
packages/html5lib/trunk/debian/rules
Added: packages/html5lib/trunk/debian/README.source
===================================================================
--- packages/html5lib/trunk/debian/README.source (rev 0)
+++ packages/html5lib/trunk/debian/README.source 2013-12-13 11:34:48 UTC (rev 26756)
@@ -0,0 +1,7 @@
+Attention : upstream releases should be taken from pypi.python.org,
+and their content is different from the tarballs generated by GitHub
+out of git tags.
+
+See debian/watch for proper path (filtering the beta releases).
+
+ -- Olivier Berger <obergix at debian.org>, Fri, 13 Dec 2013 10:23:16 +0100
Modified: packages/html5lib/trunk/debian/changelog
===================================================================
--- packages/html5lib/trunk/debian/changelog 2013-12-13 11:34:44 UTC (rev 26755)
+++ packages/html5lib/trunk/debian/changelog 2013-12-13 11:34:48 UTC (rev 26756)
@@ -1,9 +1,9 @@
-html5lib (0.99-1) UNRELEASED; urgency=low
+html5lib (0.99-1) experimental; urgency=low
- * New upstream version.
+ * New upstream version, and change of main uploader (still in DPMT).
* Add support for Python 3 (Closes: #729155).
- -- Olivier Berger <obergix at debian.org> Wed, 11 Dec 2013 20:24:31 +0100
+ -- Olivier Berger <obergix at debian.org> Fri, 13 Dec 2013 12:02:41 +0100
html5lib (0.95-2) UNRELEASED; urgency=low
Modified: packages/html5lib/trunk/debian/control
===================================================================
--- packages/html5lib/trunk/debian/control 2013-12-13 11:34:44 UTC (rev 26755)
+++ packages/html5lib/trunk/debian/control 2013-12-13 11:34:48 UTC (rev 26756)
@@ -3,9 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Olivier Berger <obergix at debian.org>
-Build-Depends: debhelper (>= 8), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools, python-nose
-# flake8, nose
-#Build-Depends-Indep: python-lxml, python-simplejson, python-chardet
+Build-Depends: debhelper (>= 8), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools, python-nose, python3-nose
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/html5lib/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/html5lib/trunk/
Homepage: https://github.com/html5lib/html5lib-python
@@ -19,7 +17,6 @@
# Not yet available in Debian :
#Suggests: python-datrie
Suggests: python-lxml, python-genshi, python-chardet
-#Suggests: python-beautifulsoup, python-chardet, python-lxml | python-4suite-xml, python-genshi
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
@@ -33,7 +30,6 @@
# Not yet available in Debian :
#Suggests: python-datrie
Suggests: python-lxml, python-genshi
-#Suggests: python-beautifulsoup, python-chardet, python-lxml | python-4suite-xml, python-genshi
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
Modified: packages/html5lib/trunk/debian/docs
===================================================================
--- packages/html5lib/trunk/debian/docs 2013-12-13 11:34:44 UTC (rev 26755)
+++ packages/html5lib/trunk/debian/docs 2013-12-13 11:34:48 UTC (rev 26756)
@@ -1 +1,2 @@
README.rst
+CHANGES.rst
Modified: packages/html5lib/trunk/debian/rules
===================================================================
--- packages/html5lib/trunk/debian/rules 2013-12-13 11:34:44 UTC (rev 26755)
+++ packages/html5lib/trunk/debian/rules 2013-12-13 11:34:48 UTC (rev 26756)
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
-export DH_VERBOSE=1
-export DH_OPTIONS=-v
-export PYBUILD_VERBOSE=1
+#export DH_VERBOSE=1
+#export DH_OPTIONS=-v
+#export PYBUILD_VERBOSE=1
#export NOSE_VERBOSE=2
export PYBUILD_NAME=html5lib
@@ -10,6 +10,7 @@
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+# This might have been used, but we'll conform instead to upstream docs, mentioning running nosetests
#export PYBUILD_TEST_NOSE=1
override_dh_auto_test:
# First, Python 2's nosetests
More information about the Python-modules-commits
mailing list