mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Add ${misc:Depends} to please lintian
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@278 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -6,6 +6,7 @@ libssh (0.2+svn20070321-5) UNRELEASED; urgency=low
|
|||||||
- Use new Homepage field instead of old pseudo-field
|
- Use new Homepage field instead of old pseudo-field
|
||||||
- BumpStandards-Version to 3.8.1 (no further changes)
|
- BumpStandards-Version to 3.8.1 (no further changes)
|
||||||
- Use debug section for -dbg package
|
- Use debug section for -dbg package
|
||||||
|
- Add ${misc:Depends} to please lintian
|
||||||
* debian/libssh-2-doc.doc-base: fix doc-base-unknown-section
|
* debian/libssh-2-doc.doc-base: fix doc-base-unknown-section
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@bigon.be> Thu, 08 Nov 2007 05:59:18 +0100
|
-- Laurent Bigonville <bigon@bigon.be> Thu, 08 Nov 2007 05:59:18 +0100
|
||||||
|
|||||||
7
debian/control
vendored
7
debian/control
vendored
@@ -4,7 +4,7 @@ Priority: optional
|
|||||||
Maintainer: Jean-Philippe Garcia Ballester <giga@le-pec.org>
|
Maintainer: Jean-Philippe Garcia Ballester <giga@le-pec.org>
|
||||||
Uploaders: Laurent Bigonville <bigon@bigon.be>
|
Uploaders: Laurent Bigonville <bigon@bigon.be>
|
||||||
Build-Depends: cdbs, debhelper (>= 5), libgcrypt11-dev, libz-dev, doxygen
|
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-Svn: svn://svn.berlios.de/libssh/trunk
|
||||||
Vcs-Browser: http://svn.berlios.de/wsvn/libssh/trunk/
|
Vcs-Browser: http://svn.berlios.de/wsvn/libssh/trunk/
|
||||||
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
|
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
|
||||||
@@ -24,7 +24,7 @@ Package: libssh-2-dev
|
|||||||
Provides: libssh-dev
|
Provides: libssh-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
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
|
Suggests: libssh-2-doc
|
||||||
Conflicts: libssh-dev
|
Conflicts: libssh-dev
|
||||||
Description: A tiny C SSH library. Development files
|
Description: A tiny C SSH library. Development files
|
||||||
@@ -40,7 +40,7 @@ Package: libssh-2-dbg
|
|||||||
Priority: extra
|
Priority: extra
|
||||||
Section: debug
|
Section: debug
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libssh-2 (= ${binary:Version})
|
Depends: libssh-2 (= ${binary:Version}), ${misc:Depends}
|
||||||
Description: A tiny C SSH library. Debug symbols
|
Description: A tiny C SSH library. Debug symbols
|
||||||
The ssh library was designed to be used by programmers needing a working SSH
|
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
|
implementation by the mean of a library. The complete control of the client
|
||||||
@@ -54,6 +54,7 @@ Package: libssh-2-doc
|
|||||||
Section: doc
|
Section: doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Suggests: doc-base
|
Suggests: doc-base
|
||||||
|
Depends: ${misc:Depends}
|
||||||
Replaces: libssh-2-dev (<< 0.2+svn20070321-2)
|
Replaces: libssh-2-dev (<< 0.2+svn20070321-2)
|
||||||
Description: A tiny C SSH library. Documentation files
|
Description: A tiny C SSH library. Documentation files
|
||||||
The ssh library was designed to be used by programmers needing a working SSH
|
The ssh library was designed to be used by programmers needing a working SSH
|
||||||
|
|||||||
Reference in New Issue
Block a user