Source: mdevctl
Section: admin
Priority: optional
Maintainer: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Rules-Requires-Root: no
Build-Depends: cargo,
               debhelper-compat (= 13),
               dh-cargo,
               librust-anyhow-dev (>= 1.0.0),
               librust-env-logger+default-dev (>= 0.7.1),
               librust-log+serde-dev (>= 0.4.0),
               librust-serde-json+indexmap-dev (>= 1.0.0),
               librust-structopt+default-dev (>= 0.3.13),
               librust-tempfile-dev (>= 3.1.0) <!nocheck>,
               librust-uuid-dev (>= 0.8.1),
               systemd,
               udev,
Standards-Version: 4.5.1
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

Package: mdevctl
Architecture: any
Multi-Arch: foreign
Depends: udev,
         ${misc:Depends},
         ${shlibs:Depends},
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.
