Source: vboot-utils
Section: admin
Priority: optional
Maintainer: Sophie Brun <sophie@offensive-security.com>
Uploaders: Raphaël Hertzog <raphael@offensive-security.com>
Build-Depends: debhelper-compat (= 13),
               clang-14,
	       libflashrom-dev,
               libfuzzer-14-dev,
               liblzma-dev,
               libssl-dev,
               libyaml-dev,
               pkg-config,
               uuid-dev,
#tests/futility/test_sign_firmware.sh
	       coreboot-utils,
	       xxd,
# tests/subprocess_tests.c
               bc,
# tests/external_rsa_signer.sh
               openssl
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/debian/vboot-utils.git
Vcs-Browser: https://salsa.debian.org/debian/vboot-utils
Homepage: https://chromium.googlesource.com/chromiumos/platform/vboot_reference

Package: vboot-utils
Architecture: amd64 arm64 armel armhf i386
Multi-Arch: foreign
Depends: flashrom, vboot-kernel-utils, ${misc:Depends}, ${shlibs:Depends}
Recommends: cgpt, coreboot-utils
Pre-Depends: ${misc:Pre-Depends}
Description: Chrome OS verified u-boot utilities
 This package contains a set of tools to deal with Chromebook internals,
 and the verified version of u-boot. Namely:
 bmpblk_font bmpblk_utility chromeos-tpm-recovery crossystem dev_debug_vboot
 dev_make_keypair dumpRSAPublicKey eficompress efidecompress enable_dev_usb_boot
 load_kernel_test pad_digest_utility signature_digest_utility tpm-nvsize
 tpm_init_temp_fix tpmc vbutil_what_key verify_data.
 .
 The programs previously included in this package: dump_fmap dump_kernel_config
 futility gbb_utility  vbutil_firmware vbutil_key vbutil_keyblock, are now
 grouped in the futility program in the package vboot-kernel-utils.
 .
 Most users don't need this package, and should look for the cgpt and
 vboot-kernel-utils packages instead.

Package: cgpt
Provides: crossystem
Architecture: amd64 arm64 armel armhf i386
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, flashrom
Pre-Depends: ${misc:Pre-Depends}
Description: GPT manipulation tool with support for Chromium OS extensions
 Cgpt is a tool to manipulate GUID Partition Table from command line. It also
 supports Chromium OS extensions enabling you to change priority for kernel
 partitions.

Package: vboot-kernel-utils
Architecture: amd64 arm64 armel armhf i386
Depends: ${misc:Depends}, ${shlibs:Depends}, flashrom, coreboot-utils
Pre-Depends: ${misc:Pre-Depends}
Description: Chrome OS verified boot utils required to sign kernels
 This package provides the futility program (including the vbutil_kernel
 program required to sign custom kernels in order to get them booted by Chrome
 OS devices (i.e. Chromebooks)).
