Source: cdemu-daemon
Section: misc
Priority: optional
Maintainer: Steven Pusser <stevep@mxlinux.org>
XSBC-Original-Maintainer: Christian Marillat <marillat@deb-multimedia.org>
# Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://cdemu.sourceforge.io/about/daemon/
Standards-Version: 4.6.2
Build-Depends: cmake (>= 3.7.0~),
               debhelper-compat (= 13),
               intltool,
               libao-dev (>= 0.8.0),
               libglib2.0-dev (>= 2.28),
               libmirage-dev (>= 1:3.2.5~),
               ninja-build

Package: cdemu-daemon
Architecture: any
Depends: dbus-user-session,
         libmirage-plugin (>= 1:3.2.5~),
         procps,
         vhba-dkms (>= 20170610~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: daemon for CDEmu
 This is CDEmu daemon, the daemon part of the CDEmu suite, a free, GPL
 CD/DVD-ROM device emulator for Linux.
 .
 It receives SCSI commands from kernel module and processes them, passing
 the requested data back to the kernel. Daemon implements the actual
 virtual device; one instance per each device registered by kernel module.
 It uses libMirage, an image access library that is part of CDEmu suite, for
 the image access (e.g. sector reading).
 .
 The daemon registers itself on D-BUS' system or session bus (depending on
 the options passed to it) where it exposes an interface that can be used by
 clients to control it.
