Package: dpkg-dev Version: 1.14.29 The dpkg-source command calls gzip(1) without adding -n to the command line. This causes .diff.gz files to always have a different checksum, even though the contents of the diff are identical. This causes a lot of noise when trying to store these files in version control.
I fixed this locally by adding push @prog, "-n"; to get_compress_cmdline in Compressor.pm. -- Ed Schouten <[email protected]> WWW: http://80386.nl/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

