--- python-ssh-1.8.0.orig/debian/pyversions +++ python-ssh-1.8.0/debian/pyversions @@ -0,0 +1 @@ +2.5- --- python-ssh-1.8.0.orig/debian/changelog +++ python-ssh-1.8.0/debian/changelog @@ -0,0 +1,23 @@ +python-ssh (1.8.0-1chl1~lucid1) lucid; urgency=low + + * Package 1.8.0 for lucid + + -- Chris Lea Thu, 24 Jan 2013 11:03:53 -0800 + +python-ssh (1.7.8-3chl1~lucid1) lucid; urgency=low + + * Fix dependency on python-crypto + + -- Chris Lea Wed, 21 Dec 2011 09:09:37 +0000 + +python-ssh (1.7.8-2chl1~lucid1) lucid; urgency=low + + * Patch reqires in setup.py + + -- Chris Lea Wed, 21 Dec 2011 09:09:21 +0000 + +python-ssh (1.7.8-1chl1~lucid1) lucid; urgency=low + + * Package 1.7.8 for lucid + + -- Chris Lea Tue, 25 Oct 2011 08:10:09 +0000 --- python-ssh-1.8.0.orig/debian/copyright +++ python-ssh-1.8.0/debian/copyright @@ -0,0 +1,40 @@ +This work was packaged for Debian by: + + Chris Lea on Tue, 25 Oct 2011 08:10:09 +0000 + +It was downloaded from http://pypi.python.org/pypi/ssh/ + +Upstream Author(s): + + Jeff Forcier + +Copyright: + + Copyright (C) 2011 Jeff Forcier + +License: + + This package 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 of the License, or (at your option) any later version. + + This package is distributed 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 this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2'. + +The Debian packaging is: + + Copyright (C) 2011 Chris Lea + +and is licensed under the GPL version 2, +see `/usr/share/common-licenses/GPL-2'. + --- python-ssh-1.8.0.orig/debian/rules +++ python-ssh-1.8.0/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_PYTHON_SYSTEM=pysupport +PREFIX=debian/python-ssh + +include /usr/share/quilt/quilt.make +include /usr/share/python/python.mk + +%: + dh_quilt_patch + dh $@ --- python-ssh-1.8.0.orig/debian/control +++ python-ssh-1.8.0/debian/control @@ -0,0 +1,20 @@ +Source: python-ssh +Section: python +Priority: extra +Maintainer: Chris Lea +Build-Depends: debhelper (>= 7), python (>= 2.5), python-setuptools, python-support, python-crypto (>= 2.3), quilt +Standards-Version: 3.8.3 +Homepage: http://pypi.python.org/pypi/ssh/ + +Package: python-ssh +Architecture: all +Depends: ${misc:Depends}, python-crypto (>= 2.3) +Description: SSH2 protocol library + 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. --- python-ssh-1.8.0.orig/debian/compat +++ python-ssh-1.8.0/debian/compat @@ -0,0 +1 @@ +7 --- python-ssh-1.8.0.orig/.pc/.quilt_patches +++ python-ssh-1.8.0/.pc/.quilt_patches @@ -0,0 +1 @@ +debian/patches --- python-ssh-1.8.0.orig/.pc/.quilt_series +++ python-ssh-1.8.0/.pc/.quilt_series @@ -0,0 +1 @@ +series --- python-ssh-1.8.0.orig/.pc/.version +++ python-ssh-1.8.0/.pc/.version @@ -0,0 +1 @@ +2