aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control20
-rw-r--r--debian/copyright2
-rw-r--r--debian/libssh-2-doc.doc-base (renamed from debian/libssh-2-dev.doc-base)4
-rw-r--r--debian/libssh-2-doc.docs (renamed from debian/libssh-2-dev.docs)0
-rw-r--r--debian/libssh-2-doc.examples (renamed from debian/libssh-2-dev.examples)0
-rw-r--r--debian/libssh-2-doc.manpages (renamed from debian/libssh-2-dev.manpages)0
-rwxr-xr-xdebian/rules2
8 files changed, 29 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 147c1da1..bd24e2ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libssh (0.2-2) unstable; urgency=low
+
+ * Split devel package into devel and documentation packages
+
+ -- Laurent Bigonville <bigon@bigon.be> Sun, 11 Feb 2007 18:55:11 +0100
+
libssh (0.2-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index e69593db..584686e4 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,9 @@ Provides: libssh-dev
Section: libdevel
Architecture: any
Depends: libssh-2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
+Suggests: libssh-2-doc
Conflicts: libssh-dev
-Description: A tiny C SSH library. Development files and documentation
+Description: A tiny C SSH library. Development files
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
is made by the programmer. With libssh, you can remotely execute programs,
@@ -51,3 +52,20 @@ Description: A tiny C SSH library. Debug symbols
This package contains debug symbols.
.
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
+
+Package: libssh-2-doc
+Section: doc
+Architecture: all
+Suggests: doc-base
+Conflicts: libssh-2-doc (<< 0.2-2)
+Replaces: libssh-2-doc (<< 0.2-2)
+Description: A tiny C SSH library. Documentation files
+ 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
+ is made by the programmer. With libssh, you can remotely execute programs,
+ transfer files, use a secure and transparent tunnel for your remote programs.
+ With its SFTP implementation, you can play with remote files easily.
+ .
+ This package contains documentation files.
+ .
+ Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
diff --git a/debian/copyright b/debian/copyright
index 2967616e..75251c72 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -29,5 +29,5 @@ Public License can be found in `/usr/share/common-licenses/LGPL'.
The Debian packaging is
(C) 2005-2006, Jean-Philippe Garcia Ballester <giga@le-pec.org>,
- (C) 2006, Laurent Bigonville <bigon@bigon.be> and
+ (C) 2006-2007, Laurent Bigonville <bigon@bigon.be> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/libssh-2-dev.doc-base b/debian/libssh-2-doc.doc-base
index b780d6e4..ce44d5d0 100644
--- a/debian/libssh-2-dev.doc-base
+++ b/debian/libssh-2-doc.doc-base
@@ -5,5 +5,5 @@ Abstract: This manual describes libssh API.
Section: Apps/Programming
Format: HTML
-Index: /usr/share/doc/libssh-2-dev/html/index.html
-Files: /usr/share/doc/libssh-2-dev/html/*
+Index: /usr/share/doc/libssh-2-doc/html/index.html
+Files: /usr/share/doc/libssh-2-doc/html/*
diff --git a/debian/libssh-2-dev.docs b/debian/libssh-2-doc.docs
index 791a777d..791a777d 100644
--- a/debian/libssh-2-dev.docs
+++ b/debian/libssh-2-doc.docs
diff --git a/debian/libssh-2-dev.examples b/debian/libssh-2-doc.examples
index a6302d78..a6302d78 100644
--- a/debian/libssh-2-dev.examples
+++ b/debian/libssh-2-doc.examples
diff --git a/debian/libssh-2-dev.manpages b/debian/libssh-2-doc.manpages
index ff25dc07..ff25dc07 100644
--- a/debian/libssh-2-dev.manpages
+++ b/debian/libssh-2-doc.manpages
diff --git a/debian/rules b/debian/rules
index f00eb17b..3c9955c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,5 +17,5 @@ DEB_DBG_PACKAGE_libssh-2 = libssh-2-dbg
install/libssh-2::
install -D -m 644 debian/libssh-2.lintian-overrides debian/libssh-2/usr/share/lintian/overrides/libssh-2
-install/libssh-2-dev::
+install/libssh-2-doc::
make install-doc DESTDIR=debian/tmp