From 7d69650c4c19c68238216f687751510cd0f12205 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 1 Apr 2020 06:40:13 +0000 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 (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index f66bc1c7..8d5f23ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ shim (15+1533136590.3beb971-10) UNRELEASED; urgency=medium * debian/copyright: use spaces rather than tabs to start continuation lines. * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Wed, 01 Apr 2020 06:38:02 +0000 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 33664417..ef8c2664 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian EFI team Uploaders: Steve Langasek , Steve McIntyre <93sam@debian.org> Standards-Version: 4.3.0 -Build-Depends: debhelper (>= 12~), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev, gcc-9, pesign (>= 0.112-5) +Build-Depends: debhelper-compat (= 12), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev, gcc-9, pesign (>= 0.112-5) Vcs-Browser: https://salsa.debian.org/efi-team/shim Vcs-Git: https://salsa.debian.org/efi-team/shim.git -- cgit v1.2.3