diff -Nru lxml-4.6.3/debian/changelog lxml-4.6.3+dfsg/debian/changelog --- lxml-4.6.3/debian/changelog 2021-03-22 13:31:55.000000000 +0000 +++ lxml-4.6.3+dfsg/debian/changelog 2021-06-26 17:40:37.000000000 +0000 @@ -1,3 +1,11 @@ +lxml (4.6.3+dfsg-0.1) unstable; urgency=medium + + * Non-maintainer upload + * Repack upstream to drop non-free and unused file (Closes: #988717) + * Build and ship documentation (Closes: #799334) + + -- Paul Gevers Sat, 26 Jun 2021 19:40:37 +0200 + lxml (4.6.3-1) unstable; urgency=high * New upstream version. diff -Nru lxml-4.6.3/debian/control lxml-4.6.3+dfsg/debian/control --- lxml-4.6.3/debian/control 2020-12-07 13:42:24.000000000 +0000 +++ lxml-4.6.3+dfsg/debian/control 2021-06-26 17:40:37.000000000 +0000 @@ -9,6 +9,7 @@ python3-setuptools (>= 0.6.29), python3-bs4, python3-html5lib, + python3-lxml , cython3, cython3-dbg, python3-sphinx-autoapi, X-Python-Version: all diff -Nru lxml-4.6.3/debian/rules lxml-4.6.3+dfsg/debian/rules --- lxml-4.6.3/debian/rules 2020-07-17 09:16:59.000000000 +0000 +++ lxml-4.6.3+dfsg/debian/rules 2021-06-26 17:40:37.000000000 +0000 @@ -24,6 +24,9 @@ touch $@ build3-python%: prebuild python$* setup.py build +ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) + python$* doc/mkhtml.py doc/html . $(UPSTREAMVER) +endif touch $@ dbg-build3-python%: prebuild python$*-dbg setup.py build Binary files /tmp/tmp9xekhkl8/S_rZB90mhC/lxml-4.6.3/doc/html/flattr-badge-large.png and /tmp/tmp9xekhkl8/qwasYUvy7x/lxml-4.6.3+dfsg/doc/html/flattr-badge-large.png differ