diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 35c128f..9ed7d8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ shim-signed (1.41) UNRELEASED; urgency=medium + Closes: #1071215 * NOTE: Stop building packages for i386. The number of functioning i386 Secure Boot machines is approximately zero at this point. + * Tweak packaging: + + Switch from debian/compat to build-dep on debhelper-compat + (= 13) -- Steve McIntyre <93sam@debian.org> Wed, 26 Jun 2024 21:04:27 +0100 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 f294c7c..19a4fd6 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 13), # sbsigntool before 0.9.2-2 had a horrid bug with checksum calculation # which broke our build sbsigntool (>= 0.9.2-2), - po-debconf + po-debconf, + debhelper-compat (= 13) Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/efi-team/shim-signed Vcs-Git: https://salsa.debian.org/efi-team/shim-signed.git |
