Control: tags 906104 + patch Control: tags 938810 + patch Control: tags 938810 + pending
Dear maintainer, I've prepared an NMU for webassets (versioned as 3:0.12.1-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru webassets-0.12.1/debian/changelog webassets-0.12.1/debian/changelog --- webassets-0.12.1/debian/changelog 2017-11-10 05:25:31.000000000 -0500 +++ webassets-0.12.1/debian/changelog 2019-10-17 18:54:04.000000000 -0400 @@ -1,3 +1,11 @@ +webassets (3:0.12.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938810 + * Fix python3-webassets Suggests on cssutils; Closes: #906104 + + -- Sandro Tosi <mo...@debian.org> Thu, 17 Oct 2019 18:54:04 -0400 + webassets (3:0.12.1-1) unstable; urgency=medium * Start using pristine-tar diff -Nru webassets-0.12.1/debian/control webassets-0.12.1/debian/control --- webassets-0.12.1/debian/control 2017-11-09 06:16:13.000000000 -0500 +++ webassets-0.12.1/debian/control 2019-10-17 18:53:44.000000000 -0400 @@ -6,21 +6,15 @@ Build-Depends: debhelper (>= 9), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools, python3-nose, python3-mock, python3-jinja2, - python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, - python-docutils, - python-nose, - python-mock, - python-jinja2, - python-six, + python3-sphinx, + python3-docutils, + python3-six, help2man, - python-pytest, python3-pytest Standards-Version: 4.1.1 X-Python-Version: >= 2.6 @@ -29,24 +23,6 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/webassets.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/webassets.git -Package: python-webassets -Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-six -Suggests: - python-webassets-doc, - yui-compressor, - node-uglify, - python-cssutils, - node-less, - ruby-sass, - python-cssmin | cssmin (<= 0.2.0-1), - node-requirejs, -Description: Asset management application for Python web development - Assets helps you merge and compress any JavaScript and CSS files on your web - development project. - . - This is the Python 2 version of the package. - Package: python3-webassets Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-six @@ -55,7 +31,7 @@ python-webassets-doc, yui-compressor, node-uglify, - python-cssutils, + python3-cssutils, node-less, ruby-sass, python3-cssmin, diff -Nru webassets-0.12.1/debian/rules webassets-0.12.1/debian/rules --- webassets-0.12.1/debian/rules 2017-11-10 05:21:32.000000000 -0500 +++ webassets-0.12.1/debian/rules 2019-10-17 18:53:25.000000000 -0400 @@ -11,7 +11,7 @@ export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_clean: rm -rf docs/_build