diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5c193d8..8498d1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,8 +17,9 @@ shim-signed (1.39) unstable; urgency=medium * postinst/postrm: make config_item() more robust * Add pt_BR translation, thanks to Paulo Henrique de Lima Santana. Closes: #1026415 + * Tweak dependencies - -- Steve McIntyre <93sam@debian.org> Thu, 23 Feb 2023 22:27:32 +0000 + -- Steve McIntyre <93sam@debian.org> Thu, 09 Mar 2023 00:58:53 +0000 shim-signed (1.38) unstable; urgency=medium diff --git a/debian/control b/debian/control index b710846..2cb0e33 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Package: shim-signed Architecture: amd64 i386 arm64 Multi-Arch: same Depends: ${misc:Depends}, - shim-signed-common (>= ${binary:Version}), + shim-signed-common (>= ${source:Version}), grub-efi-amd64-bin [amd64], shim-helpers-amd64-signed (>= 1+15.4+2) [amd64], grub-efi-ia32-bin [i386], |
