debian/0000755000000000000000000000000012302376173007172 5ustar debian/copyright0000644000000000000000000000215012236711362011122 0ustar This package was debianized by Guido Guenther on Mon, 31 Jan 2005 11:24:37 +0100. It was downloaded from http://www.lag.net/paramiko/download/ Upstream Author: Robey Pointer Copyright 2003, 2004, 2005, 2006 Robey Pointer Paramiko is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. Paramiko is distrubuted in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with Paramiko; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the Lesser GNU General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/paramiko-doc.docs0000644000000000000000000000001412236711362012404 0ustar README docs debian/changelog0000644000000000000000000001627312302376173011055 0ustar paramiko (1.10.1-1git1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:49:47 +0000 paramiko (1.10.1-1git1) trusty; urgency=low Upload current Debian packaging git head. [ Jean-Baptiste Lallement ] * Add autopkgtest that runs the upstream test suite against the installed package. (LP: #1248706) -- Martin Pitt Thu, 07 Nov 2013 14:17:13 +0100 paramiko (1.10.1-1) unstable; urgency=low * Imported Upstream version 1.10.1 * debian/control: Revise debhelper Build-Depends entry * debian/{control,watch}: Update for new maintainer and source address (Closes: #690080) - thanks to Mike Gabriel * debian/gbp.conf: Add standard git-buildpackage settings * debian/patches/*: Removed patch included in upstream * debian/patches/*: Removed hostkey patch that caused problems - thanks to Lars Noschinski * debian/*: clean up build files for new version * debian/control: Add Build-Depend on python-epydoc * debian/patches/*: Add patch to remove upstream Makefile * debian/*: Build out separate paramiko-doc package (Closes: #682255) - thanks to Touko Korpela -- Jeremy T. Bouse Thu, 27 Jun 2013 22:59:08 -0400 paramiko (1.7.7.1-3) unstable; urgency=low * Accept NMU uploads (Closes: #659007, #668239) * Update package to clean up lintian findings * debian/source/local-options: set unapply-patches option * debian/watch: Don't need to use uupdate with gbp * debian/control: Upgrade Debian Standard (no changes needed) -- Jeremy T. Bouse Mon, 09 Jul 2012 11:02:38 -0400 paramiko (1.7.7.1-2.2) unstable; urgency=low * Non-maintainer upload. * Add Fix-SSHException-when-re-keying-over-a-fast-connection.patch patch. Fix bug "Transfers fail after 1GB; rekeying window too small". (Closes: #659007) -- Salvatore Bonaccorso Sat, 07 Jul 2012 17:09:08 +0200 paramiko (1.7.7.1-2.1) unstable; urgency=low * Non-maintainer upload. * Fix broken host key handling when port != 22 (Closes: 668239) -- Luk Claes Thu, 05 Jul 2012 00:38:56 +0000 paramiko (1.7.7.1-2) unstable; urgency=low * debian/*: Update build to use dh_python2 (Closes: #637379) * Debian package build environment cleanup * Acknowledge previous NMU patch that was included in upstream update release Thanks Jelmer Vernooij (Closes: #611361) -- Jeremy T. Bouse Sun, 02 Oct 2011 13:46:01 -0400 paramiko (1.7.7.1-1) unstable; urgency=low * Imported Upstream version 1.7.7.1 (Closes: #627754) * debian/patches: Patches included in upstream * debian/control: Updated standards version (no change) -- Jeremy T. Bouse Tue, 31 May 2011 21:23:55 -0400 paramiko (1.7.6-6) unstable; urgency=low * Add back quilt support NMU removed & update clean target * Accept NMU upload. Thanks Jelmer Vernooij -- Jeremy T. Bouse Sat, 29 Jan 2011 12:02:16 -0500 paramiko (1.7.6-5.1) unstable; urgency=low * Non-maintainer upload. * Avoid deprecated RandomPool. Patch by Gary van der Merwe. Closes: #576697 * Try connecting to each available address family until one succeeds. Patch by Andrew Bennetts. Closes: #602251 * Bump standards version to 3.9.1 (no changes). -- Jelmer Vernooij Fri, 28 Jan 2011 12:35:12 +0100 paramiko (1.7.6-5) unstable; urgency=low * debian/control: Fix python-crypto version dependency * debian/rules: Remove simple-patchsys.mk -- Jeremy T. Bouse Sat, 17 Jul 2010 00:00:40 -0400 paramiko (1.7.6-4) unstable; urgency=low * Update Standards-Version to 3.9.0 * debian/control: Add versioned dependency on python-crypto (Closes: #479596) * debian/control: Build-Depends python-all-dev to python-all -- Jeremy T. Bouse Fri, 16 Jul 2010 10:54:06 -0400 paramiko (1.7.6-3) unstable; urgency=medium * Add conflict against fabric 0.9.0-1 (Closes: #563490) - thanks to Chris Lamb for being a packaging tool -- Jeremy T. Bouse Mon, 04 Jan 2010 10:12:32 -0500 paramiko (1.7.6-2) unstable; urgency=low * debian/control: Fix last remaining lintian warning -- Jeremy T. Bouse Wed, 16 Dec 2009 08:15:36 -0500 paramiko (1.7.6-1) unstable; urgency=low * Imported Upstream version 1.7.6 (Closes: #543784) * Fix formatting error for __all__ in paramiko/__init__.py (Closes: #494836) * Update debian/watch syntax * Package build clean-up * Include docs/ contents with build (LP: #364998) * Update Build-Depends * debian/control: Update Vcs-* entries -- Jeremy T. Bouse Tue, 15 Dec 2009 09:46:29 -0500 paramiko (1.7.4-0.1) unstable; urgency=medium * NMU. * New upstream version. - Fix random number regression (stop using RandomPool). Closes: #490961. -- Matthias Klose Fri, 18 Jul 2008 14:16:08 +0200 paramiko (1.7.3-1) unstable; urgency=low * New upstream version Closes: #475505. * Acknowledge NMU changes * Missing examples included Closes: #455547. * Confirmed new upstream version corrected FutureWarning Closes: #405552. -- Jeremy T. Bouse Sun, 04 May 2008 11:41:27 -0400 paramiko (1.7.2-0.1) unstable; urgency=low * Non-maintainer upload to DELAYED/14-day. (¹) * New upstream release. (Closes: #415060) * Drop the patch introduced in 1.6.4-1.1, as it's part of 1.7.2. (¹) Counting since the initial 1.7.1-0.1 upload in Jan 13th. -- Adeodato Simó Thu, 24 Jan 2008 13:54:18 +0100 paramiko (1.6.4-1.1) unstable; urgency=high * Non-maintainer upload by security team. * Fix insecure use of RandomPool if paramiko is used for threads or multiple forked processes. This enables one session to predict random data of another session using its own random data. (CVE id pending; Closes: #460706). -- Nico Golde Mon, 14 Jan 2008 19:36:40 +0100 paramiko (1.6.4-1) unstable; urgency=low * New upstream release (Closes: #344734, #382348). -- Jeremy T. Bouse Tue, 26 Dec 2006 15:48:42 -0500 paramiko (1.5.2-0.1) unstable; urgency=low [ Wouter van Heyst ] * Non-maintainer upload. * New upstream release. + Drop python_script_fix.patch and pathmangle.sh, no longer needed. * Merge some ubuntu changes. + Add watch file. + Update copyright file. -- Robert Collins Fri, 28 Jul 2006 14:26:29 +1000 paramiko (1.5-1.1) unstable; urgency=low * Non-maintainer upload. * Fix B-D-I/B-D glitches. * Update package to the new python policy (Closes: #373472). -- Pierre Habouzit Thu, 29 Jun 2006 23:00:34 +0200 paramiko (1.5-1) unstable; urgency=low * New upstream release. * Initial package upload (Closes: #292942). -- Jeremy T. Bouse Tue, 18 Oct 2005 14:57:46 -0700 paramiko (1.1-1) unstable; urgency=low * Initial Release. -- Guido Guenther Mon, 31 Jan 2005 11:24:37 +0100 debian/clean0000644000000000000000000000001112236711362010166 0ustar test.log debian/compat0000644000000000000000000000000212236711362010367 0ustar 8 debian/python-paramiko.examples0000644000000000000000000000001012236711362014042 0ustar demos/* debian/patches/0000755000000000000000000000000012236711362010620 5ustar debian/patches/0001-Remove-upstream-Makefile.patch0000644000000000000000000000156112236711362017030 0ustar From: Jeremy T. Bouse Date: Sat, 25 May 2013 01:05:44 -0400 Subject: [PATCH] Remove upstream Makefile The upstream Makefile is non-functional for package building. It is meant for upstream release management rather than package management. Removing it to get it out of the way and allow debhelper to build using python setuptools. --- Makefile | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 572f867..0000000 --- a/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -release: docs - python setup.py sdist register upload - -docs: paramiko/* - epydoc --no-private -o docs/ paramiko - -clean: - rm -rf build dist docs - rm -f MANIFEST *.log demos/*.log - rm -f paramiko/*.pyc - rm -f test.log - rm -rf paramiko.egg-info - -test: - python ./test.py -- debian/patches/series0000644000000000000000000000004412236711362012033 0ustar 0001-Remove-upstream-Makefile.patch debian/paramiko-doc.doc-base0000644000000000000000000000045012236711362013135 0ustar Document: python-paramiko Title: Paramiko Author: Robey Pointer Abstract: A Python interface to the paramiko SSH2 protocol library Section: Programming/Python Format: html Index: /usr/share/doc/paramiko-doc/docs/index.html Files: /usr/share/doc/paramiko-doc/docs/*.html debian/control0000644000000000000000000000272312236711362010600 0ustar Source: paramiko Section: python Priority: optional Maintainer: Jeremy T. Bouse Uploaders: Guido Guenther Build-Depends: debhelper (>> 8), python-all (>= 2.6.6-3~), python-crypto (>= 2.1.0-2), python-setuptools, python-epydoc Standards-Version: 3.9.4 Homepage: https://github.com/paramiko/paramiko/ Vcs-Git: git://git.debian.org/collab-maint/paramiko.git Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git XS-Testsuite: autopkgtest Package: paramiko-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: Make ssh v2 connections with Python (Documentation) This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between Python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. . This is the documentation for the package. Package: python-paramiko Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-crypto (>= 2.1.0-2) Provides: ${python:Provides} Description: Make ssh v2 connections with Python (Python 2) This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between Python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. . This is the Python 2 version of the package. debian/python-paramiko.install0000644000000000000000000000002112236711362013674 0ustar usr/lib/python2* debian/tests/0000755000000000000000000000000012236711362010333 5ustar debian/tests/upstream0000644000000000000000000000005512236711362012116 0ustar #!/bin/sh set -e python ./test.py --verbose debian/tests/control0000644000000000000000000000006612236711362011740 0ustar Tests: upstream Depends: @ Restrictions: allow-stderr debian/rules0000755000000000000000000000213412236711362010251 0ustar #!/usr/bin/make -f PYTHON2=$(shell pyversions -vr) %: dh $@ --with python2 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: python$* setup.py test -vv override_dh_auto_test: $(PYTHON2:%=test-python%) endif build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON2:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON2:%=install-python%) dh_auto_install override_dh_installdocs: epydoc --no-private -o docs/ paramiko dh_installdocs # Commands not to run override_dh_installcatalogs override_dh_installcron: override_dh_installdebconf override_dh_installemacsen override_dh_installifupdown: override_dh_installinfo override_dh_installinit override_dh_installmenu override_dh_installmime: override_dh_installmodules override_dh_installlogcheck override_dh_installlogrotate: override_dh_installpam override_dh_installppp override_dh_installudev override_dh_installwm: override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_perl override_dh_usrlocal: debian/source/0000755000000000000000000000000012236711362010471 5ustar debian/source/format0000644000000000000000000000001412236711362011677 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000022212236711362010604 0ustar [DEFAULT] pristine-tar = True [git-buildpackage] sign-tags = True postbuild = lintian $GBP_CHANGES_FILE [git-dch] meta = True git-author = True debian/watch0000644000000000000000000000012312236711362010216 0ustar version=3 https://github.com/paramiko/paramiko/tags .*/archive/v(\d[\d\.]*).tar.gz