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
Этот коммит содержится в:
родитель
1ba22125e2
Коммит
9102155d3d
10
debian/control
поставляемый
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
|
||||
|
4
debian/libssh2-dev.doc-base → debian/libssh-2-dev.doc-base
поставляемый
4
debian/libssh2-dev.doc-base → debian/libssh-2-dev.doc-base
поставляемый
@ -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/*
|
0
debian/libssh2.install → debian/libssh-2.install
поставляемый
0
debian/libssh2.install → debian/libssh-2.install
поставляемый
4
debian/rules
поставляемый
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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user