--- paramiko-1.7.6.orig/debian/pyversions +++ paramiko-1.7.6/debian/pyversions @@ -0,0 +1 @@ +2.2- --- paramiko-1.7.6.orig/debian/rules +++ paramiko-1.7.6/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +clean:: + rm -rf build --- paramiko-1.7.6.orig/debian/python-paramiko.examples +++ paramiko-1.7.6/debian/python-paramiko.examples @@ -0,0 +1 @@ +demos/* --- paramiko-1.7.6.orig/debian/pycompat +++ paramiko-1.7.6/debian/pycompat @@ -0,0 +1 @@ +2 --- paramiko-1.7.6.orig/debian/changelog +++ paramiko-1.7.6/debian/changelog @@ -0,0 +1,98 @@ +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 + --- paramiko-1.7.6.orig/debian/watch +++ paramiko-1.7.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.lag.net/paramiko/download/paramiko-(.*)\.tar.gz debian uupdate --- paramiko-1.7.6.orig/debian/copyright +++ paramiko-1.7.6/debian/copyright @@ -0,0 +1,25 @@ +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'. --- paramiko-1.7.6.orig/debian/compat +++ paramiko-1.7.6/debian/compat @@ -0,0 +1 @@ +7 --- paramiko-1.7.6.orig/debian/control +++ paramiko-1.7.6/debian/control @@ -0,0 +1,22 @@ +Source: paramiko +Section: python +Priority: optional +Maintainer: Jeremy T. Bouse +Uploaders: Guido Guenther +Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3) +Standards-Version: 3.8.3 +Homepage: http://www.lag.net/paramiko/ +Vcs-Git: git://git.debian.org/collab-maint/paramiko.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git + +Package: python-paramiko +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-crypto +Provides: ${python:Provides} +Replaces: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1) +Conflicts: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1) +Description: Make ssh v2 connections with Python + 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. --- paramiko-1.7.6.orig/debian/docs +++ paramiko-1.7.6/debian/docs @@ -0,0 +1,2 @@ +README +docs