On Mon, Feb 18, 2008 at 08:14:02AM +0100, sean finney wrote: > > two gzip'd diff files are attached. i get the following when i try to > interdiff them: > > rangda[/home/sean/debian/build-area] interdiff > nagios-plugins_1.4-6sarge1.diff.gz nagios-plugins_1.4-6sarge2.diff.gz > interdiff: nagios-plugins_1.4-6sarge2.diff.gz doesn't contain a patch > interdiff: nagios-plugins_1.4-6sarge1.diff.gz doesn't contain a patch
That's interdiff reporting a problem.
diffstat isn't part of interdiff.
If you run
diffstat \
nagios-plugins_1.4-6sarge2.diff.gz \
nagios-plugins_1.4-6sarge1.diff.gz
it'll read both files and print out the sum of the two.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
pgpG9IHJPPlT2.pgp
Description: PGP signature

