--- libssh-0.3.92.orig/debian/changelog +++ libssh-0.3.92/debian/changelog @@ -0,0 +1,98 @@ +libssh (0.3.92-0ubuntu1) lucid; urgency=low + + * New upstream prerelease: + - Bump library .so number in binary packages + - Update .symbols file + + -- Jonathan Thomas Wed, 02 Dec 2009 09:19:22 -0500 + +libssh (0.3.4-2ubuntu1) karmic; urgency=low + + * Merge with Debian + * Include conflict/replaces on previous package versions with old sonames + + -- Jonathan Riddell Mon, 12 Oct 2009 16:42:36 +0100 + +libssh (0.3.4-2) unstable; urgency=low + + * debian/watch: Update the URL + * debian/copyright: Add missing licence for some cmake/Modules files + + -- Laurent Bigonville Mon, 12 Oct 2009 09:37:03 +0200 + +libssh (0.3.4-1) unstable; urgency=low + + * New upstream release (Closes: #467284). + - Adjust build-deps and use cmake + - Bump soname and adjust .symbols file + * debian/control: + - Use my debian.org address in Uploaders and takeover the package + with Jean-Philippe permission + - Use now official Vcs-* field + - Use new Homepage field instead of old pseudo-field + - Bump Standards-Version to 3.8.3 (no further changes) + - Use debug section for -dbg package + - Add ${misc:Depends} to please lintian + - Remove duplicate section to please lintian + * debian/libssh-2-doc.doc-base: Fix doc-base-uses-applications-section + * Bump debhelper version to 7 + * debian/libssh-dev.install: do not install .la file and static + library anymore + * debian/libssh-3.lintian-overrides: Update override + * debian/copyright: Update copyright file + * debian/libssh-3.symbols: Add initial symbols file + + -- Laurent Bigonville Fri, 09 Oct 2009 21:21:16 +0200 + +libssh (0.3.4-0ubuntu2) karmic; urgency=low + + * Add missing build-dep on cmake + + -- Jonathan Riddell Fri, 09 Oct 2009 17:30:05 +0100 + +libssh (0.3.4-0ubuntu1) karmic; urgency=low + + * New upstream release, closes LP: #447364 + + -- Jonathan Riddell Fri, 09 Oct 2009 16:11:53 +0100 + +libssh (0.2+svn20070321-4) unstable; urgency=low + + * debian/control: + - Add XS-Vcs-Svn and XS-Vcs-Browser fields. + - Change to ${binary:Version} for versionized dependencies. + * Add debian/README.Debian to disambiguate the package name + + -- Laurent Bigonville Fri, 27 Jul 2007 15:00:06 +0200 + +libssh (0.2+svn20070321-3) unstable; urgency=low + + * Fix wrong versionized Replaces for -doc package + + -- Laurent Bigonville Thu, 5 Apr 2007 17:58:27 +0200 + +libssh (0.2+svn20070321-2) unstable; urgency=low + + * Split devel package into devel and documentation packages + + -- Laurent Bigonville Mon, 26 Mar 2007 15:29:51 +0200 + +libssh (0.2+svn20070321-1) unstable; urgency=low + + * New svn snapshot: + - Fix broken include in include/libssh/server.h (Closes: #410020) + - Fix nasty bug in server side code + + -- Laurent Bigonville Mon, 26 Mar 2007 15:06:40 +0200 + +libssh (0.2-1) unstable; urgency=low + + * New upstream release. + + -- Laurent Bigonville Fri, 29 Dec 2006 07:40:20 +0100 + +libssh (0.2~rc-1) unstable; urgency=low + + * Initial release (Closes: #316872) + + -- Jean-Philippe Garcia Ballester Wed, 20 Dec 2006 23:56:50 +0100 --- libssh-0.3.92.orig/debian/libssh-doc.manpages +++ libssh-0.3.92/debian/libssh-doc.manpages @@ -0,0 +1 @@ +doxygen/man/man3/ssh_* --- libssh-0.3.92.orig/debian/control +++ libssh-0.3.92/debian/control @@ -0,0 +1,70 @@ +Source: libssh +Section: libs +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Laurent Bigonville +Build-Depends: cdbs, debhelper (>= 7), cmake (>= 2.6), libssl-dev, libz-dev, doxygen +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/collab-maint/libssh.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/libssh.git +Homepage: http://www.libssh.org/ + +Package: libssh-4 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: libssh-2, libssh-3 +Conflicts: libssh-2, libssh-3 +Description: A tiny C SSH library + The ssh library was designed to be used by programmers needing a working SSH + implementation by the mean of a library. The complete control of the client + is made by the programmer. With libssh, you can remotely execute programs, + transfer files, use a secure and transparent tunnel for your remote programs. + With its SFTP implementation, you can play with remote files easily. + +Package: libssh-dev +Section: libdevel +Architecture: any +Depends: libssh-4 (= ${binary:Version}), ${misc:Depends}, libssl-dev, zlib1g-dev +Suggests: libssh-doc +Conflicts: libssh-2-dev, libssh-3-dev +Replaces: libssh-3-dev +Description: A tiny C SSH library. Development files + The ssh library was designed to be used by programmers needing a working SSH + implementation by the mean of a library. The complete control of the client + is made by the programmer. With libssh, you can remotely execute programs, + transfer files, use a secure and transparent tunnel for your remote programs. + With its SFTP implementation, you can play with remote files easily. + . + This package contains development files. + +Package: libssh-dbg +Priority: extra +Section: debug +Architecture: any +Depends: libssh-4 (= ${binary:Version}), ${misc:Depends} +Conflicts: libssh-2-dbg, libssh-3-dbg +Replaces: libssh-3-dbg +Description: A tiny C SSH library. Debug symbols + The ssh library was designed to be used by programmers needing a working SSH + implementation by the mean of a library. The complete control of the client + is made by the programmer. With libssh, you can remotely execute programs, + transfer files, use a secure and transparent tunnel for your remote programs. + With its SFTP implementation, you can play with remote files easily. + . + This package contains debug symbols. + +Package: libssh-doc +Section: doc +Architecture: all +Suggests: doc-base +Depends: ${misc:Depends} +Replaces: libssh-2-dev (<< 0.2+svn20070321-2), libssh-2-doc, libssh-3-doc +Conflicts: libssh-2-doc, libssh-3-doc +Description: A tiny C SSH library. Documentation files + The ssh library was designed to be used by programmers needing a working SSH + implementation by the mean of a library. The complete control of the client + is made by the programmer. With libssh, you can remotely execute programs, + transfer files, use a secure and transparent tunnel for your remote programs. + With its SFTP implementation, you can play with remote files easily. + . + This package contains documentation files. --- libssh-0.3.92.orig/debian/README.Debian +++ libssh-0.3.92/debian/README.Debian @@ -0,0 +1,7 @@ +libssh for Debian +---------------------- + +This is a package for the library libssh with the soname 2. +There are some other projects which have nearly the same name, so be careful. + + -- Laurent Bigonville Fri, 27 Jul 2007 14:59:00 +0200 --- libssh-0.3.92.orig/debian/rules +++ libssh-0.3.92/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses cdbs. Originaly written by Robert Millan. +# This file is public domain. + +DEB_AUTO_CLEANUP_RCS := yes + +# Add here any variable or target overrides you need + + +include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/debhelper.mk +#include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_DBG_PACKAGE_libssh-3 = libssh-dbg + +common-build-indep:: + cd obj-*/; make doc + +install/libssh-3:: + install -D -m 644 debian/libssh-3.lintian-overrides debian/libssh-3/usr/share/lintian/overrides/libssh-3 --- libssh-0.3.92.orig/debian/libssh-4.install +++ libssh-0.3.92/debian/libssh-4.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libssh.so.* --- libssh-0.3.92.orig/debian/libssh-doc.doc-base +++ libssh-0.3.92/debian/libssh-doc.doc-base @@ -0,0 +1,9 @@ +Document: libssh +Title: Debian libssh Manual +Author: Aris Adamantiadis +Abstract: This manual describes libssh API. +Section: Programming/C + +Format: HTML +Index: /usr/share/doc/libssh-doc/html/index.html +Files: /usr/share/doc/libssh-doc/html/* --- libssh-0.3.92.orig/debian/libssh-doc.docs +++ libssh-0.3.92/debian/libssh-doc.docs @@ -0,0 +1 @@ +obj*/doc/html --- libssh-0.3.92.orig/debian/libssh-4.lintian-overrides +++ libssh-0.3.92/debian/libssh-4.lintian-overrides @@ -0,0 +1,2 @@ +# We use libssh-3 name to avoid name clash with libssh2 package. +libssh-3: package-name-doesnt-match-sonames libssh3 --- libssh-0.3.92.orig/debian/libssh-doc.examples +++ libssh-0.3.92/debian/libssh-doc.examples @@ -0,0 +1 @@ +debian/tmp/usr/share/doc/libssh/examples/* --- libssh-0.3.92.orig/debian/compat +++ libssh-0.3.92/debian/compat @@ -0,0 +1 @@ +7 --- libssh-0.3.92.orig/debian/copyright +++ libssh-0.3.92/debian/copyright @@ -0,0 +1,58 @@ +This package was debianized by Laurent Bigonville on +Thu, 16 Nov 2006 20:34:01 +0100. + +It was downloaded from http://www.libssh.org/ + +Upstream Author: + Aris Adamantiadis (aka spacewalker) + Andreas Schneider + Nick Zitzmann + Norbert Kiesel + Jean-Philippe Garcia Ballester + +Files: * +Copyright: + Copyright © 2003-2008 Aris Adamantiadis + Copyright © 2008-2009 Andreas Schneider +License: LGPL-2.1+ with OpenSSL exemption + In addition, as a special exception, the author of this + program gives permission to link the code of its + release with the OpenSSL project's "OpenSSL" library (or + with modified versions of it that use the same license as + the "OpenSSL" library), and distribute the linked + executables. You must obey the GNU General Public + License in all respects for all of the code used other + than "OpenSSL". If you modify this file, you may extend + this exception to your version of the file, but you are + not obligated to do so. If you do not wish to do so, + delete this exception statement from your version. + +Files: libssh/match.c +Copyright: + Copyright © 2000 Markus Friedl +License: BSD-C2 + On Debian systems, the complete text of the BSD Licence can be found in + /usr/share/common-licenses/BSD. + +Files: cmake/Modules/FindGCrypt.cmake, cmake/Modules/FindOpenSSL.cmake, + cmake/Modules/FindZLIB.cmake, cmake/Modules/MacroAddCompileFlags.cmake, + cmake/Modules/MacroAddLinkFlags.cmake, + cmake/Modules/MacroAddPlugin.cmake, cmake/Modules/MacroCopyFile.cmake, + cmake/Modules/MacroEnsureOutOfSourceBuild.cmake +Copyright: + Copyright © 2009 Andreas Schneider + Copyright © 2006, Oswald Buddenhagen + Copyright © 2006, Alexander Neundorf + Copyright © 2006, Laurent Montel + Copyright © 2006-2007 Wengo +License: BSD-C3 + On Debian systems, the complete text of the BSD Licence can be found in + /usr/share/common-licenses/BSD. + +Files: debian/* +Copyright: + Copyright © 2005-2006, Jean-Philippe Garcia Ballester , + Copyright © 2006-2009, Laurent Bigonville and +License: GPL-2+ + On Debian systems, the complete text of the GPL can be found in + /usr/share/common-licenses/GPL. --- libssh-0.3.92.orig/debian/libssh-4.symbols +++ libssh-0.3.92/debian/libssh-4.symbols @@ -0,0 +1,401 @@ +libssh.so.4 libssh-4 #MINVER# + _privatekey_from_file@Base 0.3.92-0ubuntu1 + _ssh_list_get_head@Base 0.3.92-0ubuntu1 + agent_close@Base 0.3.92-0ubuntu1 + agent_free@Base 0.3.92-0ubuntu1 + agent_get_first_ident@Base 0.3.92-0ubuntu1 + agent_get_ident_count@Base 0.3.92-0ubuntu1 + agent_get_next_ident@Base 0.3.92-0ubuntu1 + agent_is_running@Base 0.3.92-0ubuntu1 + agent_new@Base 0.3.92-0ubuntu1 + agent_sign_data@Base 0.3.92-0ubuntu1 + base64_to_bin@Base 0.3.92-0ubuntu1 + bin_to_base64@Base 0.3.92-0ubuntu1 + buffer_add_attributes@Base 0.3.92-0ubuntu1 + buffer_add_buffer@Base 0.3.92-0ubuntu1 + buffer_add_data@Base 0.3.92-0ubuntu1 + buffer_add_ssh_string@Base 0.3.92-0ubuntu1 + buffer_add_u16@Base 0.3.92-0ubuntu1 + buffer_add_u32@Base 0.3.92-0ubuntu1 + buffer_add_u64@Base 0.3.92-0ubuntu1 + buffer_add_u8@Base 0.3.92-0ubuntu1 + buffer_free@Base 0.3.92-0ubuntu1 + buffer_get@Base 0.3.92-0ubuntu1 + buffer_get_data@Base 0.3.92-0ubuntu1 + buffer_get_len@Base 0.3.92-0ubuntu1 + buffer_get_mpint@Base 0.3.92-0ubuntu1 + buffer_get_rest@Base 0.3.92-0ubuntu1 + buffer_get_rest_len@Base 0.3.92-0ubuntu1 + buffer_get_ssh_string@Base 0.3.92-0ubuntu1 + buffer_get_u32@Base 0.3.92-0ubuntu1 + buffer_get_u64@Base 0.3.92-0ubuntu1 + buffer_get_u8@Base 0.3.92-0ubuntu1 + buffer_new@Base 0.3.92-0ubuntu1 + buffer_pass_bytes@Base 0.3.92-0ubuntu1 + buffer_pass_bytes_end@Base 0.3.92-0ubuntu1 + buffer_prepend_data@Base 0.3.92-0ubuntu1 + buffer_reinit@Base 0.3.92-0ubuntu1 + channel_accept_x11@Base 0.3.92-0ubuntu1 + channel_change_pty_size@Base 0.3.92-0ubuntu1 + channel_close@Base 0.3.92-0ubuntu1 + channel_default_bufferize@Base 0.3.92-0ubuntu1 + channel_forward_accept@Base 0.3.92-0ubuntu1 + channel_forward_cancel@Base 0.3.92-0ubuntu1 + channel_forward_listen@Base 0.3.92-0ubuntu1 + channel_free@Base 0.3.92-0ubuntu1 + channel_get_exit_status@Base 0.3.92-0ubuntu1 + channel_get_session@Base 0.3.92-0ubuntu1 + channel_handle@Base 0.3.92-0ubuntu1 + channel_is_closed@Base 0.3.92-0ubuntu1 + channel_is_eof@Base 0.3.92-0ubuntu1 + channel_is_open@Base 0.3.92-0ubuntu1 + channel_new@Base 0.3.92-0ubuntu1 + channel_open_forward@Base 0.3.92-0ubuntu1 + channel_open_session@Base 0.3.92-0ubuntu1 + channel_poll@Base 0.3.92-0ubuntu1 + channel_read@Base 0.3.92-0ubuntu1 + channel_read_buffer@Base 0.3.92-0ubuntu1 + channel_read_nonblocking@Base 0.3.92-0ubuntu1 + channel_request_env@Base 0.3.92-0ubuntu1 + channel_request_exec@Base 0.3.92-0ubuntu1 + channel_request_pty@Base 0.3.92-0ubuntu1 + channel_request_pty_size@Base 0.3.92-0ubuntu1 + channel_request_send_signal@Base 0.3.92-0ubuntu1 + channel_request_sftp@Base 0.3.92-0ubuntu1 + channel_request_shell@Base 0.3.92-0ubuntu1 + channel_request_subsystem@Base 0.3.92-0ubuntu1 + channel_request_x11@Base 0.3.92-0ubuntu1 + channel_select@Base 0.3.92-0ubuntu1 + channel_send_eof@Base 0.3.92-0ubuntu1 + channel_set_blocking@Base 0.3.92-0ubuntu1 + channel_write@Base 0.3.92-0ubuntu1 + channel_write_common@Base 0.3.92-0ubuntu1 + channel_write_stderr@Base 0.3.92-0ubuntu1 + compress_buffer@Base 0.3.92-0ubuntu1 + crypt_set_algorithms@Base 0.3.92-0ubuntu1 + crypt_set_algorithms_server@Base 0.3.92-0ubuntu1 + crypto_free@Base 0.3.92-0ubuntu1 + crypto_new@Base 0.3.92-0ubuntu1 + decompress_buffer@Base 0.3.92-0ubuntu1 + default_methods@Base 0.3.92-0ubuntu1 + dh_build_k@Base 0.3.92-0ubuntu1 + dh_generate_e@Base 0.3.92-0ubuntu1 + dh_generate_f@Base 0.3.92-0ubuntu1 + dh_generate_x@Base 0.3.92-0ubuntu1 + dh_generate_y@Base 0.3.92-0ubuntu1 + dh_get_e@Base 0.3.92-0ubuntu1 + dh_get_f@Base 0.3.92-0ubuntu1 + dh_import_e@Base 0.3.92-0ubuntu1 + dh_import_f@Base 0.3.92-0ubuntu1 + dh_import_pubkey@Base 0.3.92-0ubuntu1 + dir_expand_dup@Base 0.3.92-0ubuntu1 + generate_session_keys@Base 0.3.92-0ubuntu1 + hashbufin_add_cookie@Base 0.3.92-0ubuntu1 + hashbufout_add_cookie@Base 0.3.92-0ubuntu1 + hmac_final@Base 0.3.92-0ubuntu1 + hmac_init@Base 0.3.92-0ubuntu1 + hmac_update@Base 0.3.92-0ubuntu1 + make_bignum_string@Base 0.3.92-0ubuntu1 + make_sessionid@Base 0.3.92-0ubuntu1 + make_string_bn@Base 0.3.92-0ubuntu1 + match_hostname@Base 0.3.92-0ubuntu1 + md5_final@Base 0.3.92-0ubuntu1 + md5_init@Base 0.3.92-0ubuntu1 + md5_update@Base 0.3.92-0ubuntu1 + message_handle@Base 0.3.92-0ubuntu1 + ntohll@Base 0.3.92-0ubuntu1 + packet_decrypt@Base 0.3.92-0ubuntu1 + packet_decrypt_len@Base 0.3.92-0ubuntu1 + packet_encrypt@Base 0.3.92-0ubuntu1 + packet_flush@Base 0.3.92-0ubuntu1 + packet_hmac_verify@Base 0.3.92-0ubuntu1 + packet_parse@Base 0.3.92-0ubuntu1 + packet_read@Base 0.3.92-0ubuntu1 + packet_send@Base 0.3.92-0ubuntu1 + packet_translate@Base 0.3.92-0ubuntu1 + packet_wait@Base 0.3.92-0ubuntu1 + privatekey_free@Base 0.3.92-0ubuntu1 + privatekey_from_file@Base 0.3.92-0ubuntu1 + publickey_free@Base 0.3.92-0ubuntu1 + publickey_from_file@Base 0.3.92-0ubuntu1 + publickey_from_privatekey@Base 0.3.92-0ubuntu1 + publickey_from_string@Base 0.3.92-0ubuntu1 + publickey_make_dss@Base 0.3.92-0ubuntu1 + publickey_make_rsa@Base 0.3.92-0ubuntu1 + publickey_to_string@Base 0.3.92-0ubuntu1 + set_kex@Base 0.3.92-0ubuntu1 + sftp_async_read@Base 0.3.92-0ubuntu1 + sftp_async_read_begin@Base 0.3.92-0ubuntu1 + sftp_attributes_free@Base 0.3.92-0ubuntu1 + sftp_canonicalize_path@Base 0.3.92-0ubuntu1 + sftp_chmod@Base 0.3.92-0ubuntu1 + sftp_chown@Base 0.3.92-0ubuntu1 + sftp_client_message_free@Base 0.3.92-0ubuntu1 + sftp_close@Base 0.3.92-0ubuntu1 + sftp_closedir@Base 0.3.92-0ubuntu1 + sftp_dir_eof@Base 0.3.92-0ubuntu1 + sftp_extension_supported@Base 0.3.92-0ubuntu1 + sftp_extensions_get_count@Base 0.3.92-0ubuntu1 + sftp_extensions_get_data@Base 0.3.92-0ubuntu1 + sftp_extensions_get_name@Base 0.3.92-0ubuntu1 + sftp_file_set_blocking@Base 0.3.92-0ubuntu1 + sftp_file_set_nonblocking@Base 0.3.92-0ubuntu1 + sftp_free@Base 0.3.92-0ubuntu1 + sftp_fstat@Base 0.3.92-0ubuntu1 + sftp_fstatvfs@Base 0.3.92-0ubuntu1 + sftp_get_client_message@Base 0.3.92-0ubuntu1 + sftp_get_error@Base 0.3.92-0ubuntu1 + sftp_handle@Base 0.3.92-0ubuntu1 + sftp_handle_alloc@Base 0.3.92-0ubuntu1 + sftp_handle_remove@Base 0.3.92-0ubuntu1 + sftp_init@Base 0.3.92-0ubuntu1 + sftp_lstat@Base 0.3.92-0ubuntu1 + sftp_mkdir@Base 0.3.92-0ubuntu1 + sftp_new@Base 0.3.92-0ubuntu1 + sftp_open@Base 0.3.92-0ubuntu1 + sftp_opendir@Base 0.3.92-0ubuntu1 + sftp_packet_free@Base 0.3.92-0ubuntu1 + sftp_packet_read@Base 0.3.92-0ubuntu1 + sftp_packet_write@Base 0.3.92-0ubuntu1 + sftp_parse_attr@Base 0.3.92-0ubuntu1 + sftp_read@Base 0.3.92-0ubuntu1 + sftp_readdir@Base 0.3.92-0ubuntu1 + sftp_readlink@Base 0.3.92-0ubuntu1 + sftp_rename@Base 0.3.92-0ubuntu1 + sftp_reply_attr@Base 0.3.92-0ubuntu1 + sftp_reply_data@Base 0.3.92-0ubuntu1 + sftp_reply_handle@Base 0.3.92-0ubuntu1 + sftp_reply_name@Base 0.3.92-0ubuntu1 + sftp_reply_names@Base 0.3.92-0ubuntu1 + sftp_reply_names_add@Base 0.3.92-0ubuntu1 + sftp_reply_status@Base 0.3.92-0ubuntu1 + sftp_rewind@Base 0.3.92-0ubuntu1 + sftp_rmdir@Base 0.3.92-0ubuntu1 + sftp_seek64@Base 0.3.92-0ubuntu1 + sftp_seek@Base 0.3.92-0ubuntu1 + sftp_server_init@Base 0.3.92-0ubuntu1 + sftp_server_new@Base 0.3.92-0ubuntu1 + sftp_server_version@Base 0.3.92-0ubuntu1 + sftp_setstat@Base 0.3.92-0ubuntu1 + sftp_stat@Base 0.3.92-0ubuntu1 + sftp_statvfs@Base 0.3.92-0ubuntu1 + sftp_statvfs_free@Base 0.3.92-0ubuntu1 + sftp_symlink@Base 0.3.92-0ubuntu1 + sftp_tell64@Base 0.3.92-0ubuntu1 + sftp_tell@Base 0.3.92-0ubuntu1 + sftp_unlink@Base 0.3.92-0ubuntu1 + sftp_utimes@Base 0.3.92-0ubuntu1 + sftp_write@Base 0.3.92-0ubuntu1 + sha1@Base 0.3.92-0ubuntu1 + sha1_final@Base 0.3.92-0ubuntu1 + sha1_init@Base 0.3.92-0ubuntu1 + sha1_update@Base 0.3.92-0ubuntu1 + sig_verify@Base 0.3.92-0ubuntu1 + signature_free@Base 0.3.92-0ubuntu1 + signature_from_string@Base 0.3.92-0ubuntu1 + signature_verify@Base 0.3.92-0ubuntu1 + space_tokenize@Base 0.3.92-0ubuntu1 + ssh_accept@Base 0.3.92-0ubuntu1 + ssh_auth_list@Base 0.3.92-0ubuntu1 + ssh_basename@Base 0.3.92-0ubuntu1 + ssh_bind_accept@Base 0.3.92-0ubuntu1 + ssh_bind_fd_toaccept@Base 0.3.92-0ubuntu1 + ssh_bind_free@Base 0.3.92-0ubuntu1 + ssh_bind_get_fd@Base 0.3.92-0ubuntu1 + ssh_bind_listen@Base 0.3.92-0ubuntu1 + ssh_bind_new@Base 0.3.92-0ubuntu1 + ssh_bind_options_set@Base 0.3.92-0ubuntu1 + ssh_bind_set_blocking@Base 0.3.92-0ubuntu1 + ssh_bind_set_fd@Base 0.3.92-0ubuntu1 + ssh_channel_from_local@Base 0.3.92-0ubuntu1 + ssh_channel_new_id@Base 0.3.92-0ubuntu1 + ssh_clean_pubkey_hash@Base 0.3.92-0ubuntu1 + ssh_config_parse_file@Base 0.3.92-0ubuntu1 + ssh_connect@Base 0.3.92-0ubuntu1 + ssh_connect_host@Base 0.3.92-0ubuntu1 + ssh_copyright@Base 0.3.92-0ubuntu1 + ssh_crc32@Base 0.3.92-0ubuntu1 + ssh_crypto_finalize@Base 0.3.92-0ubuntu1 + ssh_crypto_init@Base 0.3.92-0ubuntu1 + ssh_dirname@Base 0.3.92-0ubuntu1 + ssh_disconnect@Base 0.3.92-0ubuntu1 + ssh_do_sign@Base 0.3.92-0ubuntu1 + ssh_do_sign_with_agent@Base 0.3.92-0ubuntu1 + ssh_encrypt_rsa1@Base 0.3.92-0ubuntu1 + ssh_execute_message_callbacks@Base 0.3.92-0ubuntu1 + ssh_file_readaccess_ok@Base 0.3.92-0ubuntu1 + ssh_finalize@Base 0.3.92-0ubuntu1 + ssh_find_matching@Base 0.3.92-0ubuntu1 + ssh_free@Base 0.3.92-0ubuntu1 + ssh_get_banner@Base 0.3.92-0ubuntu1 + ssh_get_disconnect_message@Base 0.3.92-0ubuntu1 + ssh_get_error@Base 0.3.92-0ubuntu1 + ssh_get_error_code@Base 0.3.92-0ubuntu1 + ssh_get_fd@Base 0.3.92-0ubuntu1 + ssh_get_hexa@Base 0.3.92-0ubuntu1 + ssh_get_issue_banner@Base 0.3.92-0ubuntu1 + ssh_get_kex1@Base 0.3.92-0ubuntu1 + ssh_get_kex@Base 0.3.92-0ubuntu1 + ssh_get_openssh_version@Base 0.3.92-0ubuntu1 + ssh_get_pubkey@Base 0.3.92-0ubuntu1 + ssh_get_pubkey_hash@Base 0.3.92-0ubuntu1 + ssh_get_random@Base 0.3.92-0ubuntu1 + ssh_get_status@Base 0.3.92-0ubuntu1 + ssh_get_user_home_dir@Base 0.3.92-0ubuntu1 + ssh_get_version@Base 0.3.92-0ubuntu1 + ssh_handle_packets@Base 0.3.92-0ubuntu1 + ssh_init@Base 0.3.92-0ubuntu1 + ssh_is_server_known@Base 0.3.92-0ubuntu1 + ssh_kex_nums@Base 0.3.92-0ubuntu1 + ssh_list_add@Base 0.3.92-0ubuntu1 + ssh_list_free@Base 0.3.92-0ubuntu1 + ssh_list_get_iterator@Base 0.3.92-0ubuntu1 + ssh_list_kex@Base 0.3.92-0ubuntu1 + ssh_list_new@Base 0.3.92-0ubuntu1 + ssh_list_remove@Base 0.3.92-0ubuntu1 + ssh_log@Base 0.3.92-0ubuntu1 + ssh_message_auth_password@Base 0.3.92-0ubuntu1 + ssh_message_auth_publickey@Base 0.3.92-0ubuntu1 + ssh_message_auth_reply_pk_ok@Base 0.3.92-0ubuntu1 + ssh_message_auth_reply_success@Base 0.3.92-0ubuntu1 + ssh_message_auth_set_methods@Base 0.3.92-0ubuntu1 + ssh_message_auth_user@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_channel@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_command@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_env_name@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_env_value@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_open_destination@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_open_destination_port@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_open_originator@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_open_originator_port@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_open_reply_accept@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_pty_height@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_pty_pxheight@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_pty_pxwidth@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_pty_term@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_pty_width@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_reply_success@Base 0.3.92-0ubuntu1 + ssh_message_channel_request_subsystem@Base 0.3.92-0ubuntu1 + ssh_message_free@Base 0.3.92-0ubuntu1 + ssh_message_get@Base 0.3.92-0ubuntu1 + ssh_message_reply_default@Base 0.3.92-0ubuntu1 + ssh_message_retrieve@Base 0.3.92-0ubuntu1 + ssh_message_service_reply_success@Base 0.3.92-0ubuntu1 + ssh_message_service_service@Base 0.3.92-0ubuntu1 + ssh_message_subtype@Base 0.3.92-0ubuntu1 + ssh_message_type@Base 0.3.92-0ubuntu1 + ssh_mkdir@Base 0.3.92-0ubuntu1 + ssh_new@Base 0.3.92-0ubuntu1 + ssh_options_copy@Base 0.3.92-0ubuntu1 + ssh_options_getopt@Base 0.3.92-0ubuntu1 + ssh_options_parse_config@Base 0.3.92-0ubuntu1 + ssh_options_set@Base 0.3.92-0ubuntu1 + ssh_options_set_algo@Base 0.3.92-0ubuntu1 + ssh_poll@Base 0.3.92-0ubuntu1 + ssh_poll_add_events@Base 0.3.92-0ubuntu1 + ssh_poll_ctx_add@Base 0.3.92-0ubuntu1 + ssh_poll_ctx_dopoll@Base 0.3.92-0ubuntu1 + ssh_poll_ctx_free@Base 0.3.92-0ubuntu1 + ssh_poll_ctx_new@Base 0.3.92-0ubuntu1 + ssh_poll_ctx_remove@Base 0.3.92-0ubuntu1 + ssh_poll_free@Base 0.3.92-0ubuntu1 + ssh_poll_get_ctx@Base 0.3.92-0ubuntu1 + ssh_poll_get_events@Base 0.3.92-0ubuntu1 + ssh_poll_get_fd@Base 0.3.92-0ubuntu1 + ssh_poll_new@Base 0.3.92-0ubuntu1 + ssh_poll_remove_events@Base 0.3.92-0ubuntu1 + ssh_poll_set_callback@Base 0.3.92-0ubuntu1 + ssh_poll_set_events@Base 0.3.92-0ubuntu1 + ssh_print_bignum@Base 0.3.92-0ubuntu1 + ssh_print_hexa@Base 0.3.92-0ubuntu1 + ssh_regex_finalize@Base 0.3.92-0ubuntu1 + ssh_regex_init@Base 0.3.92-0ubuntu1 + ssh_scp_accept_request@Base 0.3.92-0ubuntu1 + ssh_scp_close@Base 0.3.92-0ubuntu1 + ssh_scp_deny_request@Base 0.3.92-0ubuntu1 + ssh_scp_free@Base 0.3.92-0ubuntu1 + ssh_scp_init@Base 0.3.92-0ubuntu1 + ssh_scp_integer_mode@Base 0.3.92-0ubuntu1 + ssh_scp_leave_directory@Base 0.3.92-0ubuntu1 + ssh_scp_new@Base 0.3.92-0ubuntu1 + ssh_scp_pull_request@Base 0.3.92-0ubuntu1 + ssh_scp_push_directory@Base 0.3.92-0ubuntu1 + ssh_scp_push_file@Base 0.3.92-0ubuntu1 + ssh_scp_read@Base 0.3.92-0ubuntu1 + ssh_scp_read_string@Base 0.3.92-0ubuntu1 + ssh_scp_request_get_filename@Base 0.3.92-0ubuntu1 + ssh_scp_request_get_permissions@Base 0.3.92-0ubuntu1 + ssh_scp_request_get_size@Base 0.3.92-0ubuntu1 + ssh_scp_request_get_warning@Base 0.3.92-0ubuntu1 + ssh_scp_response@Base 0.3.92-0ubuntu1 + ssh_scp_string_mode@Base 0.3.92-0ubuntu1 + ssh_scp_write@Base 0.3.92-0ubuntu1 + ssh_select@Base 0.3.92-0ubuntu1 + ssh_send_banner@Base 0.3.92-0ubuntu1 + ssh_send_kex@Base 0.3.92-0ubuntu1 + ssh_service_request@Base 0.3.92-0ubuntu1 + ssh_set_blocking@Base 0.3.92-0ubuntu1 + ssh_set_callbacks@Base 0.3.92-0ubuntu1 + ssh_set_error@Base 0.3.92-0ubuntu1 + ssh_set_error_invalid@Base 0.3.92-0ubuntu1 + ssh_set_error_oom@Base 0.3.92-0ubuntu1 + ssh_set_fd_except@Base 0.3.92-0ubuntu1 + ssh_set_fd_toread@Base 0.3.92-0ubuntu1 + ssh_set_fd_towrite@Base 0.3.92-0ubuntu1 + ssh_set_message_callback@Base 0.3.92-0ubuntu1 + ssh_sign_session_id@Base 0.3.92-0ubuntu1 + ssh_silent_disconnect@Base 0.3.92-0ubuntu1 + ssh_socket_blocking_flush@Base 0.3.92-0ubuntu1 + ssh_socket_close@Base 0.3.92-0ubuntu1 + ssh_socket_completeread@Base 0.3.92-0ubuntu1 + ssh_socket_completewrite@Base 0.3.92-0ubuntu1 + ssh_socket_data_available@Base 0.3.92-0ubuntu1 + ssh_socket_data_writable@Base 0.3.92-0ubuntu1 + ssh_socket_fd_isset@Base 0.3.92-0ubuntu1 + ssh_socket_fd_set@Base 0.3.92-0ubuntu1 + ssh_socket_free@Base 0.3.92-0ubuntu1 + ssh_socket_get_fd@Base 0.3.92-0ubuntu1 + ssh_socket_get_status@Base 0.3.92-0ubuntu1 + ssh_socket_init@Base 0.3.92-0ubuntu1 + ssh_socket_is_open@Base 0.3.92-0ubuntu1 + ssh_socket_new@Base 0.3.92-0ubuntu1 + ssh_socket_nonblocking_flush@Base 0.3.92-0ubuntu1 + ssh_socket_poll@Base 0.3.92-0ubuntu1 + ssh_socket_read@Base 0.3.92-0ubuntu1 + ssh_socket_set_except@Base 0.3.92-0ubuntu1 + ssh_socket_set_fd@Base 0.3.92-0ubuntu1 + ssh_socket_set_toread@Base 0.3.92-0ubuntu1 + ssh_socket_set_towrite@Base 0.3.92-0ubuntu1 + ssh_socket_unix@Base 0.3.92-0ubuntu1 + ssh_socket_wait_for_data@Base 0.3.92-0ubuntu1 + ssh_socket_write@Base 0.3.92-0ubuntu1 + ssh_type_from_name@Base 0.3.92-0ubuntu1 + ssh_type_to_char@Base 0.3.92-0ubuntu1 + ssh_userauth_agent_pubkey@Base 0.3.92-0ubuntu1 + ssh_userauth_autopubkey@Base 0.3.92-0ubuntu1 + ssh_userauth_build_digest@Base 0.3.92-0ubuntu1 + ssh_userauth_kbdint@Base 0.3.92-0ubuntu1 + ssh_userauth_kbdint_getinstruction@Base 0.3.92-0ubuntu1 + ssh_userauth_kbdint_getname@Base 0.3.92-0ubuntu1 + ssh_userauth_kbdint_getnprompts@Base 0.3.92-0ubuntu1 + ssh_userauth_kbdint_getprompt@Base 0.3.92-0ubuntu1 + ssh_userauth_kbdint_setanswer@Base 0.3.92-0ubuntu1 + ssh_userauth_list@Base 0.3.92-0ubuntu1 + ssh_userauth_none@Base 0.3.92-0ubuntu1 + ssh_userauth_offer_pubkey@Base 0.3.92-0ubuntu1 + ssh_userauth_password@Base 0.3.92-0ubuntu1 + ssh_userauth_pubkey@Base 0.3.92-0ubuntu1 + ssh_version@Base 0.3.92-0ubuntu1 + ssh_write_knownhost@Base 0.3.92-0ubuntu1 + string_burn@Base 0.3.92-0ubuntu1 + string_copy@Base 0.3.92-0ubuntu1 + string_data@Base 0.3.92-0ubuntu1 + string_fill@Base 0.3.92-0ubuntu1 + string_free@Base 0.3.92-0ubuntu1 + string_from_char@Base 0.3.92-0ubuntu1 + string_len@Base 0.3.92-0ubuntu1 + string_new@Base 0.3.92-0ubuntu1 + string_to_char@Base 0.3.92-0ubuntu1 + supported_methods@Base 0.3.92-0ubuntu1 + try_publickey_from_file@Base 0.3.92-0ubuntu1 + verify_existing_algo@Base 0.3.92-0ubuntu1 --- libssh-0.3.92.orig/debian/watch +++ libssh-0.3.92/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.libssh.org/files/libssh-(.*)\.tar.gz --- libssh-0.3.92.orig/debian/gbp.conf +++ libssh-0.3.92/debian/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +debian-branch = debian +upstream-branch = upstream +pristine-tar = True + +[git-buildpackage] +tarball-dir = ../tarballs/ +export-dir = ../build-area/ --- libssh-0.3.92.orig/debian/libssh-dev.install +++ libssh-0.3.92/debian/libssh-dev.install @@ -0,0 +1,2 @@ +debian/tmp/usr/include/libssh/ +debian/tmp/usr/lib/libssh.so