I'm trying to package a source tarball, which contains contain help/C/figures directory with 5 png files. I want to delete 2 png files from this directory. Putting the deletion in the clean target could be an option, but I really hate to modify my source tree that much while packaging.
If I delete this 2 files, when I run:
bzr builddeb -- -S -us -uc
This warning show up:
dpkg-source: warning: ignoring deletion of file help/C/figures/mp3.png
dpkg-source: warning: ignoring deletion of file help/C/figures/wav.png
These files is regenerated on build time. So I'd like to have them removed.
So no way to do it with CDBS in debian/rules?