Comment 13 for bug 1314402

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Thanks Iain!

I made yet another upload to the PPA to address the clean up issue.

Even if it may not be a policy requirement, I took the opportunity to make a related change: Previously I let the binary target rename files and generate new ones directly in the parent directory. Now those renamed/generated files are put in debian/t_files instead, and that directory is also removed in the clean target:

override_dh_clean:
        cd debian ; \
        rm -rf t_files ; \
        rm -f *.install *.preinst *.postrm
        dh_clean

Possibly the current package in the NEW queue should be replaced with the last PPA package.