mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-05 20:55:46 +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:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
|
libssh (0.2-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
20
debian/control
vendored
20
debian/control
vendored
@@ -24,8 +24,9 @@ Provides: libssh-dev
|
|||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libssh-2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
|
Depends: libssh-2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
|
||||||
|
Suggests: libssh-2-doc
|
||||||
Conflicts: libssh-dev
|
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
|
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
|
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,
|
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.
|
This package contains debug symbols.
|
||||||
.
|
.
|
||||||
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
|
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
2
debian/copyright
vendored
@@ -29,5 +29,5 @@ Public License can be found in `/usr/share/common-licenses/LGPL'.
|
|||||||
|
|
||||||
The Debian packaging is
|
The Debian packaging is
|
||||||
(C) 2005-2006, Jean-Philippe Garcia Ballester <giga@le-pec.org>,
|
(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'.
|
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
|
||||||
|
@@ -5,5 +5,5 @@ Abstract: This manual describes libssh API.
|
|||||||
Section: Apps/Programming
|
Section: Apps/Programming
|
||||||
|
|
||||||
Format: HTML
|
Format: HTML
|
||||||
Index: /usr/share/doc/libssh-2-dev/html/index.html
|
Index: /usr/share/doc/libssh-2-doc/html/index.html
|
||||||
Files: /usr/share/doc/libssh-2-dev/html/*
|
Files: /usr/share/doc/libssh-2-doc/html/*
|
2
debian/rules
vendored
2
debian/rules
vendored
@@ -17,5 +17,5 @@ DEB_DBG_PACKAGE_libssh-2 = libssh-2-dbg
|
|||||||
install/libssh-2::
|
install/libssh-2::
|
||||||
install -D -m 644 debian/libssh-2.lintian-overrides debian/libssh-2/usr/share/lintian/overrides/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
|
make install-doc DESTDIR=debian/tmp
|
||||||
|
Reference in New Issue
Block a user