File: control

package info (click to toggle)
daemon 0.6.4-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 2,600 kB
  • ctags: 2,389
  • sloc: ansic: 28,824; sh: 3,036; perl: 594; makefile: 304
file content (21 lines) | stat: -rw-r--r-- 807 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
Source: daemon
Section: utils
Priority: optional
Build-Depends: debhelper (>> 7.0.50~), perl
Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
Homepage: http://www.libslack.org/daemon/
Standards-Version: 3.8.4

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).
 .
 If you want to write daemons in languages that can link against C functions
 (e.g. C, C++), see libslack which contains the core functionality of daemon.
 .
 Upstream URL: http://www.libslack.org/daemon/