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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: init-system-helpers
Section: admin
Priority: extra
Maintainer: pkg-systemd-maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
Tollef Fog Heen <tfheen@debian.org>,
Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 8.0.0), perl
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/collab-maint/init-system-helpers.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/init-system-helpers.git;a=summary
Package: init-system-helpers
Architecture: all
Multi-Arch: foreign
Depends: perl-base (>= 5.20.1-3), ${perl:Depends}, ${misc:Depends}
Breaks: systemd (<< 44-12)
Description: helper tools for all init systems
This package contains helper tools that are necessary for switching between
the various init systems that Debian contains (e.g. sysvinit, upstart,
systemd). An example is deb-systemd-helper, a script that enables systemd unit
files without depending on a running systemd.
.
While this package is maintained by pkg-systemd-maintainers, it is NOT
specific to systemd at all. Maintainers of other init systems are welcome to
include their helpers in this package.
Package: dh-systemd
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends}, ${misc:Depends}, debhelper
Suggests: augeas-tools
Description: debhelper add-on to handle systemd unit files
dh-systemd provides a debhelper sequence addon named 'systemd' and the
dh_systemd_enable/dh_systemd_start commands.
.
The dh_systemd_enable command adds the appropriate code to the postinst, prerm
and postrm maint scripts to properly enable/disable systemd service files.
The dh_systemd_start command deals with start/stop/restart on upgrades for
systemd-only service files.
Package: init
Section: metapackages
Architecture: any
Essential: yes
Priority: required
Pre-Depends: systemd-sysv [linux-any] | sysvinit-core | upstart [linux-any]
Description: System-V-like init utilities - metapackage
This package is an essential metapackage which allows you to select from
three available init systems in Debian (systemd, sysvinit, upstart) while
ensuring that one of these is available on the system at all times.
|