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 <e...@80386.nl> WWW: http://80386.nl/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org