File: control

package info (click to toggle)
cdemu-daemon 3.2.7-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 748 kB
  • sloc: ansic: 9,227; xml: 99; sh: 39; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download
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
29
30
31
32
Source: cdemu-daemon
Section: misc
Priority: optional
Homepage: https://cdemu.sourceforge.io/
Maintainer: Matteo Bini <matteobin@tiepi.it>
Build-Depends: cmake (>= 3.7.0),
               debhelper-compat (= 13),
               intltool,
               libao-dev (>= 0.8.0),
               libglib2.0-dev (>= 2.38),
               libmirage-dev (>= 3.2.0)
Standards-Version: 4.7.0
Rules-Requires-Root: no


Package: cdemu-daemon
Architecture: any
Depends: dbus-user-session, ${shlibs:Depends}, ${misc:Depends}
Recommends: vhba-dkms (>= 20170610)
Description: Main CDEmu daemon
 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.