Martin Pitt martin.pitt at ubuntu.com
Wed Nov 9 11:40:02 CST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Origin: Debian/unstable
Format: 1.7
Date: Wed,  09 Nov 2005 17:34:17 +0000
Source: adduser
Binary: adduser
Architecture: source
Version: 3.77
Distribution: dapper
Urgency: low
Maintainer: Debian Adduser Developers <adduser-devel at lists.alioth.debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 adduser    - Add and remove users and groups
Closes: 176362 284688 308175 315071 315250 316089 316089 317944 318951 319043 320756 321614 323395 324699 326136 326192 327144 327804 330258 331392 331720 332815 332815 333384 334315 335196
Changes: 
 adduser (3.77) unstable; urgency=low
 .
   [ Marc Haber ]
   * call make -C po update clean in debian/rules clean.
     Thanks to Eduard Bloch. (mh)
   * invoke debconf-updatepo and po4a in clean target.
     Thanks to Thomas Huriaux. (mh)
 .
   [ Joerg Hoh ]
   * fixed bug in deluser which made not specified parameters valid
   * backup files for users have a mask of 600 and ownership is set to root
     only (Closes: #331720)
 .
 adduser (3.76) experimental; urgency=low
 .
   * use xgettext -kgtx instead of -k_ to de-confuse xgettext
 .
 adduser (3.75) experimental; urgency=low
 .
   * apply patch from Thomas Huriaux to re-work manpage generation:
     * remove doc/*.es_ES
     * remove doc/outdated/
     * create and populate doc/po4a/po
     * add the addenda to doc/po4a directory
     * modify the doc/po4a.conf file.
     * adapt debian/rules
     (mh) Closes: #335196.
   * Changes suggested by Denis Barbier
     * use YESEXPR in the yes/no question to help with non-english
       languages
     * call xgettext -c in po/Makefile
     * Eliminate concatenated msgids building full sentences.
     (mh) This hopefully solves #224301.
   * Minor string changes. (mh)
 .
 adduser (3.74) unstable; urgency=low
 .
   * Update German (de) debconf translation.
     Thanks to Daniel Knabl. (mh) Closes: #326136
   * Fix wrong bug number in 3.72 changelog regarding #333384.
 .
 adduser (3.73) unstable; urgency=low
 .
   * make adduser consistent with documentation again. The option is
     --disabled-password, not --disabled-passwd or --disabled_password.
     Thanks to Colin Watson. (mh) Closes: #332815
 .
 adduser (3.72) unstable; urgency=low
 .
   * add adduser.pot to SVN
   * Update French (fr) program translation.
     Thanks to Christian Perrier. (mh) Closes: #333384
   * Created some shell scripts which are trying to act as a testsuite (jh)
   * correct wrong "user UID" for system groups in manpage, reference
     Debian Policy 9.2.2. Thanks to Faheem Mitha. (mh) Closes: #334315
   * fix $verbose handling. (mh)
   * global rename _ to gtx to un-break File::Find. (mh)
   * internal change to config hash handling. (mh)
   * remove double definition of get_users_groups. (mh)
   * fix error message in addusertogroup. (mh)
 .
 adduser (3.71) experimental; urgency=low
 .
   * Another small patch to po/Makefile to ease translation. Thanks,
     again, to Thomas Huriaux.
   * Allow delgroup user group. Thanks to Dan Jacobson. (mh) Closes: #176362
   * Fix --disabled-passwd and --disabled-login. (mh) Closes: #332815
   * Change create_homedir parameter processing. (jh)
 .
 adduser (3.70) experimental; urgency=low
 .
   * The "Long Live Jörg" Release. Thanks for your tremendous help!
   * Update Swedish (sv) debconf translation. Thanks to Daniel Nylander
     and André Dahlqvist. (mh) Closes: #330258
   * patches by Jörg Hoh:
     - move common code regarding parameter and config file parsing to
       AdduserCommon.pm
     - put creation of home directory in a function
   * Streamlining of print(f)/die(f) statements regarding quoting,
     parenthesis and spaces. (mh/jh)
   * Clarify error message if system group to be added does already
     exist as a non-system group.
     Thanks to Peter Eisentraut. (mh) Closes: #326192
   * Move package from base to admin to clear up override disparity. (mh)
   * patch po/Makefile to be nicer to translators.
     Thanks to Thomas Huriaux. (mh) Closes: #331392
   * Don't mess with nscd's pid file any more, just invalidate caches if
     nscd binary is found. It will fail silently if nscd is installed but
     not running. Thanks to Antti Salmela, Peter Eisentraut and Bastian
     Blank. (mh) Closes: #327804
 .
 adduser (3.69) experimental; urgency=low
 .
   * the "please no more bugs from users of shadowless systems"
     release. (mh) Closes: #327144
   * versioned depends on passwd >> 1:4.0.12 because of the changed
     chage exit code (now, 15) in the "shadow passwod not enabled"
     case. Earlier versions return 3 or even a normal 1 in that case.
   * shadowless setups do only work with adduser older than 3.64, or
     with passwd younger than 1:4.0.12.
   * make clear in 3.68 changelog that Jörg's patches were against adduser
   * patches by Jörg Hoh:
     - move common code to AdduserCommon.pm
     - deluser: use GetOpt instead of manual option parsing
     - deluser: restructure plausibility checks
     - deluser: introduce "use strict"
   * make adduser.conf.5 NAME_REGEX consistent with the code. Thanks to
     Christoph Ulrich Scholler. Closes: #323395.
   * show deluser that name_regex is a valid configuration directive.
     Thanks to Christoph Ulrich Scholler. Closes: #324699.
   * put new FSF street address in debian/copyright
 .
 adduser (3.68) experimental; urgency=low
 .
   * adduser patches by Jörg Hoh:
     - use GetOpt instead of manual option parsing
     - restructure plausibility checks
     - Comment update
     - relaxed checking of configuration ("yes" is checked case
       insensitively now)
     - explicit return values
     - reorder command line checks and make them more consistent
     - add more comments
 .
 adduser (3.67) unstable; urgency=low
 .
   * Add Arabic (ar) debconf translation. Thanks to Mohammed Adnène
     Trojette. (mh) Closes: #320756
   * Update French (fr) manpages, introduce po4a to generate translated
     manpages. Thanks to Nicolas François. Closes: #321614
   * add dependency alternative debconf | debconf-2.0 to stop being a
     cdebconf transition blocker. Thanks to Joey Hess for the heads-up.
 .
 adduser (3.66) unstable; urgency=low
 .
   * Fix adduser user group. Thanks to Klaus Ethgen. Closes: #318951
   * Fix primary group check which was broken due to wrong function name.
     Thanks to Bastian Kleineidam. Closes: #319043
   * Fix broken error message on chage non-zero exit code. Thanks to
     Brian Nelson. Closes: #316089
   * have get_group_members return a list when callers expect a list.
     Thanks to Lukasz Czyczylo.
   * add lintian override: adduser does not need to depend on adduser
     to use adduser in maintainer scripts.
 .
 adduser (3.65) unstable; urgency=low
 .
   * do not abort if chage returns exit code 3. This is an indication
     that password aging cannot be set due to shadow not being enabled.
     Closes: #316089, #317944.
   * get_group_members now filters out non-existent users.
     Closes: #284688, #315071, #315250
   * Use getpwent to determine whether a to-be-deleted group is primary
     group for users to enhance compatibility with non-/etc/passwd
     backends. Closes: #308175
   * Standards-Version: 3.6.2 (no changes needed)
Files: 
 aab3fd55351135469eba93b4f3c04292 151416 admin important adduser_3.77.tar.gz
 9f203c4f5345d3f32a600bffda89d15b 643 admin important adduser_3.77.dsc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iQEVAwUBQ3IzGQF4adwMEr3XAQLPnAgAsv+HuRWLrP7oilUwi63i23bgepFnNASE
AQwYmjKaMQuVmVecYMQ1xCOvyDQTtF6wrfUAzWLFZufL074DKMqia2vcgdYbW4Zi
wwGZwqKdmk0NVk1aXChURAlq3n1z7cd480XvzaU+La6UekS244NOsFpgmZZ6NZmE
+Igxz7PqwIA9Swo2N5EEb5aHS6I9QjcB2IYlpoWgO3SCRATDfWALyQOYm0Kb26aa
WL+Ua+T0ROXz69zvyibz0HJSbOObxk9cGbvaV1g6AFOaKn7ydN/ICPjfEZXW3bml
bJ0ZhYjh34m6xF1YOAzTiq3kBDKd0sC2GFcMviQzkwQSu4nCN/R1+A==
=LDxL
-----END PGP SIGNATURE-----


Accepted:
adduser_3.77.dsc
  to pool/main/a/adduser/adduser_3.77.dsc
adduser_3.77.tar.gz
  to pool/main/a/adduser/adduser_3.77.tar.gz




More information about the dapper-changes mailing list