Source: runit
Section: admin
Maintainer: Lorenzo Puliti <plorenzo@disroot.org>
Priority: optional
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://smarden.org/runit/
Build-Depends: bash-completion,
               debhelper-compat (= 13),
               dh-exec,
               dh-runit (>= 2.10.2),
               dh-sysuser (>= 1.3.6+really1.4.0),
               dh-buildinfo (>= 0.11+nmu1),
               doc-base,
Vcs-Browser: https://salsa.debian.org/debian/runit
Vcs-Git: https://salsa.debian.org/debian/runit.git

Package: runit
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: runit-init (<< 2.1.2-29~)
Breaks: runit-init (<< 2.1.2-29~)
Recommends: runit-run | runit-init
Suggests: socklog, ucspi-unix, zsh, runit-services
Description: system-wide service supervision
 runit is a collection of tools to provide system-wide service supervision
 and to manage services.  Contrary to sysv init, it not only cares about
 starting and stopping services, but also supervises the service daemons
 while they are running.  Amongst other things, it provides a reliable
 interface to send signals to service daemons without the need for pid-files,
 and a log facility with automatic log file rotation and disk space limits.
 .
 runit service supervision can run under sysv init, systemd or replace the init
 system completely. Complete init replacement is provided by 'runit-init'
 package. Users that want to take advantage of runit supervision under systemd
 or sysv init can directly install the 'runit-run' package.

Package: runit-run
Architecture: all
Breaks: runit (<< 2.1.2-4), runit-sysv (<= 2.1.2-36), runit-systemd (<= 2.1.2-36), ${runit:Breaks}
Replaces: runit (<< 2.1.2-4), runit-sysv (<= 2.1.2-36), runit-systemd (<= 2.1.2-36)
Conflicts: runit-init
Depends: runit, ${misc:Depends}, ${shlibs:Depends}
Description: service supervision (systemd and sysv integration)
 runit is a collection of tools to provide system-wide service supervision
 and to manage services.  Contrary to sysv init, it not only cares about
 starting and stopping services, but also supervises the service daemons
 while they are running.  Amongst other things, it provides a reliable
 interface to send signals to service daemons without the need for pid-files,
 and a log facility with automatic log file rotation and disk space limits.
 .
 This package provides service file to start runit supervision via systemd
 and an entry in /etc/inittab that respawns the supervision tree for sysv
 users.

Package: getty-run
Architecture: all
Suggests: fgetty
Breaks: ${runit:Breaks}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: runscripts to supervise getty processes
 runit is a collection of tools to provide system-wide service supervision
 and to manage services.  Contrary to sysv init, it not only cares about
 starting and stopping services, but also supervises the service daemons
 while they are running.  Amongst other things, it provides a reliable
 interface to send signals to service daemons without the need for pid-files,
 and a log facility with automatic log file rotation and disk space limits.
 .
 This package provides scripts to supervise getty processes, allowing
 local login.

#Package: runit-init
#Architecture: any
#Depends: runit (>= 2.1.2-57~), ${misc:Depends},
# ${shlibs:Depends}, getty-run, insserv, initscripts, mount [linux-any]
#Breaks: ${runit:Breaks}
#Replaces: systemd-sysv, sysvinit-core
#Conflicts: systemd-sysv,
#           sysvinit-core,
#           libnss-systemd,
#           molly-guard (<< 0.8.3~),
#           bfh-container (<< 20211009-24~),
#           progress-linux-container (<< 20221002-12~),
#Recommends: runit-services
#Description: system-wide service supervision (as init system)
# runit is a collection of tools to provide system-wide service supervision
# and to manage services.  Contrary to sysv init, it not only cares about
# starting and stopping services, but also supervises the service daemons
# while they are running.  Amongst other things, it provides a reliable
# interface to send signals to service daemons without the need for pid-files,
# and a log facility with automatic log file rotation and disk space limits.
# .
# This package provides /sbin/init as a symlink to runit-init so that the system
# will automatically boot with runit; it also provides compatibility symlinks
# (shutdown, halt, reboot, poweroff) that are expected by desktop environments
# and other system tools.
# To install this package the user need to first remove the `init' metapackage,
# for more details see #1005881 or visit
# https://salsa.debian.org/runit-team/runit-wiki/-/wikis/home
