summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/signing-template/compat2
5 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 49b0bf6f..557134e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ shim (15+1533136590.3beb971-8) UNRELEASED; urgency=medium
way.
* Switch to using gcc-9 for builds, tweaking a patch from upstream
to fix a FTBFS. Closes: #925816
+ * Update debhelper compat level to 11 for shim and the
+ signing-template
-- Steve McIntyre <93sam@debian.org> Tue, 24 Mar 2020 16:51:10 +0000
diff --git a/debian/compat b/debian/compat
index ec635144..b4de3947 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index c9719ed6..250db5cc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Uploaders: Steve Langasek <vorlon@debian.org>, Steve McIntyre <93sam@debian.org>
Standards-Version: 4.3.0
-Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev, gcc-9, pesign (>= 0.112-5)
+Build-Depends: debhelper (>= 11), 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
diff --git a/debian/rules b/debian/rules
index e51930ef..07e97ce2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ $(DBX_LIST): $(DBX_HASHES)
touch $@
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_clean:
dh_auto_clean -- MAKELEVEL=0
diff --git a/debian/signing-template/compat b/debian/signing-template/compat
index ec635144..b4de3947 100644
--- a/debian/signing-template/compat
+++ b/debian/signing-template/compat
@@ -1 +1 @@
-9
+11