diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:29:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:29:55 +0000 |
commit | fd5e5f0288882f2c232b11e1a86a59a988ea25f6 (patch) | |
tree | f282b9d7906f52117728215a599fa6d8f2795377 /debian/control | |
parent | Adding upstream version 1.66. (diff) | |
download | init-system-helpers-fd5e5f0288882f2c232b11e1a86a59a988ea25f6.tar.xz init-system-helpers-fd5e5f0288882f2c232b11e1a86a59a988ea25f6.zip |
Adding debian version 1.66.debian/1.66debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a804662 --- /dev/null +++ b/debian/control @@ -0,0 +1,54 @@ +Source: init-system-helpers +Section: admin +Priority: optional +Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org> +Uploaders: Michael Biebl <biebl@debian.org>, + Martin Pitt <mpitt@debian.org>, + Felipe Sateler <fsateler@debian.org>, + Luca Boccassi <bluca@debian.org>, +Build-Depends: debhelper-compat (= 13), + fakeroot [!hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !x32] <!nocheck>, + fakechroot [!hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !x32] <!nocheck>, + libtest-deep-perl <!nocheck>, + perl:any, + python3-docutils <!nodoc>, +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/debian/init-system-helpers.git +Vcs-Browser: https://salsa.debian.org/debian/init-system-helpers + +Package: init-system-helpers +Architecture: all +Priority: required +Essential: yes +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${perl:Depends}, + usrmerge | usr-is-merged, +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 or + systemd). An example is deb-systemd-helper, a script that enables systemd unit + files without depending on a running systemd. + . + It also includes the "service", "invoke-rc.d", and "update-rc.d" scripts which + provide an abstraction for enabling, disabling, starting, and stopping + services for all supported Debian init systems as specified by the policy. + . + 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: init +Section: metapackages +Architecture: any +Priority: important +XB-Important: yes +Protected: yes +Multi-Arch: foreign +Pre-Depends: systemd-sysv [linux-any] ${alt:sysvinit}, +Depends: ${misc:Depends}, +Description: metapackage ensuring an init system is installed + This package is a metapackage which allows you to select from the available + init systems while ensuring that one of these is available on the system at + all times. |