File: control

package info (click to toggle)
debsbom 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,248 kB
  • sloc: python: 5,965; makefile: 31
file content (74 lines) | stat: -rw-r--r-- 2,218 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
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
Source: debsbom
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Felix Moessbauer <felix.moessbauer@siemens.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 bash-completion,
 python3-all,
 python3-apt (>= 2.6.0),
 python3-beartype (>= 0.20) <!nocheck>,
 python3-cyclonedx-lib (>= 9.0.0),
 python3-debian (>= 0.1.49),
 python3-docutils,
 python3-jsonschema (>= 3.2),
 python3-license-expression (>= 3.0.0),
 python3-lz4,
 python3-packageurl (>= 0.16.0),
 python3-pytest (>= 6.0) <!nocheck>,
 python3-pytest-cov (>= 5.0) <!nocheck>,
 pybuild-plugin-pyproject,
 python3-requests (>= 2.25.1),
 python3-setuptools,
 python3-shtab,
 python3-sphinx,
 python3-sphinx-argparse (>= 0.2.1),
 python3-sphinx-autodoc-typehints (>= 2.0.0),
 python3-sphinx-rtd-theme (>= 2.0.0),
 python3-zstandard (>= 0.20),
Standards-Version: 4.7.3
Homepage: https://github.com/siemens/debsbom
Vcs-Browser: https://github.com/siemens/debsbom
Vcs-Git: https://github.com/siemens/debsbom -b main
Testsuite: autopkgtest-pkg-pybuild
X-Python3-Version: >= 3.11

Package: debsbom
Architecture: all
Depends:
 python3-debian (>= 0.1.49),
 ${python3:Depends},
 ${misc:Depends},
Recommends:
 python3-cyclonedx-lib (>= 9.0.0),
 python3-spdx-tools (>= 0.8.0),
 python-debsbom-doc,
Description: SBOM generator for Debian-based distributions (tool)
 debsbom generates SBOMs (Software Bill of Materials) for distributions based on
 Debian in the two standard formats SPDX and CycloneDX.
 .
 The generated SBOM includes all installed binary packages and also contains
 Debian Source packages.
 .
 This package contains the debsbom CLI.

Package: python-debsbom-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Built-Using:
 ${sphinxdoc:Built-Using},
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Recommends:
 debsbom,
Description: SBOM generator for Debian-based distributions (documentation)
 debsbom generates SBOMs (Software Bill of Materials) for distributions based on
 Debian in the two standard formats SPDX and CycloneDX.
 .
 The generated SBOM includes all installed binary packages and also contains
 Debian Source packages.
 .
 This package contains the documentation for debsbom.