Source: rust-hwlib
Section: rust
Priority: optional
Build-Depends: cargo:native (>= 1.75),
               debhelper (>= 12),
               debhelper-compat (= 12),
               dh-apparmor,
               dh-cargo (>= 23),
               libssl-dev,
               pkgconf,
               python3,
               rustc:native
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Nadzeya Hutsko <nadzeya.hutsko@canonical.com>
Vcs-Git: https://github.com/canonical/hardware-api.git [client]
XS-Vendored-Sources-Rust: anyhow@1.0.98, autocfg@1.5.0, bitflags@2.9.1, cc@1.2.29, cfg-if@1.0.1, diff@0.1.13, foreign-types-shared@0.1.1, foreign-types@0.3.2, getopts@0.2.23, heck@0.5.0, indoc@2.0.6, itoa@1.0.15, lazy_static@1.5.0, libc@0.2.174, log@0.4.27, memchr@2.7.5, memoffset@0.9.1, minreq@2.14.0, native-tls@0.2.14, once_cell@1.21.3, openssl-macros@0.1.1, openssl-probe@0.1.6, openssl-sys@0.9.109, openssl@0.10.73, os-release@0.1.0, pkg-config@0.3.32, pretty_assertions@1.4.1, proc-macro2@1.0.95, pyo3-build-config@0.25.1, pyo3-ffi@0.25.1, pyo3-macros-backend@0.25.1, pyo3-macros@0.25.1, pyo3@0.25.1, quote@1.0.40, ryu@1.0.20, serde@1.0.219, serde_derive@1.0.219, serde_json@1.0.140, shlex@1.3.0, simple_test_case@1.3.0, smbios-lib@0.9.2, syn@2.0.104, target-lexicon@0.13.2, unicode-ident@1.0.18, unicode-width@0.2.1, unindent@0.2.4, vcpkg@0.2.15, yansi@1.0.1
Standards-Version: 4.7.0
Vcs-Browser: https://github.com/canonical/hardware-api/tree/main/client
Homepage: https://github.com/canonical/hardware-api
X-Cargo-Crate: hwlib
Rules-Requires-Root: no

Package: hwctl
Architecture: amd64
Multi-Arch: foreign
Depends: kmod, ${misc:Depends}, ${shlibs:Depends}
Description: Tool for checking Ubuntu hardware certification status - Rust source code
 A command-line interface that checks whether your hardware has been certified
 for use with Ubuntu. It uses the hwlib library to collect system information
 and query Ubuntu's Hardware Certification database.
 .
 The tool provides an easy way to:
  * Check if your exact device model or a similar one is Ubuntu certified
  * See which Ubuntu releases your hardware is certified for
  * Verify the certification status of your system
 .
 This tool is particularly useful for system administrators and users who
 want to verify hardware compatibility with Ubuntu.
