diff -Nru python-rsa-4.0/debian/changelog python-rsa-4.0/debian/changelog --- python-rsa-4.0/debian/changelog 2018-12-04 06:46:41.000000000 +0000 +++ python-rsa-4.0/debian/changelog 2019-10-10 15:36:34.000000000 +0000 @@ -1,3 +1,13 @@ +python-rsa (4.0-3) unstable; urgency=medium + + [ Ondřej Nový ] + * Use debhelper-compat instead of debian/compat. + + [ Sandro Tosi ] + * Drop python2 support; Closes: #938148 + + -- Sandro Tosi Thu, 10 Oct 2019 11:36:34 -0400 + python-rsa (4.0-2) unstable; urgency=medium [ Julian Andres Klode ] diff -Nru python-rsa-4.0/debian/compat python-rsa-4.0/debian/compat --- python-rsa-4.0/debian/compat 2018-12-04 06:46:41.000000000 +0000 +++ python-rsa-4.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru python-rsa-4.0/debian/control python-rsa-4.0/debian/control --- python-rsa-4.0/debian/control 2018-12-04 06:46:41.000000000 +0000 +++ python-rsa-4.0/debian/control 2019-10-10 15:36:34.000000000 +0000 @@ -3,18 +3,13 @@ Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper-compat (= 9) , dh-python - , python-all , python3-all - , python-setuptools , python3-setuptools - , python-unittest2 , python3-unittest2 , python3-pyasn1 - , python-pyasn1 , python3-mock - , python-mock Standards-Version: 4.2.1 Homepage: http://stuvel.eu/rsa X-Python-Versioni: >= 2.7 @@ -22,17 +17,6 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/python-rsa.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-rsa -Package: python-rsa -Architecture: all -Depends: python, ${python:Depends}, ${misc:Depends} -Description: Pure-Python RSA implementation (Python 2) - Python-RSA is a pure-Python RSA implementation. It supports encryption - and decryption, signing and verifying signatures, and key generation - according to PKCS#1 version 1.5. It can be used as a Python library as - well as on the commandline. The code was mostly written by Sybren A. Stüvel. - . - This package contains the module for Python 2. - Package: python3-rsa Architecture: all Depends: python3, ${python3:Depends}, ${misc:Depends} diff -Nru python-rsa-4.0/debian/rules python-rsa-4.0/debian/rules --- python-rsa-4.0/debian/rules 2018-12-04 06:46:41.000000000 +0000 +++ python-rsa-4.0/debian/rules 2019-10-10 15:36:34.000000000 +0000 @@ -5,11 +5,10 @@ #export DH_VERBOSE=1 SHELL=/bin/bash -export PYBUILD_DESTDIR_python2=debian/python-rsa/ export PYBUILD_DESTDIR_python3=debian/python3-rsa/ %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_install: dh_install