From f462870abd2378e7266241bac98ced52df492047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 6 Nov 2023 11:57:31 +0100 Subject: [PATCH] proxmox-grub: depend on grub-common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lintian is unhappy otherwise because of the /usr/share/doc/.. symlink. Signed-off-by: Fabian Grünbichler --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 71a14c941..1de91da3f 100644 --- a/debian/control +++ b/debian/control @@ -779,5 +779,7 @@ Description: export GRUB filesystems using FUSE Package: proxmox-grub Architecture: any -Depends: grub-efi-amd64 (= ${binary:Version}) | grub-efi-ia32 (= ${binary:Version}) | grub-efi-arm64 (= ${binary:Version}) -Description: Empty package to ensure Proxmox Grub packages are installed. +Depends: grub-efi-amd64 (= ${binary:Version}) | grub-efi-ia32 (= ${binary:Version}) | grub-efi-arm64 (= ${binary:Version}), grub-common (= ${binary:Version}), ${misc:Depends} +Description: Empty package to ensure Proxmox Grub packages are installed + This package allows other Proxmox (meta) packages to depend on Proxmox Grub + packages.