Added packaging support for Trixie under 'debian/trixie/'. This change brings updates from the 'f/trixie' branch into 'master' to ensure consistent functionality and packaging structure across both branches. grub-efi grub2 grubby Story: 2011360 Task: 53245 Change-Id: I596d3af4d23d7e669b72e8a359cc89ee847d1de2 Signed-off-by: pmp1 <preetham.mp@windriver.com> Signed-off-by: Abhinav Ayyapasetti <ayyapasetti.abhinav@windriver.com>
17 lines
580 B
Plaintext
17 lines
580 B
Plaintext
Source: grubby
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-dev@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13), libblkid-dev, libpopt-dev
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.github.com/rhboot/grubby
|
|
Rules-Requires-Root: no
|
|
|
|
Package: grubby
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Command line tool for updating bootloader configs
|
|
This package provides a grubby compatibility script that manages
|
|
BootLoaderSpec files and is meant to be backward compatible with
|
|
the previous grubby tool.
|