aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLaurent Bigonville <l.bigonville@edpnet.be>2007-02-11 17:56:18 +0000
committerLaurent Bigonville <l.bigonville@edpnet.be>2007-02-11 17:56:18 +0000
commit7b6c7fac53592780c9fd62fab1db65988dcddc80 (patch)
tree8abe01def221ea70dd257c1d02de26f6c5441a99 /debian/control
parent91e5416a3e5d6e11c6ce94b1f1529438d2b5d996 (diff)
downloadlibssh-7b6c7fac53592780c9fd62fab1db65988dcddc80.tar.gz
libssh-7b6c7fac53592780c9fd62fab1db65988dcddc80.tar.xz
libssh-7b6c7fac53592780c9fd62fab1db65988dcddc80.zip
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
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 19 insertions, 1 deletions
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