aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJean-Philippe Garcia Ballester <giga@le-pec.org>2006-12-20 16:16:13 +0000
committerJean-Philippe Garcia Ballester <giga@le-pec.org>2006-12-20 16:16:13 +0000
commit9102155d3db8109e11f1d8b5c64b824bdbae4bac (patch)
tree44d218ba497241f06556c3df4742d84eab0e2248 /debian/control
parent1ba22125e2919c99ab378daac2df95c0b9bdd0c5 (diff)
downloadlibssh-9102155d3db8109e11f1d8b5c64b824bdbae4bac.tar.gz
libssh-9102155d3db8109e11f1d8b5c64b824bdbae4bac.tar.xz
libssh-9102155d3db8109e11f1d8b5c64b824bdbae4bac.zip
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
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 862b3685..c5a9a2b0 100644
--- a/debian/control
+++ b/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