[ubuntu/bionic-proposed] adduser 3.116ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Tue Dec 5 17:21:11 UTC 2017


adduser (3.116ubuntu1) bionic; 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.
  * Dropped changes, included in Debian:
    - Add autopkgtest.
    - testsuite/runsuite.sh: Add the testsuite directory to @INC, so it can
      find the tests.

adduser (3.116) unstable; urgency=medium

  * Advise installation of 'perl' rather than 'perl-modules'
    (Closes: #840982)
  * Improve distinction between informational and essential messages
    (Closes: #763055)
  * Improve message accompanying error code for creating system user
    (Closes: #708073, #759740)
  * testsuite: add current directory to Perl module search path
  * Use /usr/sbin/nologin instead of /bin/false for default system shell
    (Closes: #845791)
  * Bump Standards-Version to 4.0.1

adduser (3.115) unstable; urgency=medium

  [ Afif Elghraoui ]
  * Adopt package (Closes: #811411)
  * Set Vcs-* fields to point to Git repository
  * Bump Standards-Version to 3.9.8
  * Extend last_{u,g}id to 59999 to match policy update from 3.9.0
    (Closes: #776203)
  * Note to work on the lintian error for debconf template.
  * Fix path to rpcinfo, used for NIS support.
    (Thanks to Nis Martensen for report and patch).
  * Update Vietnamese translations (Closes: #825610)
    Thanks to all translators for providing updates

  [ Helge Kreutzmann ]
  * Debconf:
      * Update Turkish translation. Closes: #676356.
      * Fix language field in Norwegian translation. Closes: #695997.
  * Program (translation):
      * Use "--previous" when generating the updated po files.
      * Mention "--add_extra_groups" in --help output. Closes: #547911.
      * Update Japanese translation. Closes: #697109.
      * Update Czech translation. Closes: #825734.
      * Update Slovak translation. Closes: #825770.
      * Updated Danish translation. Closes: #825778.
      * Update Portuguese translation. Closes: #825867.
      * Update Russian translation. Closes: #825876.
      * Update Japanese translation. Closes: #825973.
      * Update Swedish translation. Closes: #826947.
      * Update Brazilian Portuguese translation. Closes: #826965.
      * Update Italian translation. Closes: #827011.
      * Update French translation. Closes: #827140.
      * Update Hungarian translation.
      * Update Polish translation.
      * Update Basque translation.
      * Update Norwegian translation.
  * Manpage:
      * Improve pointer to customization files. Closes: #611898.
      * Improve pointer to NAME_REGEX. Closes: #508740.
      * Document --only-if-empty in delgroup.8. Closes: #722583.
      * Format SEE ALSO section correctly in all man pages.
      * Various formatting and minor language updates noted by the German
        translator(s).
      * Fixes in the German translation. Closes: #685529, #698483.
      * Update Portuguese translation. Closes: #756180, #825867.
      * Update Danish translation. Closes: #825777.
      * Update Russian translation. Closes: #825944.
      * Update Italian translation. Closes: #827012.
      * Update Polish translation.
      * Update French translation.
      * Update German translation.
  * Update example from John Zaitseff <J.Zaitseff at zap.org.au> to version 4.9.
        Thanks. Closes: #712944.
  * Fix issues found by i18nspector.
  * Add correct pot file
  * Trivial unfuzzy
  * Fix various errors found by translators (and unfuzzy translations)
  * Fix build error

adduser (3.114) unstable; urgency=medium

  * QA upload.
  * Set the maintainer to Debian QA Team and remove the
    Uploaders field.
  * Drop unnecessary versxioned relations to other packages.
  * install-manpages.pl: Pass "-n" to gzip to omit timestamps
    from the compressed files.
  * install-manpages.pl: Create directories as needed.
  * Rewrite debian/rules to use debhelper 9.
  * Apply patch from Antonio Terceiro to add autopkgtests.
  * Suggest perl instead of perl-modules.
  * Set the source format to 3.0 (native).
  * Drop irrelevant lintian overrides.
  * Drop part of the postrm, which is now inserted by debhelper.
  * Drop dependencies that debhelper inserts via ${misc:Depends}.

Date: Tue, 05 Dec 2017 08:57:20 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/adduser/3.116ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 05 Dec 2017 08:57:20 -0800
Source: adduser
Binary: adduser
Architecture: source
Version: 3.116ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
 adduser    - add and remove users and groups
Closes: 508740 547911 611898 676356 685529 695997 697109 698483 708073 712944 722583 756180 759740 763055 776203 811411 825610 825734 825770 825777 825778 825867 825876 825944 825973 826947 826965 827011 827012 827140 840982 845791
Changes:
 adduser (3.116ubuntu1) bionic; 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.
   * Dropped changes, included in Debian:
     - Add autopkgtest.
     - testsuite/runsuite.sh: Add the testsuite directory to @INC, so it can
       find the tests.
 .
 adduser (3.116) unstable; urgency=medium
 .
   * Advise installation of 'perl' rather than 'perl-modules'
     (Closes: #840982)
   * Improve distinction between informational and essential messages
     (Closes: #763055)
   * Improve message accompanying error code for creating system user
     (Closes: #708073, #759740)
   * testsuite: add current directory to Perl module search path
   * Use /usr/sbin/nologin instead of /bin/false for default system shell
     (Closes: #845791)
   * Bump Standards-Version to 4.0.1
 .
 adduser (3.115) unstable; urgency=medium
 .
   [ Afif Elghraoui ]
   * Adopt package (Closes: #811411)
   * Set Vcs-* fields to point to Git repository
   * Bump Standards-Version to 3.9.8
   * Extend last_{u,g}id to 59999 to match policy update from 3.9.0
     (Closes: #776203)
   * Note to work on the lintian error for debconf template.
   * Fix path to rpcinfo, used for NIS support.
     (Thanks to Nis Martensen for report and patch).
   * Update Vietnamese translations (Closes: #825610)
     Thanks to all translators for providing updates
 .
   [ Helge Kreutzmann ]
   * Debconf:
       * Update Turkish translation. Closes: #676356.
       * Fix language field in Norwegian translation. Closes: #695997.
   * Program (translation):
       * Use "--previous" when generating the updated po files.
       * Mention "--add_extra_groups" in --help output. Closes: #547911.
       * Update Japanese translation. Closes: #697109.
       * Update Czech translation. Closes: #825734.
       * Update Slovak translation. Closes: #825770.
       * Updated Danish translation. Closes: #825778.
       * Update Portuguese translation. Closes: #825867.
       * Update Russian translation. Closes: #825876.
       * Update Japanese translation. Closes: #825973.
       * Update Swedish translation. Closes: #826947.
       * Update Brazilian Portuguese translation. Closes: #826965.
       * Update Italian translation. Closes: #827011.
       * Update French translation. Closes: #827140.
       * Update Hungarian translation.
       * Update Polish translation.
       * Update Basque translation.
       * Update Norwegian translation.
   * Manpage:
       * Improve pointer to customization files. Closes: #611898.
       * Improve pointer to NAME_REGEX. Closes: #508740.
       * Document --only-if-empty in delgroup.8. Closes: #722583.
       * Format SEE ALSO section correctly in all man pages.
       * Various formatting and minor language updates noted by the German
         translator(s).
       * Fixes in the German translation. Closes: #685529, #698483.
       * Update Portuguese translation. Closes: #756180, #825867.
       * Update Danish translation. Closes: #825777.
       * Update Russian translation. Closes: #825944.
       * Update Italian translation. Closes: #827012.
       * Update Polish translation.
       * Update French translation.
       * Update German translation.
   * Update example from John Zaitseff <J.Zaitseff at zap.org.au> to version 4.9.
         Thanks. Closes: #712944.
   * Fix issues found by i18nspector.
   * Add correct pot file
   * Trivial unfuzzy
   * Fix various errors found by translators (and unfuzzy translations)
   * Fix build error
 .
 adduser (3.114) unstable; urgency=medium
 .
   * QA upload.
   * Set the maintainer to Debian QA Team and remove the
     Uploaders field.
   * Drop unnecessary versxioned relations to other packages.
   * install-manpages.pl: Pass "-n" to gzip to omit timestamps
     from the compressed files.
   * install-manpages.pl: Create directories as needed.
   * Rewrite debian/rules to use debhelper 9.
   * Apply patch from Antonio Terceiro to add autopkgtests.
   * Suggest perl instead of perl-modules.
   * Set the source format to 3.0 (native).
   * Drop irrelevant lintian overrides.
   * Drop part of the postrm, which is now inserted by debhelper.
   * Drop dependencies that debhelper inserts via ${misc:Depends}.
Checksums-Sha1:
 d27145e7ad399a3159ebe961673e6792e7c90752 1845 adduser_3.116ubuntu1.dsc
 c0d96f85255bab4ab2375d4d9a84660979b9b476 216868 adduser_3.116ubuntu1.tar.xz
 95f6d626de1d07624dff440f84b3f46bc2be167d 6224 adduser_3.116ubuntu1_source.buildinfo
Checksums-Sha256:
 fc44097093d74fc2e36fc37dceb54cf6bcb70a434240b14fd91beb64849cf2fd 1845 adduser_3.116ubuntu1.dsc
 f34f1d95e96ecae3b068a3dd666848f82f06cbb26152c56a6b72bd71555a8f18 216868 adduser_3.116ubuntu1.tar.xz
 efa9c940811cbcef75c198bb6e9e2aff103f7353fcff878603ba9e95afa5b48a 6224 adduser_3.116ubuntu1_source.buildinfo
Files:
 b804d45b65afc24665dc73a957cdf353 1845 admin important adduser_3.116ubuntu1.dsc
 5f3b687fb2a378dbf7fd8ba12190262c 216868 admin important adduser_3.116ubuntu1.tar.xz
 74ab7441a9ab0cba0365bd12e5ebe434 6224 admin important adduser_3.116ubuntu1_source.buildinfo
Original-Maintainer: Debian Adduser Developers <adduser-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQI3BAEBCgAhBQJaJtU5GhxzdGV2ZS5sYW5nYXNla0B1YnVudHUuY29tAAoJEFaN
MPMhshM9oYAP/0Ieq4tYjwnrzZ5s1/zjlJCsFTC7za2hJIWx6XBZbElY/owEkN5V
j5N6rEphJaeAVdPuDkyc7BzLecM5JehMoBGQqYDbyqjh51e+03KdDobNjHkULL4j
5JFTqEegws/FZL5B/co4+ghj2EWlCbYaOeBPBcbWmQ9RvaTjHHYD+pY6L9X/ofDO
wt9BSq2eVZU7eog0lXdlapmxPiwjfyOJnUXr57aiPeBy56HAR2pFW7G4GZtizVqZ
r0tk6y4lR7TJmCNi4+Dim659yHYxwo/KYUxzeZExNOwxNbX4aUUcAqtmMzzGC4TY
bmCoqi94Qgv5r3DfiQYDfceqtQbI7XReQKeI+xaUW4iqpwbXN9We2CREBHkNMZb+
3iBz8Orq1JCqLt1l14DX/mCd+l/6/J5wHLVYreqGoDqEXPYwGViADzqdDdmZSHmC
6/8zzlPcIn677vuvisRJOyvhx+BRH5usmEkzCCG+xrHiCdzSmBDZsVv3xll5QzYo
cDFoiVhz4lLFR8PevAeG8jVdoUnJfnnNfBjRK2z/KP0qg7PP6ct8K39EWl7fZDQd
SsYAWRP3o9DCB5EofOTREXwrU+/RYM0CRng/g4stH1ze0oNzWdj8Cgow14gQpJAd
pd+3rJY+VgT53p351ycRGuwsfSdTvsGKFYhE0WBUTpnoRj8bJicbo/ME
=nELU
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list