File: control

package info (click to toggle)
swugenerator 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 308 kB
  • sloc: python: 1,429; sh: 105; makefile: 14
file content (36 lines) | stat: -rw-r--r-- 1,343 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
31
32
33
34
35
36
Source: swugenerator
Section: embedded
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christopher Obbard <obbardc@debian.org>,
           Tobias Deiminger <tobias.deiminger@linutronix.de>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all:any,
               python3-docutils,
               python3-libconf,
               python3-setuptools
Standards-Version: 4.7.2
Homepage: https://github.com/sbabic/swugenerator
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/swugenerator.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/swugenerator

Package: swugenerator
Architecture: all
Depends: opensc,
         openssl,
         zchunk,
         zstd,
         ${misc:Depends},
         ${python3:Depends}
Description: Generates SWU update packages for swupdate (Python 3)
 swugenerator is a command line tool to create and modify SWUpdate's
 SWU update files based on templates. openssl is used to sign the SWU.
 .
 Features that swugenerator supports:
  * replace occurrencies of variables found in the CONFIG file
  * add sha256 to each artifact
  * check if an artifact should be encrypted and encrypts it
  * sign sw-description with one of the methods accepted by SWUpdate