diff --git a/debian/changelog b/debian/changelog index ac40eb26..dc96e284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -libssh (0.2~svn20061116-1) unstable; urgency=low +libssh (0.2~svn20061206-1) unstable; urgency=low * Initial release (Closes: #316872) - -- Laurent Bigonville Thu, 16 Nov 2006 20:44:31 +0100 + -- Laurent Bigonville Thu, 7 Dec 2006 00:05:12 +0100 diff --git a/debian/control b/debian/control index ef2d6f6e..862b3685 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,9 @@ Source: libssh Section: libs Priority: optional -Maintainer: Laurent Bigonville -Build-Depends: cdbs, debhelper (>= 5.0.0), libgcrypt11-dev, zlib1g-dev, doxygen +Maintainer: Jean-Philippe Garcia Ballester +Uploaders: Laurent Bigonville +Build-Depends: cdbs, debhelper (>= 5.0.0), libgcrypt11-dev, libz-dev, doxygen Standards-Version: 3.7.2 Package: libssh2 @@ -18,10 +19,12 @@ Description: A tiny C SSH library . Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh -Package: libssh-dev +Package: libssh2-dev +Provides: libssh-dev Section: libdevel Architecture: any Depends: libssh2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev +Conflicts: libssh-dev Description: A tiny C SSH library. Development files and documentation 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 diff --git a/debian/copyright b/debian/copyright index 31333b0d..2967616e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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'. -The Debian packaging is (C) 2006, Laurent Bigonville and +The Debian packaging is + (C) 2005-2006, Jean-Philippe Garcia Ballester , + (C) 2006, Laurent Bigonville and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/debian/libssh-dev.doc-base b/debian/libssh2-dev.doc-base similarity index 65% rename from debian/libssh-dev.doc-base rename to debian/libssh2-dev.doc-base index 0498b32d..fc7679a6 100644 --- a/debian/libssh-dev.doc-base +++ b/debian/libssh2-dev.doc-base @@ -5,5 +5,5 @@ Abstract: This manual describes libssh API. Section: Apps/Programming Format: HTML -Index: /usr/share/doc/libssh-dev/html/index.html -Files: /usr/share/doc/libssh-dev/html/* +Index: /usr/share/doc/libssh2-dev/html/index.html +Files: /usr/share/doc/libssh2-dev/html/* diff --git a/debian/libssh-dev.docs b/debian/libssh2-dev.docs similarity index 100% rename from debian/libssh-dev.docs rename to debian/libssh2-dev.docs diff --git a/debian/libssh-dev.examples b/debian/libssh2-dev.examples similarity index 100% rename from debian/libssh-dev.examples rename to debian/libssh2-dev.examples diff --git a/debian/libssh-dev.install b/debian/libssh2-dev.install similarity index 100% rename from debian/libssh-dev.install rename to debian/libssh2-dev.install diff --git a/debian/libssh-dev.manpages b/debian/libssh2-dev.manpages similarity index 100% rename from debian/libssh-dev.manpages rename to debian/libssh2-dev.manpages diff --git a/debian/rules b/debian/rules index d71320b6..a01566f2 100644 --- a/debian/rules +++ b/debian/rules @@ -14,5 +14,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1 DEB_DBG_PACKAGE_libssh2 = libssh2-dbg -install/libssh-dev:: +install/libssh2-dev:: make install-doc DESTDIR=debian/tmp