File: control

package info (click to toggle)
imx-code-signing-tool 3.3.0%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,560 kB
  • sloc: ansic: 10,151; sh: 1,167; python: 384; yacc: 245; makefile: 83; lex: 59
file content (30 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (2)
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
Source: imx-code-signing-tool
Section: electronics
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libssl-dev,
 byacc,
 flex
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://gitlab.apertis.org/pkg/imx-code-signing-tool.git -b debian/unstable
Vcs-Browser: https://gitlab.apertis.org/pkg/imx-code-signing-tool

Package: imx-code-signing-tool
Architecture: any
Multi-Arch: foreign
Depends:
 bash,
 python3,
 python3-cryptography,
 ${misc:Depends},
 ${shlibs:Depends}
Description: code signing tool for i.MX platform
 This package provides a code signing tool for signing images
 for i.MX-based NXP processors using High Assurance Boot (HABv4)
 library in the internal boot ROM or the Advanced High Assurance
 Boot (AHAB) subsystem.
 .
 This package also provides a variety of support scripts.