From 9be30aa6b8e418e3687c86e6776caf2e9433e111 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 27 Aug 2018 22:07:52 +0200 Subject: [PATCH] debian/{compat,control}: bump debhelper compatibility to 11 This silences the following lintian notice: P: drupal-init-tools 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: --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 87b8c8d..2effee6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: drupal-init-tools Maintainer: Antonio Ospite Section: web Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), python3-docutils Standards-Version: 4.1.2 Vcs-Browser: https://git.ao2.it/drupal-init-tools.git -- 2.1.4