Karolina Lindqvist wrote:
How do I include a binary file like a .png file in the diff? I need to include a PNG file with the application icon, which is not supplied in the upstreams tar.
You have to include it uuencoded. Then, you uudecode it from debian/rules and install it in its proper location. Don't forget to add sharutils to Build-Depends. Cheers,