Merge branch '2024-02-12/1' into 'master'

(Helmut Grohne) move login and shadowconfig to /usr

See merge request debian/shadow!19
This commit is contained in:
Jonathan Carter
2024-02-18 12:43:59 +00:00
4 changed files with 10 additions and 3 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
shadow (1:4.13+dfsg1-4) unstable; urgency=medium
[ Helmut Grohne ]
* DEP17: Move login and shadowconfig to /usr. (Closes: #1059915)
-- Serge Hallyn <serge@hallyn.com> Sun, 04 Feb 2024 20:28:27 +0000
shadow (1:4.13+dfsg1-3) unstable; urgency=medium
* Team upload

View File

@@ -4,4 +4,4 @@ sbin/nologin usr/sbin
usr/bin/faillog
usr/bin/lastlog
usr/bin/newgrp
bin/login
bin/login usr/bin

View File

@@ -1,5 +1,5 @@
debian/default/useradd etc/default
debian/shadowconfig sbin
debian/shadowconfig usr/sbin
usr/bin/chage
usr/bin/chfn
usr/bin/chsh

2
debian/rules vendored
View File

@@ -42,7 +42,7 @@ endif
dh_install -a
ifeq ($(DEB_HOST_ARCH_OS),hurd)
# /bin/login is provided by the hurd package.
rm -f debian/login/bin/login
rm -f debian/login/usr/bin/login
endif
override_dh_installpam: