Control: tags -1 moreinfo On 2023-05-13 04:24:26 +0200, Johannes Schauer Marin Rodrigues wrote: > Package: release.debian.org > Severity: normal > User: release.debian....@packages.debian.org > Usertags: unblock > X-Debbugs-Cc: amavisd-...@packages.debian.org, b...@debian.org > Control: affects -1 + src:amavisd-new > > Please unblock package amavisd-new > > [ Reason ] > > In the context of #1035654 me and Andreas Beckmann discovered nine source > packages that fail to purge without the adduser package installed. Accepting > this change would reduce that number to eight and close #1035841 in testing. > > [ Impact ] > > That depends on the resolution of #1035654. We want to avoid the > situation where a user removes the package, then upgrades to apt that > doesn't depend on adduser, then removes adduser and then attempts to > purge this package. > > [ Tests ] > > See the script I posted in #1035654. > > [ Risks ] > > Low risk as the diff simply is: > > diff -Nru amavisd-new-2.13.0/debian/amavisd-new.postrm > amavisd-new-2.13.0/debian/amavisd-new.postrm > --- amavisd-new-2.13.0/debian/amavisd-new.postrm 2023-02-23 > 05:59:36.000000000 +0100 > +++ amavisd-new-2.13.0/debian/amavisd-new.postrm 2023-05-12 > 00:41:50.000000000 +0200 > @@ -33,7 +33,7 @@ > dpkg-statoverride --remove $i || true > done > > - userdel amavis > + userdel amavis || true
userdel is from passwd and not from adduser. Am I missing something? Cheers -- Sebastian Ramacher