adduser 3.113ubuntu1 source package in Ubuntu

Changelog

adduser (3.113ubuntu1) precise; urgency=low

  * Merge from Debian testing, cleaning up a mess of missing translations
    due to previous .po file mismerging.
  * 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: recommend ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
  * Dropped changes, included in Debian:
    - deluser: added missing linebreak at line 338
    - deluser: Remove symlinks to directories with rm, not rmdir
  * Mark adduser Multi-Arch: foreign.

adduser (3.113) unstable; urgency=low

  * Warning to STDERR (closes: #561864)
  * Use unlink on symlinks (closes: #609156)
  * Keep test from complaining (closes: #613009)
  * Use db_settitle instead of db_title (closes: #560313)
  * Add newline to deluser output (closes: #592629)
  * Don't go wrong if user or group is 0, although, please, stop that
    (closes: #617480)
  * Add afs to EXCLUDE_FSTYPES by default (closes: #630340)

adduser (3.112+nmu2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix pending l10n issues. Debconf translations:
    - Danish (Joe Hansen). Closes: #599836
    - Catalan (Jordi Mallach). Closes: #601099
    - Polish (Robert Luberda). Closes: #602344
  * Manpages translations:
    - French (David Prévot). Closes: #601453
    - Polish (Robert Luberda).
    - Russian (Yuri Kozlov). Closes: #602234
    - Portuguese (Américo Monteiro).  Closes: #602356
    - Swedish (Martin Bagge). Closes: #603297
    - Spanish (Omar Campagne). Closes: #603557
    - German (Martin Eberhard Schauer). Closes: #603758
    - Slovak: file moved to po/
  * Programs translations:
    - Dutch (Remco Rijnders). Closes: #603825
    - Catalan (Jordi Mallach).
    - Danish (Joe Hansen). Closes: #602255, #603523
    - Russian (Yuri Kozlov).
    - Simplified Chinese (Aron Xu). Closes: #602269
    - Czech (Miroslav Kure). Closes: #602294
    - Polish (Robert Luberda). Closes: #602344
    - Slovak (Ivan Masár). Closes: #602461
    - Japanese (Kenshi Muto). Closes: #602514
    - Portuguese (Américo Monteiro).  Closes: #602650
    - Vietnamese (Clytie Siddall). Closes: #602688
    - Swedish (Martin Bagge). Closes: #602801
    - German (Tobias Quathamer). Closes: #602805
    - Bokmål, Norwegian (Hans Fredrik Nordhaug).
    - Italian (Luca Monducci). Closes: #602969
    - Spanish (Javier Fernández-Sanguino). Closes: #603121
    - Basque (Iñaki Larrañaga Murgoitio). Closes: #603266
    - French (Jean-Baka Domelevo Entfellner). Closes: #603546
    - Brazilian Portuguese (Adriano Rafael Gomes). Closes: #603622
  * Update po4a.conf and debian/rules for Portuguese and German
    manual pages translations. Closes: #599695
  * Handle translated manpages in UTF-8.
  * Update adduser.pot. Closes: #602547
 -- Steve Langasek <email address hidden>   Wed, 19 Oct 2011 14:34:19 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
adduser_3.113ubuntu1.tar.gz 300.6 KiB 7f7fa413871f6035cf961089e5342cbe6c8904d4ac4ed602a4ba330d531c3336
adduser_3.113ubuntu1.dsc 1.7 KiB d18dd17b7aca2361756f0f63a1fddf4e77066dd1de0c6e546175d645169bf086

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.
 .
  Development mailing list:
    http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/