adduser (3.153)
[PTS] [DDPO]
COMMITS: VCS has seen 12 commits since the debian/3.153 tag
- Git: https://salsa.debian.org/debian/adduser.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 1441792
- Browser: https://salsa.debian.org/debian/adduser
- Last scan: 2025-10-19 10:47:04+00
- Next scan: 2025-10-26 21:00:00+00
- CI pipeline status: success
- Debian changelog in Git:
adduser (3.153) unstable; urgency=medium
[ Marc Haber ]
* various manual page fixes. Thanks to Bjarni Ingi
Gislason <bjarniig@simnet.is> (Closes: #1107990, #1105900)
* move PATH initialization very early in program.
Thanks to Luca Boccassi (Closes: #1108017)
* use sanitize_string with replace in find_match.
Thanks to Rob Browning (Closes: #1112486)
[ Alexander Golubev ]
* Some minor messages' fixes.
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 14 Sep 2025 13:53:43 +0200
- This branch is 12 commits ahead of tag debian/3.153
- Git log:
commit 02ad950aafe8d7e09fc6987317654c41e8f15009
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Thu Sep 18 09:58:30 2025 +0200
correctly sanitize names in deluser
Thanks: Dagfinn Ilmari Mannsåker
Closes: #1109329
commit d8e3b97d73f28ec9063be42241fb7d3609efa8e8
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Thu Sep 18 09:41:42 2025 +0200
have delgroup reject user-specific command line options
This a drive-by fix 1109329, when another user reported an unrelated
issue
commit 3d9569f10976c6725813765e38b09fa996e75ac6
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Thu Sep 18 09:41:19 2025 +0200
add a test for deluser with a user-specific option
Git-Dch: ignore
commit c68dcbb63fd803a301faf53f8d22bcf84a41d644
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Thu Sep 18 09:19:55 2025 +0200
make deluser --group work as documented
This a drive-by fix 1109329, when another user reported an unrelated
issue
commit c1ea85e251491327a01136623f5bcfa03f78bc5b
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Thu Sep 18 09:18:26 2025 +0200
add test for deluser --group
Git-Dch: ignore
commit 77331713cece439372e2f081153bb87f356a6c4e
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Sun Sep 14 10:44:59 2025 +0200
fix indent
Git-Dch: ignore
commit dc525e2259af59571d706361dbe297751e0d7ce5
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Sun Sep 14 09:59:24 2025 +0200
fix readding -> reading
Git-Dch: ignore
commit 9f48853a2bb6f302cbf97210bb60102b4518b2d5
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Sun Sep 14 09:58:07 2025 +0200
fix brace position
Git-Dch: ignore
commit 6711e06b0ec032fecb8a647775cbc0a823419da2
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Sun Sep 14 09:57:14 2025 +0200
remove doubled semicolon.
Git-Dch: ignore
commit 53262f1e5730982380e65080562b9b51bc821ece
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Sun Sep 14 09:38:50 2025 +0200
rename testsuite file names for better ordering
Git-Dch: ignore
commit 1150d03a7a76ea735d052e15bd3ca6478da1f290
Author: Matt Barry <matt@hazelmollusk.org>
Date: Fri Mar 28 09:45:10 2025 -0400
document --no-copy-skel
commit ae36756eee99d1cc570b88363ba308e7bf10d0be
Author: Matt Barry <matt@hazelmollusk.org>
Date: Fri Mar 28 09:28:12 2025 -0400
add --no-copy-skel option
Fixes: #1099633