Source: libssh Section: libs Priority: optional Maintainer: Laurent Bigonville Uploaders: Mike Gabriel , Martin Pitt Build-Depends: cmake (>= 2.8.5), debhelper-compat (= 13), libcmocka-dev , libgcrypt-dev, libkrb5-dev | heimdal-dev, libssl-dev, zlib1g-dev | libz-dev, openssh-client , openssh-server , pkg-config, python3:any , Build-Depends-Indep: doxygen , graphviz Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/debian/libssh.git Vcs-Browser: https://salsa.debian.org/debian/libssh Homepage: https://www.libssh.org/ Package: libssh-4 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: remmina (<< 1.2.31.2+dfsg-1+), remmina-plugin-nx (<< 1.2.31.2+dfsg-1+), x2goclient (<< 4.1.2.1-1+) Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: tiny C SSH library (OpenSSL flavor) 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 shared libraries linked against OpenSSL. Package: libssh-gcrypt-4 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Built-Using: ${Built-Using} Description: tiny C SSH library (gcrypt flavor) 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 shared libraries linked against gcrypt. Package: libssh-dev Section: libdevel Architecture: any Depends: libssh-4 (= ${binary:Version}), libssl-dev, zlib1g-dev, ${misc:Depends} Suggests: libssh-doc Conflicts: libssh-gcrypt-dev Multi-Arch: same Description: tiny C SSH library - Development files (OpenSSL flavor) 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 to build the OpenSSL flavor. Package: libssh-gcrypt-dev Section: libdevel Architecture: any Depends: libgcrypt-dev, libssh-gcrypt-4 (= ${binary:Version}), zlib1g-dev, ${misc:Depends} Suggests: libssh-doc Conflicts: libssh-dev Multi-Arch: same Description: tiny C SSH library - Development files (gcrypt flavor) 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 to build the gcrypt flavor. Package: libssh-doc Section: doc Architecture: all Suggests: doc-base Depends: ${misc:Depends} Build-Profiles: Multi-Arch: foreign Description: 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.