Make adduser build without (fake)root
This only required removing a install -d
statement in debian/rules
. The install -d
statement is redundant and debhelper will create that directory when needed.
The patch was tested against adduser/3.129 and the resulting deb was bit-for-bit identical with the adduser/3.129 built with fakeroot.