Source: runit
Section: admin
Maintainer: Lorenzo Puliti <plorenzo@disroot.org>
Priority: optional
Standards-Version: 4.7.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,
               doc-base,
Vcs-Browser: https://salsa.debian.org/debian/runit
Vcs-Git: https://salsa.debian.org/debian/runit.git

Package: runit
Section: init-diversity
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: runit-init (<< 2.1.2-29~)
Breaks: runit-init (<< 2.1.2-60~), runit-run (<= 2.1.2-59), xchpst (<< 0.5.0-1~)
Conflicts: daemontools-run
Recommends: runit-run | runit-init
Suggests: socklog, ucspi-unix, zsh, runit-services, xchpst
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-antix
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: runit-init, runit
Breaks: runit-init, runit
Recommends: runit-init-antix
Suggests: socklog
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
Section: init-diversity
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
Section: init-diversity
Architecture: all
Breaks: ${runit:Breaks}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: psmisc
Suggests: fgetty
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
Section: init-diversity
Architecture: any
Protected: yes
Depends: runit (>= 2.1.2-60~), ${misc:Depends},
 ${shlibs:Depends}, getty-run, insserv, initscripts, mount [linux-any]
Breaks: ${runit:Breaks}
Replaces: systemd-sysv, sysvinit-core, finit-sysv
Conflicts: systemd-sysv,
           sysvinit-core,
           finit-sysv,
           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
 
Package: runit-init-diversity
Section: init-diversity
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, runit (=${binary:Version}), init-diversity-tools, grub-init-diversity,
Replaces: runit, runit-init,
Provides: runit-antix,
Recommends: runit-service-manager, 
			runit-run, 
			getty-run, 
			sysvinit-init-diversity,  
			s6-66-init-diversity, 
			s6-rc-init-diversity, 
			openrc-init-diversity,
			dinit-init-diversity,
Suggests: systemd-shim, systemd-init-diversity,
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.
 .
 This is a metapackage to simplify installation requirements for runit 
 to be run in a multi-init configuration. It automatically installs the 
 grub-init-diversity & init-diversity-tools packages which provide support for
 the grub menus & compatibility symlinks (shutdown, halt, reboot, poweroff) 
 that are expected by desktop environments and other system tools for various
 inits including runit.

Package: runit-init-antix
Architecture: all
Depends: runit-antix, ${misc:Depends},
 ${shlibs:Depends}, getty-run, runit-service-boot-module, init-diversity-tools, grub-init-diversity, runit-service-seatd 
Recommends: runit-service-manager
Breaks: ${runit:Breaks}
Replaces: systemd-sysv, sysvinit-core, runit, runit-init
Conflicts: systemd-sysv, sysvinit-core, libnss-systemd, runit, runit-init
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, that boots your system and starts runit.
