File: control

package info (click to toggle)
daemon 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,072 kB
  • sloc: ansic: 30,432; sh: 4,310; perl: 592; makefile: 307
file content (20 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: daemon
Section: utils
Priority: optional
Build-Depends: debhelper-compat (=13), perl, libsystemd-dev
Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://libslack.org/daemon/
Vcs-Browser: https://salsa.debian.org/debian/daemon
Vcs-Git: https://salsa.debian.org/debian/daemon.git


Package: daemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: turns other processes into daemons
 There are many tasks that need to be performed to correctly set up a
 daemon process. This can be tedious. Daemon performs these tasks for
 other processes. This is useful for writing daemons in languages other
 than C, C++ or Perl (e.g. /bin/sh, Java).