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: fwupdate
Priority: optional
Maintainer: Debian EFI <debian-efi@lists.debian.org>
Uploaders: Daniel Jared Dominguez <jared.dominguez@dell.com>, Steve McIntyre <93sam@debian.org>, Mario Limonciello <mario.limonciello@dell.com>
Build-Depends: debhelper (>= 9.0.0), pkg-config, libpopt-dev, libefivar-dev (>= 34), libefiboot-dev (>= 34), gnu-efi (>= 3.0.2), elfutils, libsmbios-dev [amd64 i386], dos2unix
Standards-Version: 4.1.3
Section: libs
Homepage: https://github.com/rhinstaller/fwupdate
Vcs-Git: https://salsa.debian.org/efi-team/fwupdate.git
Vcs-Browser: https://salsa.debian.org/efi-team/fwupdate
Package: libfwup-dev
Section: libdevel
Architecture: amd64 i386 armhf arm64
Multi-Arch: same
Depends: libfwup1 (= ${binary:Version}), ${misc:Depends}, libefivar-dev (>= 0.16)
Description: Development headers for libfwup
fwupdate provides functionality to update system firmware. It has been
initially designed to update firmware using UEFI capsule updates, but
it is designed to be extensible to other firmware update standards.
.
This package provides development headers required to use libfwup.
Package: fwupdate
Section: admin
Architecture: amd64 i386 armhf arm64
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libfwup1 (= ${binary:Version}), efibootmgr, e2fsprogs
Recommends: fwupdate-signed
Description: Tools to manage UEFI firmware updates
fwupdate provides functionality to update system firmware. It has been
initially designed to update firmware using UEFI capsule updates, but
it is designed to be extensible to other firmware update standards.
.
This package provides a simple command line interface to perform UEFI
firmware updates.
Package: libfwup1
Architecture: amd64 i386 armhf arm64
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to manage UEFI firmware updates
fwupdate provides functionality to update system firmware. It has been
initially designed to update firmware using UEFI capsule updates, but
it is designed to be extensible to other firmware update standards.
.
This library is to allow for the simple manipulation of UEFI firmware updates.
Package: fwupdate-amd64-signed-template
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Template for signed fwupdate package
This package is used to control code signing by the Debian signing
service.
Package: fwupdate-i386-signed-template
Architecture: i386
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Template for signed fwupdate package
This package is used to control code signing by the Debian signing
service.
Package: fwupdate-armhf-signed-template
Architecture: armhf
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Template for signed fwupdate package
This package is used to control code signing by the Debian signing
service.
Package: fwupdate-arm64-signed-template
Architecture: arm64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Template for signed fwupdate package
This package is used to control code signing by the Debian signing
service.
|