dh-sysuser 1.3.1 source package in Ubuntu

Changelog

dh-sysuser (1.3.1) unstable; urgency=medium

  * Fix description of sysuser-helper package: s/it's/its. (Closes: #844342)
    + Thanks: Toby Speight <email address hidden>
  * Remove system user without home directory at package uninstall. If
    there is no home directory, it seems safe to assume that no files
    belong to that user, and removing that user will not cause harm.
  * Create system users with /usr/sbin/nologin as shell.
  * Do not impose dependency on bin:adduser. It is unneeded, since
    bin:sysuser-helper uses useradd(8), which is provided by bin:passwd,
    with is of required priority.
  * Document in manpage, that sysuser-helper delegates its job to useradd(8)
    (Closes: #848240)
  * Remove useless account locking in prerm.
  * Ensure that content of /etc/skel is not copied into home directory.
  * Update Vcs-* and Homepage fields in debian/control.
  * Update standards version to 4.1.3 (no changes needed)
  * Bump compat version to 11 (no changes needed)
  * Document and implement login, that system user is removed
    when it has either empty home directory or none at all (Closes: #848239)

 -- Dmitry Bogatov <email address hidden>  Wed, 07 Mar 2018 03:33:07 +0300

Upload details

Uploaded by:
Dmitry Bogatov
Uploaded to:
Sid
Original maintainer:
Dmitry Bogatov
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-sysuser_1.3.1.dsc 1.6 KiB 6ec383b0dcf93955a086426894febfacb31e3b26d0800b98575cae3863da27ae
dh-sysuser_1.3.1.tar.xz 5.1 KiB b95153a329ccaa6fe9c2599fdd0141d0ab4c299b247c46417467dcf5c8859615

Available diffs

No changes file available.

Binary packages built by this source

dh-sysuser: debhelper addon to handle creation of system users

 dh-sysuser provides a debhelper sequence addon named 'sysuser'
 and command 'dh_sysuser', which provide declarating way to
 ensure, that required users are present after package installation
 and correctly handled after package removal.

sysuser-helper: dh-sysuser implementation detail

 sysuser-helper provides code, which actually perform actions
 on system users on behalf of dh-sysuser package. This separation
 allows packages take advantage of improvement or fixes in 'dh-sysuser'
 without rebuilding.
 .
 This package is implementation detail of 'dh-sysuser'. It should
 never be installed manually. No assumption about its content can
 be made.