diff -Nru python-pygit2-0.27.4/debian/changelog python-pygit2-0.27.4/debian/changelog --- python-pygit2-0.27.4/debian/changelog 2019-01-22 14:10:17.000000000 +0000 +++ python-pygit2-0.27.4/debian/changelog 2019-07-08 11:58:47.000000000 +0000 @@ -1,3 +1,9 @@ +python-pygit2 (0.27.4-2) unstable; urgency=medium + + * Drop Python 2 support + + -- Ondřej Nový Mon, 08 Jul 2019 13:58:47 +0200 + python-pygit2 (0.27.4-1) unstable; urgency=medium * New upstream release diff -Nru python-pygit2-0.27.4/debian/control python-pygit2-0.27.4/debian/control --- python-pygit2-0.27.4/debian/control 2019-01-22 14:03:24.000000000 +0000 +++ python-pygit2-0.27.4/debian/control 2019-07-08 11:54:43.000000000 +0000 @@ -7,12 +7,6 @@ dh-python, libffi-dev, libgit2-dev (>= 0.27), - python-all-dev, - python-cffi (>= 0.9.2), - python-pycparser, - python-pytest, - python-setuptools, - python-six, python3-sphinx, python3-all-dev, python3-cffi (>= 0.9.2), @@ -26,19 +20,6 @@ Homepage: https://github.com/libgit2/pygit2 Testsuite: autopkgtest-pkg-python -Package: python-pygit2 -Architecture: any -Depends: ${misc:Depends}, - ${python:Depends}, - ${shlibs:Depends}, -Suggests: python-pygit2-doc, -Description: bindings for libgit2 - Python 2.x - The Pygit2 module provides a set of Python bindings to the libgit2 shared - library. libgit2 implements the core of Git. Pygit2 works with Python 2.7, - 3.2, 3.3, 3.4 and pypy. - . - This package contains the Python 2.x module. - Package: python3-pygit2 Architecture: any Depends: ${misc:Depends}, diff -Nru python-pygit2-0.27.4/debian/rules python-pygit2-0.27.4/debian/rules --- python-pygit2-0.27.4/debian/rules 2019-01-22 14:03:24.000000000 +0000 +++ python-pygit2-0.27.4/debian/rules 2019-07-08 11:54:57.000000000 +0000 @@ -5,4 +5,4 @@ export PYBUILD_AFTER_INSTALL_python3=PYTHONPATH={build_dir} python3 -m sphinx -b html $(CURDIR)/docs $(CURDIR)/debian/python-pygit2-doc/usr/share/doc/python-pygit2-doc/html %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild