File: control

package info (click to toggle)
uefitool 0.28.0%2BA71-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,304 kB
  • sloc: ansic: 21,471; cpp: 20,677; sh: 43; xml: 23; makefile: 5
file content (41 lines) | stat: -rw-r--r-- 1,339 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
Source: uefitool
Section: devel
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-exec,
 cmake,
 qt6-base-dev,
 zlib1g-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/LongSoft/UEFITool
Vcs-Git: https://salsa.debian.org/yangfl-guest/UEFITool.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/UEFITool

Package: uefitool
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: UEFI firmware image viewer and editor
 UEFITool is a cross-platform C++/Qt program for parsing, extracting and
 modifying UEFI firmware images.
 .
 It supports parsing of full BIOS images starting with the flash descriptor or
 any binary files containing UEFI volumes.
 .
 This package contains the GUI utility, UEFITool. For the CLI versions, see
 uefitool-cli.

Package: uefitool-cli
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: UEFI firmware image viewer and editor - CLI version
 UEFITool is a cross-platform C++/Qt program for parsing, extracting and
 modifying UEFI firmware images.
 .
 It supports parsing of full BIOS images starting with the flash descriptor or
 any binary files containing UEFI volumes.
 .
 This package contains the CLI utilities, UEFIExtract and UEFIFind. For the GUI
 version, see uefitool.