aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control10
-rw-r--r--debian/libssh-2-dev.doc-base (renamed from debian/libssh2-dev.doc-base)4
-rw-r--r--debian/libssh-2-dev.docs (renamed from debian/libssh2-dev.docs)0
-rw-r--r--debian/libssh-2-dev.examples (renamed from debian/libssh2-dev.examples)0
-rw-r--r--debian/libssh-2-dev.install (renamed from debian/libssh2-dev.install)0
-rw-r--r--debian/libssh-2-dev.manpages (renamed from debian/libssh2-dev.manpages)0
-rw-r--r--debian/libssh-2.install (renamed from debian/libssh2.install)0
-rwxr-xr-xdebian/rules4
8 files changed, 9 insertions, 9 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
diff --git a/debian/libssh2-dev.doc-base b/debian/libssh-2-dev.doc-base
index fc7679a6..b780d6e4 100644
--- a/debian/libssh2-dev.doc-base
+++ b/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/*
diff --git a/debian/libssh2-dev.docs b/debian/libssh-2-dev.docs
index 791a777d..791a777d 100644
--- a/debian/libssh2-dev.docs
+++ b/debian/libssh-2-dev.docs
diff --git a/debian/libssh2-dev.examples b/debian/libssh-2-dev.examples
index a6302d78..a6302d78 100644
--- a/debian/libssh2-dev.examples
+++ b/debian/libssh-2-dev.examples
diff --git a/debian/libssh2-dev.install b/debian/libssh-2-dev.install
index 9d25b38b..9d25b38b 100644
--- a/debian/libssh2-dev.install
+++ b/debian/libssh-2-dev.install
diff --git a/debian/libssh2-dev.manpages b/debian/libssh-2-dev.manpages
index ff25dc07..ff25dc07 100644
--- a/debian/libssh2-dev.manpages
+++ b/debian/libssh-2-dev.manpages
diff --git a/debian/libssh2.install b/debian/libssh-2.install
index 7014e290..7014e290 100644
--- a/debian/libssh2.install
+++ b/debian/libssh-2.install
diff --git a/debian/rules b/debian/rules
index a01566f2..701ec19e 100755
--- a/debian/rules
+++ b/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