From 7b6c7fac53592780c9fd62fab1db65988dcddc80 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Sun, 11 Feb 2007 17:56:18 +0000 Subject: Split devel package in -dev and -doc to reduce installed size git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@112 7dcaeef0-15fb-0310-b436-a5af3365683c --- debian/control | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e69593db..584686e4 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,9 @@ Provides: libssh-dev Section: libdevel Architecture: any Depends: libssh-2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev +Suggests: libssh-2-doc Conflicts: libssh-dev -Description: A tiny C SSH library. Development files and documentation +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, @@ -51,3 +52,20 @@ Description: A tiny C SSH library. Debug symbols This package contains debug symbols. . Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh + +Package: libssh-2-doc +Section: doc +Architecture: all +Suggests: doc-base +Conflicts: libssh-2-doc (<< 0.2-2) +Replaces: libssh-2-doc (<< 0.2-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. + . + Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh -- cgit