1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: cdemu-client
Section: utils
Priority: optional
Homepage: https://cdemu.sourceforge.io/
Maintainer: Matteo Bini <matteobin@tiepi.it>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: bash-completion,
cmake (>= 3.7.0),
dh-python,
intltool,
pkgconf,
python3 (>= 3.4.0)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Package: cdemu-client
Architecture: all
Depends: python3 (>= 3.4.0), python3-gi (>= 3.0.0), gir1.2-glib-2.0, cdemu-daemon (>= 3.0.0), ${python3:Depends}, ${misc:Depends}
Recommends: bash-completion, gcdemu (>= 3.0.0)
Description: Command-line client to control CDEmu daemon
This is cdemu-client, a command-line client for controlling the
CDEmu daemon. It is part of the CDEmu suite, a free, GPL CD/DVD-ROM device
emulator for Linux.
.
It provides a way to perform the key tasks related to controlling the CDEmu
daemon, such as loading and unloading devices, displaying devices' status and
retrieving/setting devices' debug masks.
|