1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: efibootguard
Section: admin
Priority: optional
Maintainer: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Build-Depends: debhelper-compat (= 13),
autoconf-archive,
check,
gnu-efi,
help2man <!nodoc>,
libpci-dev,
pkgconf,
python3-shtab,
zlib1g-dev
Standards-Version: 4.7.0
Homepage: https://github.com/siemens/efibootguard
Vcs-Browser: https://salsa.debian.org/debian/efibootguard
Vcs-Git: https://salsa.debian.org/debian/efibootguard.git
Rules-Requires-Root: no
Package: efibootguard
Architecture: any
Multi-Arch: foreign
Replaces: libebgenv-dev (<< 0.12-2)
Breaks: libebgenv-dev (<< 0.12-2)
Depends: ${shlibs:Depends}, ${misc:Depends},
python3:any
Description: UEFI-based bootloader
The efibootguard is a bootloader that includes a simple update mechanism with
fail-safe algorithm. It allows one to arm a hardware watchdog prior to loading
an OS. This package provides the bootloader binary and the environment tools
bg_printenv and bg_setenv.
Package: libebgenv-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, libebgenv0 (= ${binary:Version})
Description: efibootguard development files
The efibootguard is a bootloader that includes a simple update mechanism with
fail-safe algorithm. It allows one to arm a hardware watchdog prior to loading
an OS. This package provides the development files for the efibootguard
library.
Package: libebgenv0
Architecture: any
Section: libs
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: efibootguard library files
The efibootguard is a bootloader that includes a simple update mechanism with
fail-safe algorithm. It allows one to arm a hardware watchdog prior to loading
an OS. This package provides the efibootguard shared library.
|