Control: tags 936240 + patch
Dear maintainer, I've prepared an NMU for broccoli-python (versioned as 0.63-1.1). The diff is attached to this message. Regards.
diff -Nru broccoli-python-0.63/debian/changelog broccoli-python-0.63/debian/changelog --- broccoli-python-0.63/debian/changelog 2019-02-08 03:08:51.000000000 -0500 +++ broccoli-python-0.63/debian/changelog 2019-12-22 17:51:56.000000000 -0500 @@ -1,3 +1,11 @@ +broccoli-python (0.63-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #936240 + * Compile extension for all supported python3 versions + + -- Sandro Tosi <mo...@debian.org> Sun, 22 Dec 2019 17:51:56 -0500 + broccoli-python (0.63-1) unstable; urgency=medium * New upstream version 0.63 diff -Nru broccoli-python-0.63/debian/control broccoli-python-0.63/debian/control --- broccoli-python-0.63/debian/control 2019-02-07 12:11:01.000000000 -0500 +++ broccoli-python-0.63/debian/control 2019-12-22 17:51:54.000000000 -0500 @@ -4,7 +4,7 @@ Maintainer: Hilko Bengen <ben...@debian.org> Build-Depends: debhelper (>= 12~), dh-python, - python-dev, python3-dev, + python3-all-dev, libbroccoli-dev, swig, Standards-Version: 4.3.0 @@ -12,14 +12,6 @@ Vcs-Git: https://salsa.debian.org/bro-team/broccoli-python.git Vcs-Browser: https://salsa.debian.org/bro-team/broccoli-python -Package: python-broccoli -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: Python 2 bindings for Broccoli - This package provides Python bindings for Broccoli, Bro's client - communication library. In general, the bindings provide the same - functionality as Broccoli's C API. - Package: python3-broccoli Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} diff -Nru broccoli-python-0.63/debian/python3-broccoli.install broccoli-python-0.63/debian/python3-broccoli.install --- broccoli-python-0.63/debian/python3-broccoli.install 2019-02-08 03:07:43.000000000 -0500 +++ broccoli-python-0.63/debian/python3-broccoli.install 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -/usr/lib/python3* diff -Nru broccoli-python-0.63/debian/python-broccoli.install broccoli-python-0.63/debian/python-broccoli.install --- broccoli-python-0.63/debian/python-broccoli.install 2019-02-08 03:07:32.000000000 -0500 +++ broccoli-python-0.63/debian/python-broccoli.install 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru broccoli-python-0.63/debian/rules broccoli-python-0.63/debian/rules --- broccoli-python-0.63/debian/rules 2019-02-08 03:07:08.000000000 -0500 +++ broccoli-python-0.63/debian/rules 2019-12-22 17:47:11.000000000 -0500 @@ -6,7 +6,7 @@ include /usr/share/dpkg/default.mk %: - dh $@ --with python2 --buildsystem pybuild + dh $@ --with python3 --buildsystem pybuild override_dh_auto_configure: swig -python broccoli_intern.i