adduser 3.118ubuntu1 source package in Ubuntu

Changelog

adduser (3.118ubuntu1) disco; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - extrausers support for adduser.

adduser (3.118) unstable; urgency=low

  * Team upload

  [ Afif Elghraoui ]
  * Remove myself from uploaders

  [ Boyuan Yang ]
  * po: Refresh po files
  * po: Update Simplified Chinese (zh_CN) translation
  * debian/rules: Avoid invoking dpkg-parsechangelog directly
  * debian/control: Bump Standards-Version to 4.2.1.

  [ Helge Kreutzmann ]
  * Update German debconf translation (Closes: #898034)

  [ Frans Spiesschaert ]
  * Update Dutch debconf translation (Closes: #898769)

  [ Julien Patriarca ]
  * Update French debconf translation (Closes: #901031)

 -- Steve Langasek <email address hidden>  Fri, 01 Feb 2019 12:01:22 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Disco
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
adduser_3.118ubuntu1.tar.xz 212.2 KiB 16e8d59231d814af0701a24195246f169a26df1b39d59e3cea04db882a31973a
adduser_3.118ubuntu1.dsc 1.8 KiB 415e093e945d4a37679504f4f54e0fcd903c4f524dd90526440965aea7bba77c

Available diffs

View changes file

Binary packages built by this source

adduser: add and remove users and groups

 This package includes the 'adduser' and 'deluser' commands for creating
 and removing users.
 .
  - 'adduser' creates new users and groups and adds existing users to
    existing groups;
  - 'deluser' removes users and groups and removes users from a given
    group.
 .
 Adding users with 'adduser' is much easier than adding them manually.
 Adduser will choose appropriate UID and GID values, create a home
 directory, copy skeletal user configuration, and automate setting
 initial values for the user's password, real name and so on.
 .
 Deluser can back up and remove users' home directories
 and mail spool or all the files they own on the system.
 .
 A custom script can be executed after each of the commands.