From dc026a352d0e5823a9d84184f4f69b764bc2cd0e Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 18 Sep 2022 06:01:28 +0000 Subject: [PATCH] Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush 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 e7d8988..319d7f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ autorandr (1.12.1-2) UNRELEASED; urgency=medium * Trim trailing whitespace. * Bump debhelper from old 12 to 13. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Sun, 18 Sep 2022 06:01:26 -0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b1bd38b..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -13 diff --git a/debian/control b/debian/control index 2f56377..9a4f11b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: autorandr Section: x11 Priority: optional Maintainer: Don Armstrong -Build-Depends: debhelper (>= 13~), dh-python, python3-all, python3-setuptools +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools Standards-Version: 4.4.0 Homepage: https://github.com/phillipberndt/autorandr Vcs-Git: https://salsa.debian.org/debian/autorandr.git -- 2.39.5