Bug#989192: diffoscope: Differences in file lists are repeated at each depth level

2021-11-18 Thread Chris Lamb
tags 989192 + pending
thanks

Fixed in Git, pending upload:

  https://salsa.debian.org/reproducible-builds/diffoscope/commit/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#989192: diffoscope: Differences in file lists are repeated at each depth level

2021-06-08 Thread Chris Lamb
forwarded 989192 
https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/263
thanks

I've forwarded this upstream here (so all our bugs are in the same place):

  https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/263


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#989192: diffoscope: Differences in file lists are repeated at each depth level

2021-05-27 Thread Mike Hommey
Package: diffoscope
Version: 175
Severity: normal

STR:
- mkdir -p a/foo/bar b/foo/bar
- touch a/foo/bar/baz b/foo/bar/qux
- diffoscope a b --exclude-directory-metadata=recursive

Actual result:
--- a
+++ b
├── file list
│ @@ -1,3 +1,3 @@
│  foo
│  foo/bar
│ -foo/bar/baz
│ +foo/bar/qux
│   --- a/foo
├── +++ b/foo
│ ├── file list
│ │ @@ -1,2 +1,2 @@
│ │  bar
│ │ -bar/baz
│ │ +bar/qux
│ │   --- a/foo/bar
│ ├── +++ b/foo/bar
│ │ ├── file list
│ │ │ @@ -1 +1 @@
│ │ │ -baz
│ │ │ +qux

Expected Result:
--- a
+++ b
│   --- a/foo
├── +++ b/foo
│ │   --- a/foo/bar
│ ├── +++ b/foo/bar
│ │ ├── file list
│ │ │ @@ -1 +1 @@
│ │ │ -baz
│ │ │ +qux