Bug#905885: diffoscope: skipping tests on ci.debian.net is perhaps wrong?

2018-08-10 Thread Stuart Prescott
Package: diffoscope Version: 99 Severity: normal Dear Maintainers, diffoscope recommends apktool but apktool is not currently in buster. The test suite of diffoscope currently passes without error because the tests that use apktool are decorated with @tool_required('apktool'). Consequently: * t

Bug#905885: diffoscope: skipping tests on ci.debian.net is perhaps wrong?

2018-08-11 Thread Stuart Prescott
gt; version of a particular tool in order that we can correctly match up > the output.) If the newer/older version doesn't work, surely the test should fail? cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.

Bug#913557: jenkins.debian.org: Vary setting TMPDIR during reproducibility testing?

2018-11-12 Thread Stuart Prescott
Package: jenkins.debian.org Severity: wishlist Recent discussions on debian-policy about packages obeying (or not) the TMPDIR environment variable made me wonder if it was useful to vary too. Varying TMPDIR perhaps opens a wider discussion about how robust the build should be to the environment.

Re: Bug#875306: python-debian: include a type for buildinfo files

2020-10-24 Thread Stuart Prescott
elationships contains features that the buildinfo format doesn't need ("foo | bar", architecture and build- profile restrictions), but it seems better to use exactly the same format as is used for Packages and Sources. That does however mean there are lots of single-element lists us

Re: Bug#875306: python-debian: include a type for buildinfo files

2020-10-28 Thread Stuart Prescott
ould the changelog be bad in some way. Like the accessors for environment and Installed-Build-Depends, this would be a read- only method, not providing a simple way to edit/insert the changelog into an existing buildinfo file. Is that what you imagined? cheers Stuart -- Stuart Prescotthttp://ww

Re: Bug#875306: python-debian: include a type for buildinfo files

2020-10-28 Thread Stuart Prescott
in are usable. The code also only currently consumes these data structures with no provision to edit them via the parsed versions (although the Deb822 super-class would let you edit the raw text and reserialise that to make changes). I've written it on the assumption that dpkg would always be th

Re: Bug#875306: python-debian: include a type for buildinfo files

2020-10-30 Thread Stuart Prescott
hon-debian/-/merge_requests/29 (and I realised that I had previously pushed an empty branch to salsa so the actual code was not visible... it is now!) Once again comments, suggestions and encouragement gratefully accepted :) regards Stuart -- Stuart Prescotthttp://www.nanonanonano.

Re: Bug#875306: python-debian: include a type for buildinfo files

2020-11-02 Thread Stuart Prescott
g about more things that it could do, reporting bugs and offering patches :) regards Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1

Re: Re: Updating dpkg-buildflags to enable reproducible=+fixfilepath by default

2021-01-10 Thread Stuart Prescott
r Qt6 to include them upstream. regards Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7 __

Re: python-ansible-pygments: please make the build reproducible

2023-11-15 Thread Stuart Prescott
n3.11/dist-packages of: .test-results ansible_pygments .pytest_cache while building by hand on tmpfs, I get ansible_pygments .test-results .pytest_cache For the former, accidentally skipping the directory after the one that gets removed isn't an issue, but for the latter it is. -- St