Control: tags 937889 + patch
Dear maintainer, I've prepared an NMU for python-librtmp (versioned as 0.3.0-1.1). The diff is attached to this message. Regards.
diff -Nru python-librtmp-0.3.0/debian/changelog python-librtmp-0.3.0/debian/changelog --- python-librtmp-0.3.0/debian/changelog 2016-02-10 16:03:19.000000000 -0500 +++ python-librtmp-0.3.0/debian/changelog 2019-11-28 21:22:52.000000000 -0500 @@ -1,3 +1,10 @@ +python-librtmp (0.3.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937889 + + -- Sandro Tosi <mo...@debian.org> Thu, 28 Nov 2019 21:22:52 -0500 + python-librtmp (0.3.0-1) unstable; urgency=low * New upstream version diff -Nru python-librtmp-0.3.0/debian/control python-librtmp-0.3.0/debian/control --- python-librtmp-0.3.0/debian/control 2016-02-10 14:07:49.000000000 -0500 +++ python-librtmp-0.3.0/debian/control 2019-11-28 21:22:52.000000000 -0500 @@ -6,44 +6,23 @@ Build-Depends: debhelper (>= 9), dh-python, librtmp-dev, - python-all-dev, python3-all-dev, - python-all-dbg, python3-all-dbg, - python-cffi, python3-cffi, - python-cffi-backend-dbg, python3-cffi-backend-dbg, - python-setuptools, python3-setuptools, - python-singledispatch, - python3 (>= 3.4) | python3-singledispatch + python3 (>= 3.4) Homepage: http://pythonhosted.org/python-librtmp/ Vcs-Git: https://github.com/breunigs/python-librtmp-debian Vcs-Browser: https://github.com/breunigs/python-librtmp-debian -Package: python-librtmp -Architecture: any -Depends: ${misc:Depends}, - ${python:Depends}, - ${shlibs:Depends}, - python-cffi, - python-singledispatch, - librtmp1 -Provides: ${python:Provides} -Description: librtmp binding for Python 2 - librtmp allows one to dump the media content streamed over - the RTMP protocol. - . - This package provides the binding for Python 2. - Package: python3-librtmp Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-cffi, - python3 (>= 3.4) | python3-singledispatch, + python3 (>= 3.4), librtmp1 Provides: ${python3:Provides} Description: librtmp binding for Python 3 @@ -52,27 +31,12 @@ . This package provides the binding for Python 3. -Package: python-librtmp-dbg -Section: debug -Architecture: any -Priority: extra -Depends: ${misc:Depends}, - ${python:Depends}, - ${shlibs:Depends}, - python-dbg, - python-librtmp (= ${binary:Version}) -Description: librtmp binding for Python 2 - Debugging symbols - librtmp allows one to dump the media content streamed over - the RTMP protocol. - . - This package contains debugging symbols for Python 2. - Package: python3-librtmp-dbg Section: debug Architecture: any Priority: extra Depends: ${misc:Depends}, - ${python:Depends}, + ${python3:Depends}, ${shlibs:Depends}, python3-dbg, python3-librtmp (= ${binary:Version}) diff -Nru python-librtmp-0.3.0/debian/rules python-librtmp-0.3.0/debian/rules --- python-librtmp-0.3.0/debian/rules 2016-02-10 14:07:49.000000000 -0500 +++ python-librtmp-0.3.0/debian/rules 2019-11-28 21:22:48.000000000 -0500 @@ -4,7 +4,7 @@ export PYBUILD_NAME=librtmp %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs HISTORY.rst