From bc910fb870fcf4c4ddb7a5b51d1372ddc1e4bf88 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Feb 2024 01:01:58 +0000 Subject: [PATCH] debian/update-build-deps: Handle build-dependencies too Signed-off-by: Ian Jackson --- debian/update-build-deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/update-build-deps b/debian/update-build-deps index 5c77861..14f31ed 100755 --- a/debian/update-build-deps +++ b/debian/update-build-deps @@ -40,7 +40,7 @@ while () { my $toml = do { local $/ = undef; // die "$file $!"; }; C->error and die "$file $!"; $toml = from_toml($toml) || die "$file ?"; - foreach my $kw (qw(dependencies)) { + foreach my $kw (qw(dependencies build-dependencies)) { foreach my $p (keys %{ $toml->{$kw} }) { my $info = $toml->{$kw}{$p}; if (!ref $info) { -- 2.30.2