On 2018-09-16 02:38, Alexander Huynh wrote: > Hello all, > > I have a branch on Salsa [0] that would provide ordering for the two files I > currently see placed in /etc/ld.so.conf.d/: > > * libc.conf > * $(uname -m)-linux-gnu.conf > > I've also done a sweep of the rest of the repo, adding ordering to other files > that could appear in /etc/ld.so.conf.d/.
This only changes the name of the files, which is the trivial part. As those are conf files, the problem is to handle them during the package upgrade, probably using dpkg-maintscript-helper. During the whole upgrade process, the biarch compat files (old or new version) should never have bigger priority than the corresponding native one, as it might render the libc unusable for some weird multiarch + multilib configurations. Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://www.aurel32.net

