diff -Nru paramiko-2.6.0/debian/changelog paramiko-2.6.0/debian/changelog --- paramiko-2.6.0/debian/changelog 2019-12-17 12:38:51.000000000 +0000 +++ paramiko-2.6.0/debian/changelog 2020-01-10 00:39:19.000000000 +0000 @@ -1,8 +1,12 @@ -paramiko (2.6.0-1build1) focal; urgency=medium +paramiko (2.6.0-2) unstable; urgency=medium - * No-change rebuild to generate dependencies on python2. + [ Ondřej Nový ] + * Bump Standards-Version to 4.4.1. - -- Matthias Klose Tue, 17 Dec 2019 12:38:51 +0000 + [ Sandro Tosi ] + * Drop python2 support; Closes: #937238 + + -- Sandro Tosi Thu, 09 Jan 2020 19:39:19 -0500 paramiko (2.6.0-1) unstable; urgency=medium @@ -330,4 +334,3 @@ * Initial Release. -- Guido Guenther Mon, 31 Jan 2005 11:24:37 +0100 - diff -Nru paramiko-2.6.0/debian/compat paramiko-2.6.0/debian/compat --- paramiko-2.6.0/debian/compat 2019-08-17 22:43:04.000000000 +0000 +++ paramiko-2.6.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru paramiko-2.6.0/debian/control paramiko-2.6.0/debian/control --- paramiko-2.6.0/debian/control 2019-08-17 22:43:04.000000000 +0000 +++ paramiko-2.6.0/debian/control 2020-01-10 00:39:19.000000000 +0000 @@ -3,16 +3,8 @@ Priority: optional Maintainer: Debian Python Modules Team Uploaders: Jeremy T. Bouse , Guido Guenther , Sandro Tosi -Build-Depends: debhelper (>> 9), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all (>= 2.6.6-3~), - python-pytest, - python-cryptography (>= 2.5), - python-ecdsa (>= 0.11), - python-bcrypt (>= 3.1.3), - python-nacl (>= 1.0.1), - python-pyasn1 (>= 0.1.7), - python-setuptools, python3-all, python3-pytest, python3-cryptography (>= 2.5), @@ -21,7 +13,7 @@ python3-nacl (>= 1.0.1), python3-pyasn1 (>= 0.1.7), python3-setuptools -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Homepage: https://github.com/paramiko/paramiko/ Vcs-Git: https://salsa.debian.org/python-team/modules/paramiko.git Vcs-Browser: https://salsa.debian.org/python-team/modules/paramiko @@ -44,24 +36,6 @@ . This is the documentation for the package. -Package: python-paramiko -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Provides: ${python:Provides} -Suggests: python-gssapi (>= 0.6.1) -Description: Make ssh v2 connections (Python 2) - "Paramiko" is a combination of the Esperanto words for "paranoid" and "friend". - It's a module for Python 2.7/3.4+ that implements the SSH2 protocol for secure - (encrypted and authenticated) connections to remote machines. Unlike SSL (aka - TLS), SSH2 protocol does not require hierarchical certificates signed by a - powerful central authority. You may know SSH2 as the protocol that replaced - Telnet and rsh for secure access to remote shells, but the protocol also - includes the ability to open arbitrary channels to remote services across the - encrypted tunnel (this is how SFTP works, for example). - . - This is the Python 2 version of the package. - Package: python3-paramiko Architecture: all Depends: ${misc:Depends}, diff -Nru paramiko-2.6.0/debian/rules paramiko-2.6.0/debian/rules --- paramiko-2.6.0/debian/rules 2019-08-17 22:43:04.000000000 +0000 +++ paramiko-2.6.0/debian/rules 2020-01-10 00:39:19.000000000 +0000 @@ -5,4 +5,4 @@ export LC_ALL=C.UTF-8 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild diff -Nru paramiko-2.6.0/debian/tests/control paramiko-2.6.0/debian/tests/control --- paramiko-2.6.0/debian/tests/control 2019-08-17 22:43:04.000000000 +0000 +++ paramiko-2.6.0/debian/tests/control 2020-01-10 00:39:19.000000000 +0000 @@ -1,3 +1,3 @@ Tests: upstream -Depends: @, python-pytest, python-mock, python3-pytest, python3-mock +Depends: @, python3-pytest, python3-mock Restrictions: allow-stderr diff -Nru paramiko-2.6.0/debian/tests/upstream paramiko-2.6.0/debian/tests/upstream --- paramiko-2.6.0/debian/tests/upstream 2019-08-17 22:43:04.000000000 +0000 +++ paramiko-2.6.0/debian/tests/upstream 2020-01-10 00:39:19.000000000 +0000 @@ -1,5 +1,4 @@ #!/bin/sh set -e -pytest --verbose pytest-3 --verbose diff -Nru paramiko-2.6.0/debian/upstream/metadata paramiko-2.6.0/debian/upstream/metadata --- paramiko-2.6.0/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ paramiko-2.6.0/debian/upstream/metadata 2020-01-10 00:39:19.000000000 +0000 @@ -0,0 +1,3 @@ +Bug-Database: https://github.com/paramiko/paramiko/issues +Repository: https://github.com/paramiko/paramiko.git +Repository-Browse: https://github.com/paramiko/paramiko