Hello, On 2021-01-05 +0100, Christoph Biedl <debian.a...@manchmal.in-ulm.de> wrote: > | missing upstream releases, > > Several. Debian has 2.20, uploaded in March. Upstream is at 2.26.
FYI, I tried to build GnuPG 2.2.26-1-of-mine package: https://salsa.debian.org/gniibe/gnupg2 I did: * fetch by 'git fetch <upstream-repo-url>' * import upstream tar balls by 'gbp import-orig' * refresh patches * add a line to debian/rules for Windows (building regexp.a). * follow the changes of upstream (gpgsplit and symcryptrun). * merge pull request for scdaemon configuration * add one patch of mine to fix #868550, #972525. It builds well for me (and works for me). I have no intention of NMU at all for this work. As one of upstream maintainers, I'd like to make sure Debian version of GnuPG works well. Please note that the patch for #868550, #972525 is a backport from master, which is only for Debian (it won't be in 2.2 series of upstream). I hope my changes above help Debian GnuPG packaging. --