diff options
| author | Steve McIntyre <steve@einval.com> | 2024-06-26 21:57:09 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2024-06-26 21:57:43 +0100 |
| commit | 83ca439fd0c848513ddfb5243c2522edaa8b1042 (patch) | |
| tree | d904d600b84b0cd9561831d01aed14a50ee54d0a | |
| parent | af6228fb12758b4d71fd5c03631aa5615c5149e5 (diff) | |
| download | shim-signed-83ca439fd0c848513ddfb5243c2522edaa8b1042.tar.gz shim-signed-83ca439fd0c848513ddfb5243c2522edaa8b1042.zip | |
Switch from debian/compat to build-dep on debhelper-compat (= 13)
| -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 |
