Package: release.debian.org Severity: normal Tags: bullseye User: release.debian....@packages.debian.org Usertags: pu X-Debbugs-Cc: Debian UEFI Maintainers <debian-...@lists.debian.org>
* Fix occasional FTBFS due to incorrect dependency. Closes: #1010996. 1.9.2-1 parallel build was flaky: https://tests.reproducible-builds.org/debian/history/arm64/efitools.html
diff -Nru efitools-1.9.2/debian/changelog efitools-1.9.2/debian/changelog --- efitools-1.9.2/debian/changelog 2019-12-23 20:39:27.000000000 +0200 +++ efitools-1.9.2/debian/changelog 2022-12-08 19:01:40.000000000 +0200 @@ -1,3 +1,20 @@ +efitools (1.9.2-2~deb11u1) bullseye; urgency=medium + + * Non-maintainer upload. + * Rebuild for bullseye. + + -- Adrian Bunk <b...@debian.org> Thu, 08 Dec 2022 19:01:40 +0200 + +efitools (1.9.2-2) unstable; urgency=medium + + [ Steve McIntyre ] + * Fix occasional FTBFS due to incorrect dependency. + Closes: #1010996. Thanks to Adrian Bunk for the patch! + + * Team upload + + -- Steve McIntyre <93...@debian.org> Tue, 24 May 2022 18:44:35 +0000 + efitools (1.9.2-1) unstable; urgency=medium [ Luca Boccassi ] diff -Nru efitools-1.9.2/debian/patches/fix-deps.patch efitools-1.9.2/debian/patches/fix-deps.patch --- efitools-1.9.2/debian/patches/fix-deps.patch 1970-01-01 02:00:00.000000000 +0200 +++ efitools-1.9.2/debian/patches/fix-deps.patch 2022-05-24 20:48:58.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix a typo in the %-blacklist.esl rule + This sometimes resulted in FTBFS. +Author: Adrian Bunk <b...@debian.org> + +--- efitools-1.9.2.orig/Make.rules ++++ efitools-1.9.2/Make.rules +@@ -71,7 +71,7 @@ endif + %.hash: %.efi hash-to-efi-sig-list + ./hash-to-efi-sig-list $< $@ + +-%-blacklist.esl: %.crt cert-to-efi-hash-list ++%-blacklist.esl: %.crt cert-to-efi-sig-list + ./cert-to-efi-sig-list $< $@ + + %-hash-blacklist.esl: %.crt cert-to-efi-hash-list diff -Nru efitools-1.9.2/debian/patches/series efitools-1.9.2/debian/patches/series --- efitools-1.9.2/debian/patches/series 2019-12-23 20:39:27.000000000 +0200 +++ efitools-1.9.2/debian/patches/series 2022-05-24 20:48:58.000000000 +0300 @@ -1 +1,2 @@ makefile-enable-harden-local-files.patch +fix-deps.patch