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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: efivar
Priority: optional
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Uploaders: Steve McIntyre <93sam@debian.org>, Mario Limonciello <superm1@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libpopt-dev, pkgconf, mandoc, grub-common
Standards-Version: 4.7.2.0
Section: libs
Homepage: https://github.com/rhboot/efivar
Vcs-Git: https://salsa.debian.org/efi-team/efivar.git
Vcs-Browser: https://salsa.debian.org/efi-team/efivar
Package: libefivar-dev
Section: libdevel
Architecture: amd64 i386 ia64 armhf arm64 armel riscv64 x32 mips64el ppc64el loong64 s390x
Multi-Arch: same
Depends: libefivar1t64 (= ${binary:Version}), ${misc:Depends}
Description: Development headers for libefivar
development headers required to use libefivar
Package: libefiboot-dev
Section: libdevel
Architecture: amd64 i386 ia64 armhf arm64 armel riscv64 x32 mips64el ppc64el loong64 s390x
Multi-Arch: same
Depends: libefiboot1t64 (= ${binary:Version}), ${misc:Depends}
Description: Development headers for libefiboot
development headers required to use libefiboot
Package: libefisec-dev
Section: libdevel
Architecture: amd64 i386 ia64 armhf arm64 armel riscv64 x32 mips64el ppc64el loong64 s390x
Multi-Arch: same
Depends: libefisec1t64 (= ${binary:Version}), ${misc:Depends}
Description: Development headers for libefisec
development headers required to use libefisec
Package: efivar
Section: admin
Architecture: amd64 i386 ia64 armhf arm64 armel riscv64 x32 mips64el ppc64el loong64 s390x
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libefivar1t64 (= ${binary:Version}), libefiboot1t64 (= ${binary:Version})
Description: Tools to manage UEFI variables
efivar provides a simple command line interface to the UEFI variable facility.
Package: libefiboot1t64
Provides: ${t64:Provides}
Replaces: libefiboot1
Breaks: libefiboot1 (<< ${source:Version})
Architecture: amd64 i386 ia64 armhf arm64 armel riscv64 x32 mips64el ppc64el loong64 s390x
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to manage UEFI variables
Library to allow for the manipulation of UEFI variables related to booting.
Package: libefivar1t64
Provides: ${t64:Provides}
Replaces: libefivar1
Breaks: libefivar1 (<< ${source:Version})
Architecture: amd64 i386 ia64 armhf arm64 armel riscv64 x32 mips64el ppc64el loong64 s390x
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to manage UEFI variables
Library to allow for the simple manipulation of UEFI variables.
Package: libefisec1t64
Provides: ${t64:Provides}
Replaces: libefisec1
Architecture: amd64 i386 ia64 armhf arm64 armel riscv64 x32 mips64el ppc64el loong64 s390x
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libefisec1 (<< ${source:Version}), efibootmgr (<< 0.12-2)
Description: Library to manage UEFI variables
Library to allow for the simple manipulation of UEFI variables related to
security.
|