Control: tags 938887 + patch
Dear maintainer, I've prepared an NMU for zfec (versioned as 1.5.2-2.1). The diff is attached to this message. Regards.
diff -Nru zfec-1.5.2/debian/changelog zfec-1.5.2/debian/changelog --- zfec-1.5.2/debian/changelog 2018-06-02 06:32:12.000000000 -0400 +++ zfec-1.5.2/debian/changelog 2019-12-20 18:07:34.000000000 -0500 @@ -1,3 +1,10 @@ +zfec (1.5.2-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938887 + + -- Sandro Tosi <[email protected]> Fri, 20 Dec 2019 18:07:34 -0500 + zfec (1.5.2-2) unstable; urgency=medium * Use tracker team address in maintainers field. diff -Nru zfec-1.5.2/debian/control zfec-1.5.2/debian/control --- zfec-1.5.2/debian/control 2018-06-02 06:32:12.000000000 -0400 +++ zfec-1.5.2/debian/control 2019-12-20 18:07:29.000000000 -0500 @@ -4,9 +4,7 @@ Uploaders: Vasudev Kamath <[email protected]> Build-Depends: debhelper (>= 11), dh-python, - python-all-dev, python3-all-dev, - python-setuptools, python3-setuptools Standards-Version: 4.1.3 Section: python @@ -14,19 +12,6 @@ Vcs-Browser: https://salsa.debian.org/vasudev/zfec Homepage: http://tahoe-lafs.org/trac/zfec -Package: python-zfec -Architecture: any -Depends: ${misc:Depends}, - ${python:Depends}, - ${shlibs:Depends} -Recommends: ${python:Recommends} -Suggests: ${python:Suggests} -Description: fast erasure codec, with Python bindings - Fast, portable, programmable erasure coding a.k.a. "forward error - correction": the generation of redundant blocks of information such that if - some blocks are lost then the original data can be recovered from the - remaining blocks. This package includes a Python API. - Package: python3-zfec Architecture: any Depends: ${misc:Depends}, diff -Nru zfec-1.5.2/debian/rules zfec-1.5.2/debian/rules --- zfec-1.5.2/debian/rules 2018-06-02 06:32:12.000000000 -0400 +++ zfec-1.5.2/debian/rules 2019-12-20 18:07:19.000000000 -0500 @@ -4,4 +4,4 @@ export PYBUILD_NAME=zfec %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild

