On Mon, Nov 20, 2000 at 12:56:37AM +0200, Eray Ozkural wrote: > On Sun, Nov 19, 2000 at 05:27:25PM -0500, Matt Zimmerman wrote: > > Try encoding the binary file with uuencode, shar or a similar tool, and > > decoding it in debian/rules. Don't forget to Build-Depend on sharutils (or > > whatever) if you do this. > > > > What's wrong with binary changes anyway? I might want to include a few > binaries, right?
The problem is that you can't represent changes to a binary file in diff format. -- - mdz