1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

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
This commit is contained in:
Laurent Bigonville
2007-02-11 17:56:18 +00:00
parent 91e5416a3e
commit 7b6c7fac53
8 changed files with 29 additions and 5 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libssh (0.2-2) unstable; urgency=low
* Split devel package into devel and documentation packages
-- Laurent Bigonville <bigon@bigon.be> Sun, 11 Feb 2007 18:55:11 +0100
libssh (0.2-1) unstable; urgency=low
* New upstream release.

20
debian/control vendored
View File

@ -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

2
debian/copyright vendored
View File

@ -29,5 +29,5 @@ Public License can be found in `/usr/share/common-licenses/LGPL'.
The Debian packaging is
(C) 2005-2006, Jean-Philippe Garcia Ballester <giga@le-pec.org>,
(C) 2006, Laurent Bigonville <bigon@bigon.be> and
(C) 2006-2007, Laurent Bigonville <bigon@bigon.be> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

View File

@ -5,5 +5,5 @@ Abstract: This manual describes libssh API.
Section: Apps/Programming
Format: HTML
Index: /usr/share/doc/libssh-2-dev/html/index.html
Files: /usr/share/doc/libssh-2-dev/html/*
Index: /usr/share/doc/libssh-2-doc/html/index.html
Files: /usr/share/doc/libssh-2-doc/html/*

2
debian/rules vendored
View File

@ -17,5 +17,5 @@ DEB_DBG_PACKAGE_libssh-2 = libssh-2-dbg
install/libssh-2::
install -D -m 644 debian/libssh-2.lintian-overrides debian/libssh-2/usr/share/lintian/overrides/libssh-2
install/libssh-2-dev::
install/libssh-2-doc::
make install-doc DESTDIR=debian/tmp