diff -Nru python-jsondiff-1.1.1/debian/changelog python-jsondiff-1.1.1/debian/changelog --- python-jsondiff-1.1.1/debian/changelog 2018-04-16 13:06:07.000000000 +0000 +++ python-jsondiff-1.1.1/debian/changelog 2019-08-27 09:30:34.000000000 +0000 @@ -1,3 +1,11 @@ +python-jsondiff (1.1.1-3) unstable; urgency=medium + + * Team upload. + * Drop Python 2 support. + * Use debhelper-compat instead of debian/compat. + + -- Ondřej Nový Tue, 27 Aug 2019 11:30:34 +0200 + python-jsondiff (1.1.1-2) unstable; urgency=medium * Testsuite: autopkgtest-pkg-python diff -Nru python-jsondiff-1.1.1/debian/compat python-jsondiff-1.1.1/debian/compat --- python-jsondiff-1.1.1/debian/compat 2018-04-16 13:06:07.000000000 +0000 +++ python-jsondiff-1.1.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru python-jsondiff-1.1.1/debian/control python-jsondiff-1.1.1/debian/control --- python-jsondiff-1.1.1/debian/control 2018-04-16 13:06:07.000000000 +0000 +++ python-jsondiff-1.1.1/debian/control 2019-08-27 09:30:26.000000000 +0000 @@ -4,11 +4,8 @@ Section: python Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 11), dh-python, - python-all, - python-setuptools, - python-nose-random, python3-all, python3-setuptools, python3-nose-random @@ -17,15 +14,6 @@ Vcs-Git: https://salsa.debian.org/science-team/python-jsondiff.git Homepage: https://github.com/ZoomerAnalytics/jsondiff/ -Package: python-jsondiff -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Description: diff JSON and JSON-like structures in Python 2 - Python 2 module providing diff JSON and JSON-like structures. - . - This package provides the Python 2 version of the module. - Package: python3-jsondiff Architecture: all Depends: ${misc:Depends}, diff -Nru python-jsondiff-1.1.1/debian/rules python-jsondiff-1.1.1/debian/rules --- python-jsondiff-1.1.1/debian/rules 2018-04-16 13:06:07.000000000 +0000 +++ python-jsondiff-1.1.1/debian/rules 2019-08-27 09:30:26.000000000 +0000 @@ -3,8 +3,4 @@ export PYBUILD_NAME=jsondiff %: - dh $@ --with python2,python3 --buildsystem=pybuild - -override_dh_install: - dh_install - rm -rf debian/python-$(PYBUILD_NAME)/usr/bin + dh $@ --with python3 --buildsystem=pybuild