Change to debian debug package to contain SONAME.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@96 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Jean-Philippe Garcia Ballester
2006-12-11 18:22:22 +00:00
parent f159b5d817
commit 77db3bba37
9 changed files with 14 additions and 9 deletions

4
debian/changelog vendored
View File

@@ -1,6 +1,6 @@
libssh (0.2~svn20061116-1) unstable; urgency=low libssh (0.2~svn20061206-1) unstable; urgency=low
* Initial release (Closes: #316872) * Initial release (Closes: #316872)
-- Laurent Bigonville <bigon@bigon.be> Thu, 16 Nov 2006 20:44:31 +0100 -- Laurent Bigonville <bigon@bigon.be> Thu, 7 Dec 2006 00:05:12 +0100

9
debian/control vendored
View File

@@ -1,8 +1,9 @@
Source: libssh Source: libssh
Section: libs Section: libs
Priority: optional Priority: optional
Maintainer: Laurent Bigonville <bigon@bigon.be> Maintainer: Jean-Philippe Garcia Ballester <giga@le-pec.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), libgcrypt11-dev, zlib1g-dev, doxygen Uploaders: Laurent Bigonville <bigon@bigon.be>
Build-Depends: cdbs, debhelper (>= 5.0.0), libgcrypt11-dev, libz-dev, doxygen
Standards-Version: 3.7.2 Standards-Version: 3.7.2
Package: libssh2 Package: libssh2
@@ -18,10 +19,12 @@ Description: A tiny C SSH library
. .
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
Package: libssh-dev Package: libssh2-dev
Provides: libssh-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libssh2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev Depends: libssh2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
Conflicts: libssh-dev
Description: A tiny C SSH library. Development files and documentation Description: A tiny C SSH library. Development files and documentation
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

4
debian/copyright vendored
View File

@@ -27,5 +27,7 @@ On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'. Public License can be found in `/usr/share/common-licenses/LGPL'.
The Debian packaging is (C) 2006, Laurent Bigonville <bigon@bigon.be> and The Debian packaging is
(C) 2005-2006, Jean-Philippe Garcia Ballester <giga@le-pec.org>,
(C) 2006, 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'.

View File

@@ -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-dev/html/index.html Index: /usr/share/doc/libssh2-dev/html/index.html
Files: /usr/share/doc/libssh-dev/html/* Files: /usr/share/doc/libssh2-dev/html/*

2
debian/rules vendored
View File

@@ -14,5 +14,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk
DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1 DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1
DEB_DBG_PACKAGE_libssh2 = libssh2-dbg DEB_DBG_PACKAGE_libssh2 = libssh2-dbg
install/libssh-dev:: install/libssh2-dev::
make install-doc DESTDIR=debian/tmp make install-doc DESTDIR=debian/tmp