1
1

Use libssh-SONAME instead of libsshSONAME for debian package name to avoid name clash

with libssh2 package.



git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@102 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
Jean-Philippe Garcia Ballester 2006-12-20 16:16:13 +00:00
родитель 1ba22125e2
Коммит 9102155d3d
8 изменённых файлов: 9 добавлений и 9 удалений

10
debian/control поставляемый
Просмотреть файл

@ -6,7 +6,7 @@ Uploaders: Laurent Bigonville <bigon@bigon.be>
Build-Depends: cdbs, debhelper (>= 5.0.0), libgcrypt11-dev, libz-dev, doxygen
Standards-Version: 3.7.2
Package: libssh2
Package: libssh-2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@ -19,11 +19,11 @@ Description: A tiny C SSH library
.
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
Package: libssh2-dev
Package: libssh-2-dev
Provides: libssh-dev
Section: libdevel
Architecture: any
Depends: libssh2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
Depends: libssh-2 (= ${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
@ -36,10 +36,10 @@ Description: A tiny C SSH library. Development files and documentation
.
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
Package: libssh2-dbg
Package: libssh-2-dbg
Section: libdevel
Architecture: any
Depends: libssh2 (= ${Source-Version})
Depends: libssh-2 (= ${Source-Version})
Description: A tiny C SSH library. Debug symbols
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

Просмотреть файл

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

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

4
debian/rules поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1
DEB_DBG_PACKAGE_libssh2 = libssh2-dbg
DEB_DBG_PACKAGE_libssh-2 = libssh-2-dbg
install/libssh2-dev::
install/libssh-2-dev::
make install-doc DESTDIR=debian/tmp