mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 07:42:47 +00:00
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:
parent
1c5a88b6ee
commit
f462870abd
6
debian/control
vendored
6
debian/control
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user