Source: mdevctl
Section: admin
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Uploaders: Athos Ribeiro <athos.ribeiro@canonical.com>
Rules-Requires-Root: no
Build-Depends: cargo,
               debhelper-compat (= 13),
               dh-cargo,
               pkgconf,
               python3-docutils,
               systemd-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/mdevctl/mdevctl
Vcs-Git: https://salsa.debian.org/debian/mdevctl.git
Vcs-Browser: https://salsa.debian.org/debian/mdevctl/tree/debian/master
XS-Vendored-Sources-Rust: aho-corasick@1.1.3, anstream@0.6.18, anstyle-parse@0.2.6, anstyle-query@1.1.2, anstyle-wincon@3.0.7, anstyle@1.0.10, anyhow@1.0.95, atty@0.2.14, autocfg@1.4.0, bitflags@1.3.2, bitflags@2.8.0, cfg-if@1.0.0, clap@4.5.27, clap_builder@4.5.27, clap_complete@4.5.42, clap_derive@4.5.24, clap_lex@0.7.4, colorchoice@1.0.3, env_logger@0.9.3, equivalent@1.0.1, errno@0.3.10, fastrand@2.3.0, getrandom@0.2.15, hashbrown@0.15.2, heck@0.5.0, hermit-abi@0.1.19, humantime@2.1.0, indexmap@2.7.1, is_terminal_polyfill@1.70.1, itoa@1.0.14, libc@0.2.169, linux-raw-sys@0.4.15, log@0.4.25, memchr@2.7.4, memoffset@0.7.1, nix@0.26.4, once_cell@1.20.2, pin-utils@0.1.0, proc-macro2@1.0.93, quote@1.0.38, regex-automata@0.4.9, regex-syntax@0.8.5, regex@1.11.1, rustix@0.38.44, ryu@1.0.18, serde@1.0.217, serde_derive@1.0.217, serde_json@1.0.137, strsim@0.11.1, syn@2.0.96, tempfile@3.15.0, termcolor@1.4.1, terminal_size@0.4.1, unicode-ident@1.0.15, utf8parse@0.2.2, uuid@1.12.1, wasi@0.11.0+wasi-snapshot-preview1, winapi-i686-pc-windows-gnu@0.4.0, winapi-util@0.1.9, winapi-x86_64-pc-windows-gnu@0.4.0, winapi@0.3.9, windows-sys@0.59.0, windows-targets@0.52.6, windows_aarch64_gnullvm@0.52.6, windows_aarch64_msvc@0.52.6, windows_i686_gnu@0.52.6, windows_i686_gnullvm@0.52.6, windows_i686_msvc@0.52.6, windows_x86_64_gnu@0.52.6, windows_x86_64_gnullvm@0.52.6, windows_x86_64_msvc@0.52.6

Package: mdevctl
Architecture: any
Multi-Arch: foreign
Depends: udev,
         ${misc:Depends},
         ${shlibs:Depends},
         ${cargo:Depends},
Recommends: ${cargo:Recommends},
Suggests: ${cargo:Suggests},
Provides: ${cargo:Provides},
Built-Using: ${cargo:Built-Using},
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: Mediated device management utility for Linux
 mdevctl is a utility for managing and persisting devices in the mediated
 device framework of the Linux kernel. Mediated devices are sub-devices
 of a parent device (ex. a vGPU) which can be dynamically created and
 potentially used by drivers like vfio-mdev for assignment to virtual machines.
