From: Antonio Ospite Date: Fri, 2 Mar 2018 22:20:00 +0000 (+0100) Subject: debian/{compat,control}: bump debhelper compatibility to 11 X-Git-Tag: debian/0.1.7-1~7 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/12625128818b19f11ce9356d9cb5940834bf18ee debian/{compat,control}: bump debhelper compatibility to 11 This silences the following lintian notice: P: libam7xxx source: package-uses-old-debhelper-compat-version 9 N: N: The debhelper compatibility version used by this package is marked as N: not recommended by the debhelper developer. You may consider using a N: recommended compatibility version. N: N: The compatibility version can be set in (preferred) debian/compat or by N: setting and exporting DH_COMPAT in debian/rules. If it is not set in N: either place, debhelper defaults to the deprecated compatibility version N: 1. N: N: Refer to the debhelper(7) manual page for details. N: N: Severity: pedantic, Certainty: certain N: N: Check: debhelper, Type: source N: --- diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 54167c7..352e10b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libam7xxx Section: libdevel Priority: optional Maintainer: Antonio Ospite -Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, pkg-config, +Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.16.1~), cmake, pkg-config, libusb-1.0-0-dev, libxcb1-dev, libavdevice-dev, libavformat-dev, libavcodec-dev, libswscale-dev, asciidoc, xmlto