Control: severity -1 normal Control: tags -1 = wontfix * Svante Signell <svante.sign...@gmail.com> [231208 19:38]: > On Fri, 2023-12-08 at 16:15 +0100, Svante Signell wrote: > > reopen 1056980 > > severity 1056980 serious > > tags 1056980 patch > > thanks > > Sorry, forgot the patch! >
> --- a/debian/netcat-traditional.postinst 2023-11-27 03:20:27.000000000 > +0100 > +++ b/debian/netcat-traditional.postinst 2023-12-04 15:11:31.000000000 > +0100 > @@ -4,8 +4,8 @@ > > if [ "$1" = "configure" ]; then > update-alternatives \ > - --install /bin/nc nc /bin/nc.traditional 10 \ > - --slave /bin/netcat netcat /bin/nc.traditional \ > + --install /usr/bin/nc nc /usr/bin/nc.traditional 10 \ > + --slave /usr/bin/netcat netcat /usr/bin/nc.traditional \ > --slave /usr/share/man/man1/nc.1.gz nc.1.gz \ > /usr/share/man/man1/nc.traditional.1.gz \ > --slave /usr/share/man/man1/netcat.1.gz netcat.1.gz \ This is absolutely wrong on Debian, and must not be uploaded to Debian. If you want to keep it as a Devuan delta, go ahead. Chris