On Tue, Jan 17, 2012 at 2:30 PM, Andreas Beckmann <deb...@abeckmann.de> wrote: ... > during a test with piuparts I noticed your package left unowned files on > the system after purge, which is a violation of policy 6.8:
Hi Thank you for taking the time to provide references and good suggestions. I too had noticed the piuparts failure and sent the following question to my sponsoring developer, but since he seems busy at the moment maybe you can comment on my proposed fix so I can get a new version uploaded quicker? That would be much appreciated. My proposed solution : ... maybe I should change the adduser in yhsm-yubikey-ksm.postinst like this - adduser --quiet --system --group --disabled-password --system --shell /bin/sh yhsm-ksmsrv + adduser --quiet --system --group --disabled-password --system --shell /bin/sh --home /var/cache/yubikey-ksm --no-create-home yhsm-ksmsrv and yhsm-validation-server.postinst : - adduser --quiet --system --group --disabled-password --system --shell /bin/sh yhsm-valsrv + adduser --quiet --system --group --disabled-password --system --shell /bin/sh --home /var/cache/yubikey-val --no-create-home yhsm-valsrv (although the validation server doesn't currently install any directories) Correct? /Fredrik -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org