diff options
| author | Laurent Bigonville <l.bigonville@edpnet.be> | 2009-06-01 16:49:46 +0000 |
|---|---|---|
| committer | Laurent Bigonville <l.bigonville@edpnet.be> | 2009-06-01 16:49:46 +0000 |
| commit | 70c9da4fb03982033f32515519aa9676814d6ad8 (patch) | |
| tree | b70faea6dd3afc94897143d0a3b287e215dc12b5 /debian/control | |
| parent | 1ac654ec6c5f337cb5dd73eb9fd2bcb762753eee (diff) | |
Drop debian directory, new location: git://git.debian.org/collab-maint/libssh.git
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@771 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index 2d77e06f..00000000 --- a/debian/control +++ /dev/null @@ -1,65 +0,0 @@ -Source: libssh -Section: libs -Priority: optional -Maintainer: Laurent Bigonville <bigon@debian.org> -Build-Depends: cdbs, debhelper (>= 5), libgcrypt11-dev, libz-dev, doxygen -Standards-Version: 3.8.1 -Vcs-Svn: svn://svn.berlios.de/libssh/trunk -Vcs-Browser: http://svn.berlios.de/wsvn/libssh/trunk/ -Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh - -Package: libssh-2 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -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-2-dev -Provides: libssh-dev -Section: libdevel -Architecture: any -Depends: libssh-2 (= ${binary:Version}), ${misc:Depends}, libgcrypt11-dev, zlib1g-dev -Suggests: libssh-2-doc -Conflicts: libssh-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-2-dbg -Priority: extra -Section: debug -Architecture: any -Depends: libssh-2 (= ${binary:Version}), ${misc:Depends} -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-2-doc -Section: doc -Architecture: all -Suggests: doc-base -Depends: ${misc:Depends} -Replaces: libssh-2-dev (<< 0.2+svn20070321-2) -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. |
