aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLaurent Bigonville <l.bigonville@edpnet.be>2007-02-11 17:56:18 +0000
committerLaurent Bigonville <l.bigonville@edpnet.be>2007-02-11 17:56:18 +0000
commit7b6c7fac53592780c9fd62fab1db65988dcddc80 (patch)
tree8abe01def221ea70dd257c1d02de26f6c5441a99 /debian
parent91e5416a3e5d6e11c6ce94b1f1529438d2b5d996 (diff)
downloadlibssh-7b6c7fac53592780c9fd62fab1db65988dcddc80.tar.gz
libssh-7b6c7fac53592780c9fd62fab1db65988dcddc80.tar.xz
libssh-7b6c7fac53592780c9fd62fab1db65988dcddc80.zip
Split devel package in -dev and -doc to reduce installed size
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@112 7dcaeef0-15fb-0310-b436-a5af3365683c
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 147c1da..bd24e2e 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 e69593d..584686e 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 2967616..75251c7 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 b780d6e..ce44d5d 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 791a777..791a777 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 a6302d7..a6302d7 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 ff25dc0..ff25dc0 100644
--- a/debian/libssh-2-dev.manpages
+++ b/debian/libssh-2-doc.manpages
diff --git a/debian/rules b/debian/rules
index f00eb17..3c9955c 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