diff -Nru django-ranged-response-0.2.0/debian/changelog django-ranged-response-0.2.0/debian/changelog --- django-ranged-response-0.2.0/debian/changelog 2019-07-26 13:41:08.000000000 +0200 +++ django-ranged-response-0.2.0/debian/changelog 2019-09-23 14:39:26.000000000 +0200 @@ -1,3 +1,9 @@ +django-ranged-response (0.2.0-2ubuntu1) eoan; urgency=medium + + * d/t/control: remove for py2 support since it was dropped (LP: #1845002) + + -- Christian Ehrhardt Mon, 23 Sep 2019 14:39:26 +0200 + django-ranged-response (0.2.0-2) unstable; urgency=medium * Drop Python2 (Closes: #932981) diff -Nru django-ranged-response-0.2.0/debian/tests/control django-ranged-response-0.2.0/debian/tests/control --- django-ranged-response-0.2.0/debian/tests/control 2019-07-26 13:41:08.000000000 +0200 +++ django-ranged-response-0.2.0/debian/tests/control 2019-09-23 14:39:22.000000000 +0200 @@ -1,5 +1,2 @@ -Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import ranged_response; print ranged_response" ; done -Depends: python-all, python-django-ranged-response - Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import ranged_response; print(ranged_response)" ; done Depends: python3-all, python3-django-ranged-response