On Sat, 9 Aug 2025, Holger Levsen wrote:
>can you provide a patch then, please? tested on your system setup
>and on the default please.
Yes. Sorry it took me so long, life is crazy.
Unpatched:
tg@tgb1:~/Misc/mc $ dscverify mc_4.8.33-1.dsc
mc_4.8.33-1.dsc:
Good signature found
dscverify: no file spec lines in mc_4.8.33-1.dsc
Validation FAILED!!
vs.
(pbuild21635-trixie/amd64)root@wirt:/tmp/mcx/mc# dscverify mc_4.8.33-1.dsc
mc_4.8.33-1.dsc:
Good signature found
validating mc_4.8.33.orig.tar.xz
validating mc_4.8.33-1.debian.tar.xz
All files validated successfully.
Patch:
--- /usr/bin/dscverify~ 2025-08-26 15:55:17.202213781 +0000
+++ /usr/bin/dscverify 2025-08-26 15:55:21.246242264 +0000
@@ -44,7 +44,7 @@
my $verify_sigs = 1;
my $use_default_keyrings = 1;
my $verbose = 0;
-my $havegpg = first { find_command($_) } qw(gpg);
+my $havegpg = first { find_command($_) } qw(gpg2 gpg);
sub usage {
print <<"EOF";
Patched:
tg@tgb1:~/Misc/mc $ dscverify mc_4.8.33-1.dsc
mc_4.8.33-1.dsc:
Good signature found
validating mc_4.8.33.orig.tar.xz
validating mc_4.8.33-1.debian.tar.xz
All files validated successfully.
vs.
(pbuild21635-trixie/amd64)root@wirt:/tmp/mcx/mc# dscverify mc_4.8.33-1.dsc
mc_4.8.33-1.dsc:
Good signature found
validating mc_4.8.33.orig.tar.xz
validating mc_4.8.33-1.debian.tar.xz
All files validated successfully.
Thanks for consideration,
//mirabilos
--
15:41⎜<Lo-lan-do:#fusionforge> Somebody write a testsuite for helloworld :-)