proxmox-grub: depend on grub-common

lintian is unhappy otherwise because of the /usr/share/doc/.. symlink.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-11-06 11:57:31 +01:00
parent 1c5a88b6ee
commit f462870abd

6
debian/control vendored
View File

@ -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.