debian/0000755000000000000000000000000011723206351007166 5ustar debian/control0000644000000000000000000000150311723206301010563 0ustar Source: pylibssh2 Priority: optional Maintainer: Fabien Boucher Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.5.4-9), libssh2-1-dev (>= 1.2.4), python-epydoc, python-support Standards-Version: 3.8.4 Section: python Homepage: http://pypi.python.org/pypi/pylibssh2 Package: python-libssh2 Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Python binding for libssh2 library libssh2 is a client-side C library implementing the SSH2 protocol with support for regular terminal, scp and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the python bindings libssh2. It is a fork and rewrite of org.keyphrene. debian/docs0000644000000000000000000000003511400500275010031 0ustar README AUTHORS html examples debian/copyright0000644000000000000000000000152611404763740011133 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: pylibssh2 Maintainer: Fabien Boucher Source: http://pypi.python.org/pypi/pylibssh2/ Files: * Copyright: 2010, Wallix Inc License: LGPL-2.1+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/LGPL-2.1' file. Files: src/*.[ch] Copyright: 2005, Keyphrene.com 2010, Wallix Inc License: On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/LGPL-2.1' file. Files: debian/* Copyright: 2009, Fabien Boucher License: LGPL-2.1+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/LGPL-2.1' file. debian/watch0000644000000000000000000000012611400500275010210 0ustar version=3 http://pypi.python.org/packages/source/p/pylibssh2/ pylibssh2-(.*)\.tar\.gz debian/doc-base0000644000000000000000000000054311400500275010562 0ustar Document: python-libssh2 Title: python-libssh2 library manual Author: Sofian Brabez Abstract: This manual describes the pylibssh2 library API. The pylibssh2 library is a C binding on the libssh2 API. Section: Programming Format: HTML Index: /usr/share/doc/python-libssh2/html/index.html Files: /usr/share/doc/python-libssh2/html/*.html debian/compat0000644000000000000000000000000211400500275010356 0ustar 7 debian/changelog0000644000000000000000000000067611723206347011056 0ustar pylibssh2 (1.0.0-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "missing dependency on python (after rebuild)": add python-support to Build-Depends; thanks, Jakub Wilk. (Closes: #642459) -- gregor herrmann Tue, 28 Feb 2012 18:20:07 +0100 pylibssh2 (1.0.0-1) unstable; urgency=low * Initial release (Closes: #580221) -- Fabien Boucher Tue, 4 May 2010 22:39:00 +0200 debian/source/0000755000000000000000000000000011400500275010460 5ustar debian/source/format0000644000000000000000000000001411400500275011666 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000044311400500275010241 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 override_dh_clean: rm -rf html dh_clean override_dh_compress: dh_compress -Xapi-objects.txt -Xepydoc.js -Xssh.py -Xssh_x11.py override_dh_installdocs: epydoc --no-private -n pylibssh2 -o html libssh2 > /dev/null 2>&1 dh_installdocs %: dh $@