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.6.2
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.2, anstream@0.6.5, anstyle-parse@0.2.3, anstyle-query@1.0.2, anstyle-wincon@3.0.2, anstyle@1.0.4, anyhow@1.0.79, atty@0.2.14, autocfg@1.1.0, bitflags@1.3.2, bitflags@2.4.1, cfg-if@1.0.0, clap@4.4.14, clap_builder@4.4.14, clap_complete@4.4.6, clap_derive@4.4.7, clap_lex@0.6.0, colorchoice@1.0.0, env_logger@0.9.3, equivalent@1.0.1, errno@0.3.8, fastrand@2.0.1, getrandom@0.2.12, hashbrown@0.14.3, heck@0.4.1, hermit-abi@0.1.19, humantime@2.1.0, indexmap@2.1.0, itoa@1.0.10, libc@0.2.152, linux-raw-sys@0.4.12, log@0.4.20, memchr@2.7.1, memoffset@0.7.1, nix@0.26.4, pin-utils@0.1.0, proc-macro2@1.0.76, quote@1.0.35, redox_syscall@0.4.1, regex-automata@0.4.3, regex-syntax@0.8.2, regex@1.10.2, rustix@0.38.28, ryu@1.0.16, serde@1.0.195, serde_derive@1.0.195, serde_json@1.0.111, strsim@0.10.0, syn@2.0.48, tempfile@3.9.0, termcolor@1.4.0, terminal_size@0.3.0, unicode-ident@1.0.12, utf8parse@0.2.1, uuid@1.6.1, wasi@0.11.0+wasi-snapshot-preview1, winapi-i686-pc-windows-gnu@0.4.0, winapi-util@0.1.6, winapi-x86_64-pc-windows-gnu@0.4.0, winapi@0.3.9, windows-sys@0.48.0, windows-sys@0.52.0, windows-targets@0.48.5, windows-targets@0.52.0, windows_aarch64_gnullvm@0.48.5, windows_aarch64_gnullvm@0.52.0, windows_aarch64_msvc@0.48.5, windows_aarch64_msvc@0.52.0, windows_i686_gnu@0.48.5, windows_i686_gnu@0.52.0, windows_i686_msvc@0.48.5, windows_i686_msvc@0.52.0, windows_x86_64_gnu@0.48.5, windows_x86_64_gnu@0.52.0, windows_x86_64_gnullvm@0.48.5, windows_x86_64_gnullvm@0.52.0, windows_x86_64_msvc@0.48.5, windows_x86_64_msvc@0.52.0

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.
