Bug#969753: diffoscope: autopkgtest failures

2020-09-07 Thread Gianfranco Costamagna
Source: diffoscope Version: 159 Severity: serious Hello, autopkgtests looks sad, pytest-with-recommends works, while pytest doesn't, because of missing pgpdump I did add some @skip_unless_tools_exist("pgpdump") around the failing tests (attached the diff), however I don't know if this is the ri

Bug#969753: diffoscope: autopkgtest failures

2020-09-07 Thread Gianfranco Costamagna
Hello, another additional diff: --- diffoscope-159ubuntu1/tests/comparators/test_directory.py 2020-09-04 12:12:52.0 +0200 +++ diffoscope-159ubuntu2/tests/comparators/test_directory.py 2020-09-07 20:46:23.0 +0200 @@ -33,6 +33,7 @@ TEST_FILE2_PATH = data("text_ascii2") +@

Re: Enabling -ffile-prefix-map by default

2020-09-07 Thread Vagrant Cascadian
On 2020-08-31, Lucas Nussbaum wrote: > On 31/08/20 at 09:35 -0700, Vagrant Cascadian wrote: >> On 2020-08-31, Lucas Nussbaum wrote: >> > On 30/08/20 at 19:15 -0700, Vagrant Cascadian wrote: >> >> I'm looking into proposing to enable dpkg's >> >> DEB_BUILD_OPTIONS=reproducible=+fixfilepath by defaul