Bug#1066875: devscripts: debsign tries to parse gpg version from human-readable output, should use machine-readable output

2024-04-29 Thread Daniel Kahn Gillmor
Hi Guillem-- On Sat 2024-04-27 23:13:13 +0200, Guillem Jover wrote: > I was just modifying this code for another report I'm about to file, > and instead wondered why have it at all! I'm proposing simply removing > the backwards compat code given that even in oldstable gnugp1 is > already at

Bug#1066875: devscripts: debsign tries to parse gpg version from human-readable output, should use machine-readable output

2024-04-27 Thread Guillem Jover
Hi! On Thu, 2024-03-14 at 14:55:36 -0400, Daniel Kahn Gillmor wrote: > Package: devscripts > Version: 2.23.7 > Tags: patch > debsign currently tries to determine the version of gpg by parsing the > human-readable output of `gpg --version`. […] > The attached patch converts debsign to use the

Bug#1066875: devscripts: debsign tries to parse gpg version from human-readable output, should use machine-readable output

2024-03-14 Thread Daniel Kahn Gillmor
Package: devscripts Version: 2.23.7 Tags: patch (this is also https://salsa.debian.org/debian/devscripts/-/merge_requests/394) debsign currently tries to determine the version of gpg by parsing the human-readable output of `gpg --version`. For use in scripts and other code, the GnuPG project