From 8276a1a4a769691e18467ee81e990da153281e88 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 25 Jan 2020 20:18:38 -0300 Subject: Set debhelper-compat version in Build-Depends. Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index e87cb4a5..e5746398 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ bash-completion (1:2.10-2) UNRELEASED; urgency=medium [ Debian Janitor ] * Trim trailing whitespace. * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. -- Gabriel F. T. Gomes Sat, 25 Jan 2020 20:15:45 -0300 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f72..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 030b7027..f0a45bfa 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: bash-completion Section: shells Priority: standard Maintainer: Gabriel F. T. Gomes -Build-Depends: debhelper (>= 12~) +Build-Depends: debhelper-compat (= 12) Build-Depends-Indep: perl Standards-Version: 4.4.0 Vcs-Git: https://salsa.debian.org/debian/bash-completion.git -- cgit v1.2.1