Source: opensysusers
Section: admin
Priority: optional
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Build-Depends:
 debhelper-compat (= 13),
 docbook-xml,
 docbook-xsl,
 xsltproc,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/opensysusers
Vcs-Git: https://salsa.debian.org/debian/opensysusers.git
Homepage: https://github.com/cromerc/opensysusers.git

Package: opensysusers
Provides: systemd-sysusers
Architecture: all
Depends:
 ${misc:Depends},
Description: processes sysusers.d directory to create system users
 Opensysusers uses the files from sysusers.d directory to create system users
 and groups and to add users to groups, at package installation or boot time.
 This tool may be used to allocate system users and groups only, it is not
 useful for creating non-system (i.e. regular, "human") users and groups, as it
 accesses /etc/passwd and /etc/group directly, bypassing any more complex user
 databases, for example any database involving NIS or LDAP.
 .
 Opensysusers is an alternative implementation of systemd-sysusers that may
 work on systems with or without systemd installed.

Package: base-opensysusers
Priority: important
Architecture: hurd-any
Pre-Depends: opensysusers
Description: meta-package to trigger installing opensysusers on hurd ports
 This package pulls opensysusers for debootstrap to install it and fulfill
 cron-daemon-common's dependency on systemd-sysusers
