Control: tags 936312 + patch Control: tags 936312 + pending
Dear maintainer, I've prepared an NMU for cmd2 (versioned as 0.8.5-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru cmd2-0.8.5/debian/changelog cmd2-0.8.5/debian/changelog --- cmd2-0.8.5/debian/changelog 2018-07-12 13:19:48.000000000 -0400 +++ cmd2-0.8.5/debian/changelog 2019-10-18 22:28:11.000000000 -0400 @@ -1,3 +1,10 @@ +cmd2 (0.8.5-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #936312 + + -- Sandro Tosi <mo...@debian.org> Fri, 18 Oct 2019 22:28:11 -0400 + cmd2 (0.8.5-2) unstable; urgency=medium [ Ondřej Nový ] diff -Nru cmd2-0.8.5/debian/control cmd2-0.8.5/debian/control --- cmd2-0.8.5/debian/control 2018-07-12 13:19:48.000000000 -0400 +++ cmd2-0.8.5/debian/control 2019-10-18 22:27:56.000000000 -0400 @@ -5,12 +5,6 @@ Build-Depends: debhelper (>= 11~), Build-Depends-Indep: dh-python, - python-all (>= 2.6.6-3~), - python-contextlib2, - python-enum34, - python-pyperclip (>= 1.6.0), - python-setuptools, - python-wcwidth, python3-all, python3-pyperclip, python3-setuptools, @@ -22,23 +16,6 @@ Vcs-Browser: https://salsa.debian.org/debian/python-cmd2 Testsuite: autopkgtest-pkg-python -Package: python-cmd2 -Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${python:Depends}, - python-contextlib2, - python-enum34, - python-wcwidth, -Recommends: ${python:Recommends} -Provides: ${python:Provides} -Breaks: python-pyperclip (<< 1.6.0-1) -Description: enhanced Python cmd module - Python 2.x - Drop-in replacement adds several features for command-prompt tools, like - searchable and persistent command history, multi-line commands, input and - output redirections, integrated Python shell, testing helpers - . - This package provides the Python 2.x module. - Package: python3-cmd2 Architecture: all Pre-Depends: dpkg (>= 1.15.6~) diff -Nru cmd2-0.8.5/debian/python-cmd2.docs cmd2-0.8.5/debian/python-cmd2.docs --- cmd2-0.8.5/debian/python-cmd2.docs 2018-07-12 13:19:48.000000000 -0400 +++ cmd2-0.8.5/debian/python-cmd2.docs 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -README.md diff -Nru cmd2-0.8.5/debian/rules cmd2-0.8.5/debian/rules --- cmd2-0.8.5/debian/rules 2018-07-12 13:19:48.000000000 -0400 +++ cmd2-0.8.5/debian/rules 2019-10-18 22:28:02.000000000 -0400 @@ -4,7 +4,7 @@ export PYBUILD_NAME=cmd2 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs CHANGELOG.md