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
|
Source: coreboot
Section: utils
Priority: optional
Maintainer: Bastian Germann <bage@debian.org>
Uploaders: Gürkan Myczko <tar@debian.org>, Federico Ceratto <federico@debian.org>
Build-Depends: debhelper-compat (= 13),
help2man,
libpci-dev,
pciutils,
python3-recommonmark <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
sphinx-common,
zlib1g-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/coreboot
Vcs-Git: https://salsa.debian.org/debian/coreboot.git
Homepage: https://www.coreboot.org/
Package: coreboot-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: flashrom, ree, coreboot-utils-doc
Replaces: msrtool, inteltool, nvramtool, superiotool
Conflicts: msrtool, inteltool, nvramtool, superiotool
Description: Coreboot firmware utilities
Free Software project aimed at replacing the proprietary BIOS
(firmware) found in most computers. This package contains various utilities
used to develop and configure systems with coreboot.
Package: coreboot-utils-doc
Architecture: all
Build-Profiles: <!nodoc>
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
libjs-jquery,
libjs-underscore
Recommends: coreboot-utils
Replaces: msrtool, inteltool, nvramtool, superiotool
Conflicts: msrtool, inteltool, nvramtool, superiotool
Description: Coreboot firmware utilities - documentation
Free Software project aimed at replacing the proprietary BIOS
(firmware) found in most computers. This package contains documentation
for the coreboot-utils package.
|