debian/control: xen-doc: add ${misc:Depends}
authorHans van Kranenburg <hans@knorrie.org>
Sun, 6 Sep 2020 23:33:24 +0000 (01:33 +0200)
committerHans van Kranenburg <hans@knorrie.org>
Fri, 18 Sep 2020 16:29:59 +0000 (18:29 +0200)
Lintian complains:

    W: xen source: debhelper-but-no-misc-depends xen-doc
    N:
    N:    The source package uses debhelper, but it does not include
    N:    ${misc:Depends} in the given binary package's debian/control entry. Any
    N:    debhelper command may add dependencies to ${misc:Depends} that are
    N:    required for the work that it does, so recommended best practice is to
    N:    always add ${misc:Depends} to the dependencies of each binary package if
    N:    debhelper is in use.
    N:
    N:    Refer to the debhelper(7) manual page for details.
    N:
    N:    Severity: warning
    N:
    N:    Check: debhelper

Signed-off-by: Hans van Kranenburg <hans@knorrie.org>
debian/control

index ca54be9c0f06359a255c47b72df11030ca6cf383..cebcb3787173367d2dedac017076cb48c2f7d260 100644 (file)
@@ -87,6 +87,7 @@ Description: Xen Hypervisor - common files
 Package: xen-doc
 Section: doc
 Architecture: amd64 i386 armhf arm64
+Depends: ${misc:Depends}
 Description: XEN documentation
  Documentation for the Xen hypervisor and surrounding software,
  including descriptions of the hypercall interfaces and of some