File: control

package info (click to toggle)
virt-firmware 25.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,040 kB
  • sloc: python: 4,973; sh: 375; makefile: 79
file content (49 lines) | stat: -rw-r--r-- 1,730 bytes parent folder | download
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
Source: virt-firmware
Section: python
Priority: optional
Maintainer: dann frazier <dannf@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.2
Homepage: https://gitlab.com/kraxel/virt-firmware
Vcs-Browser: https://salsa.debian.org/dannf/virt-firmware
Vcs-Git: https://salsa.debian.org/dannf/virt-firmware.git

Package: python3-virt-firmware
Architecture: all
Multi-Arch: foreign
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 systemd-boot-tools,
Description: Tools for manipulating edk2 (ovmf/qemu-efi) firmware images
 This is a collection of tools for edk2 firmware images. They support
 decoding and printing the content of firmware volumes. Variable stores
 (e.g. OVMF_VARS.fd) can be modified, for example to enroll secure boot
 certificates. Tools included:
 .
 virt-fw-dump - Decodes and prints the content of firmware volumes.
 .
 virt-fw-vars - Print and edit variable store volumes. Currently focused on
                enrolling certificates and enabling secure boot.
 .
 virt-fw-sigdb - Print and edit EFI signature database files.
 .
 host-efi-vars - Read efi variables from linux efivarfs and decode/print them.
 .
 kernel-bootcfg - Manage efi boot configuration for UKIs (unified kernel
                  images) when using direct boot (without boot loader like
                  grub or systemd-boot).
 .
 pe-dumpinfo - Information dump for pe (the format used by EFI) binaries.
 .
 pe-listsigs - List signatures and certificate chain for pe binaries. Can also
               extract certificates & signatures.
 .
 This package installs the library for Python 3.