mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-05 20:55:46 +03:00
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
This commit is contained in:
10
debian/control
vendored
10
debian/control
vendored
@@ -6,7 +6,7 @@ Uploaders: Laurent Bigonville <bigon@bigon.be>
|
|||||||
Build-Depends: cdbs, debhelper (>= 5.0.0), libgcrypt11-dev, libz-dev, doxygen
|
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: libssh-2
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
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
|
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
|
||||||
|
|
||||||
Package: libssh2-dev
|
Package: libssh-2-dev
|
||||||
Provides: libssh-dev
|
Provides: libssh-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libssh2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
|
Depends: libssh-2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
|
||||||
Conflicts: libssh-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
|
||||||
@@ -36,10 +36,10 @@ Description: A tiny C SSH library. Development files and documentation
|
|||||||
.
|
.
|
||||||
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
|
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
|
||||||
|
|
||||||
Package: libssh2-dbg
|
Package: libssh-2-dbg
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libssh2 (= ${Source-Version})
|
Depends: libssh-2 (= ${Source-Version})
|
||||||
Description: A tiny C SSH library. Debug symbols
|
Description: A tiny C SSH library. Debug symbols
|
||||||
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
|
||||||
|
@@ -5,5 +5,5 @@ Abstract: This manual describes libssh API.
|
|||||||
Section: Apps/Programming
|
Section: Apps/Programming
|
||||||
|
|
||||||
Format: HTML
|
Format: HTML
|
||||||
Index: /usr/share/doc/libssh2-dev/html/index.html
|
Index: /usr/share/doc/libssh-2-dev/html/index.html
|
||||||
Files: /usr/share/doc/libssh2-dev/html/*
|
Files: /usr/share/doc/libssh-2-dev/html/*
|
4
debian/rules
vendored
4
debian/rules
vendored
@@ -12,7 +12,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
|
|||||||
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
#include /usr/share/cdbs/1/rules/simple-patchsys.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_libssh-2 = libssh-2-dbg
|
||||||
|
|
||||||
install/libssh2-dev::
|
install/libssh-2-dev::
|
||||||
make install-doc DESTDIR=debian/tmp
|
make install-doc DESTDIR=debian/tmp
|
||||||
|
Reference in New Issue
Block a user