Skip to content
Snippets Groups Projects
Commit ad27ea00 authored by Aurelien Jarno's avatar Aurelien Jarno
Browse files

debian/debhelper.in/libc-bin.{install,lintian-overrides}: move ldconfig to /usr/sbin.

parent b6da6761
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ glibc (2.38-9) UNRELEASED; urgency=medium
* debian/tests/control: re-enable autopkgtest on arm64, the memory
consumption should be lower with gcc-13.
* debian/testsuite-xfail-debian.mk: remove now fixed riscv64 XFAILs.
* debian/debhelper.in/libc-bin.{install,lintian-overrides}: move ldconfig to
/usr/sbin.
 
-- Aurelien Jarno <aurel32@debian.org> Mon, 06 May 2024 23:24:38 +0200
 
......
......@@ -4,7 +4,7 @@ debian/local/etc/ld.so.conf.d etc
debian/local/etc/nsswitch.conf usr/share/libc-bin
debian/local/etc/nss etc/default
posix/gai.conf etc
sbin/ldconfig sbin
sbin/ldconfig usr/sbin
usr/bin/getconf
usr/bin/getent
usr/bin/iconv
......
# ldconfig must be executable even when the libc is not configured, and
# thus must be linked statically
statically-linked-binary sbin/ldconfig
shared-library-lacks-prerequisites [sbin/ldconfig]
statically-linked-binary usr/sbin/ldconfig
shared-library-lacks-prerequisites [usr/sbin/ldconfig]
# these manpages are provided by the manpages package
no-manual-page [sbin/ldconfig]
no-manual-page [usr/sbin/ldconfig]
no-manual-page [usr/bin/getent]
no-manual-page [usr/bin/iconv]
no-manual-page [usr/bin/ld.so]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment