Hi Santiago,
I noticed while browsing Debian Code Search that
this package creates /var/cache/razor with debian/dirs.
This makes it piuparts compliant; but I guess that
after some real world usage of this package there
would be some files in /var/cache/razor.
Please ensure that:
*) /var/cache/razor is needed
*) /var/cache/razor is cleansed on purge,
this can be any way you like with a full-blown .postrm script
or with a sigle-line debian/purge file +
dependecy on dh-sequence-cruft
Greetings
Alexandre
Thanks for the report. When I rgrep for /var/cache I get this: debian/dirs:var/cache/razor debian/changelog: * Moved /.razor.lst to /var/cache/razor/.razor.lst There are no traces of .razor.lst in the code, but my oldest still-living computer where I installed razor has a $HOME/.razor and several very small *.lst files inside. I adopted razor recently (in Debian time). My medium-term plan for razor is to reconstruct Debian git history in a linear way, then I will be able to confirm if /var/cache/razor is still needed or not. Thanks.