aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLaurent Bigonville <l.bigonville@edpnet.be>2009-03-18 16:05:33 +0000
committerLaurent Bigonville <l.bigonville@edpnet.be>2009-03-18 16:05:33 +0000
commit139f59ec62b4a5fcd462be9cdb51ea9cea2358aa (patch)
tree5f30868114fe0fe19070b69bb832f504a4eb0520 /debian
parent2ab68941324d432b523a4e3a66801a260c8fdd35 (diff)
downloadlibssh-139f59ec62b4a5fcd462be9cdb51ea9cea2358aa.tar.gz
libssh-139f59ec62b4a5fcd462be9cdb51ea9cea2358aa.tar.xz
libssh-139f59ec62b4a5fcd462be9cdb51ea9cea2358aa.zip
Add ${misc:Depends} to please lintian
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@278 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control7
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index ae58511..d05a1e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libssh (0.2+svn20070321-5) UNRELEASED; urgency=low
- Use new Homepage field instead of old pseudo-field
- BumpStandards-Version to 3.8.1 (no further changes)
- Use debug section for -dbg package
+ - Add ${misc:Depends} to please lintian
* debian/libssh-2-doc.doc-base: fix doc-base-unknown-section
-- Laurent Bigonville <bigon@bigon.be> Thu, 08 Nov 2007 05:59:18 +0100
diff --git a/debian/control b/debian/control
index ca217bd..cbbf045 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Jean-Philippe Garcia Ballester <giga@le-pec.org>
Uploaders: Laurent Bigonville <bigon@bigon.be>
Build-Depends: cdbs, debhelper (>= 5), libgcrypt11-dev, libz-dev, doxygen
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
Vcs-Svn: svn://svn.berlios.de/libssh/trunk
Vcs-Browser: http://svn.berlios.de/wsvn/libssh/trunk/
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
@@ -24,7 +24,7 @@ Package: libssh-2-dev
Provides: libssh-dev
Section: libdevel
Architecture: any
-Depends: libssh-2 (= ${binary:Version}), libgcrypt11-dev, zlib1g-dev
+Depends: libssh-2 (= ${binary:Version}), ${misc:Depends}, libgcrypt11-dev, zlib1g-dev
Suggests: libssh-2-doc
Conflicts: libssh-dev
Description: A tiny C SSH library. Development files
@@ -40,7 +40,7 @@ Package: libssh-2-dbg
Priority: extra
Section: debug
Architecture: any
-Depends: libssh-2 (= ${binary:Version})
+Depends: libssh-2 (= ${binary:Version}), ${misc:Depends}
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
@@ -54,6 +54,7 @@ Package: libssh-2-doc
Section: doc
Architecture: all
Suggests: doc-base
+Depends: ${misc:Depends}
Replaces: libssh-2-dev (<< 0.2+svn20070321-2)
Description: A tiny C SSH library. Documentation files
The ssh library was designed to be used by programmers needing a working SSH