Bug#988488: diffoscope: allow comparing directories with container formats (tar/ZIP/ISO etc)

2021-05-14 Thread Chris Lamb
forwarded 988488 https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/256 thanks Hey pabs, That would be neat, especially in the Debian example you give. I've gone ahead and forwarded this "upstream" here to make it easier to prioritise, etc.. Feel free to add any more comments there

Bug#988488: diffoscope: allow comparing directories with container formats (tar/ZIP/ISO etc)

2021-05-13 Thread Paul Wise
Package: diffoscope Version: 174 Severity: wishlist When comparing directories and files that are essentially directories serialised into a file (such as tar, ZIP, ISO etc), currently diffoscope just says one is a file while one is a directory. $ rm -rf ./* ; mkdir foo ; echo foo > foo/bar ; t