Control: reopen -1 On Tue, Jul 16, 2024 at 04:51:04PM +0000, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > which was filed against the knot-resolver package: > > #1073675: knot-resolver: move aliased files from / to /usr (DEP17) > > It has been closed by Debian FTP Masters <[email protected]> > (reply to Santiago Ruano Rincón <[email protected]>).
I'm sorry, but the solution is incomplete. According to the initial report, the following files were aliased: * lib * lib/systemd * lib/systemd/system * lib/systemd/system/kres-cache-gc.service * lib/systemd/system/kresd.service * lib/systemd/system/kresd.target * lib/systemd/system/[email protected] * lib/systemd/system/multi-user.target.wants * lib/systemd/system/multi-user.target.wants/kresd.target After your upload, the following files are still aliased: * lib * lib/systemd * lib/systemd/system * lib/systemd/system/kresd.service * lib/systemd/system/multi-user.target.wants * lib/systemd/system/multi-user.target.wants/kresd.target So your changes moved us in the right direction, but there is still some work left to do. While looking for the cause, I noticed that debian/knot-resolver.install unnecessariy lists "usr/lib/systemd/system" as the installation target for four files. You may wish to drop that. What seems actually missing in the conversion is debian/knot-resolver.links. --- a/debian/knot-resolver.links +++ b/debian/knot-resolver.links @@ -1,2 +1,2 @@ -dev/null lib/systemd/system/kresd.service -lib/systemd/system/kresd.target lib/systemd/system/multi-user.target.wants/kresd.target +dev/null usr/lib/systemd/system/kresd.service +usr/lib/systemd/system/kresd.target usr/lib/systemd/system/multi-user.target.wants/kresd.target Thanks Helmut

