Skip to content
Unstable

Changes

Summary

  1. extend merge-usr tool to cover base-files functionality (details)
  2. changelog (details)
Commit fc88d603c702257159200af07f4a710ea075bc62 by Helmut Grohne
extend merge-usr tool to cover base-files functionality

From a DEP17 pov, we're done with the /usr-merge and /usr-move when all
the files installed to canonical locations and no magic scripting is
happening anymore. A recent step towards that goal is that some package
needs to contain the aliasing symbolic links. That package is now
base-files. Unfortunately, there is no base-files udeb, so as more and
more files move, the util/merge-usr will do less and less things and in
particular skip creating the aliasing symbolic links.

Rather than add a base-files udeb for a few symbolic links, I opt for
extending merge-usr to take over this functionality. This change removes
its temporary nature and turns it into a permanent thing though the
merging part could be removed eventually and then it could be renamed to
"alias-usr" or "install-base-files".
The file was modified build/util/merge-usr
The file was modified build/Makefile
Commit 1e42444ffc18bd1eb7babb3cc91272e602b163a5 by Phil Hands
changelog
The file was modified debian/changelog