From: Ian Jackson Date: Sun, 25 Feb 2024 01:01:58 +0000 (+0000) Subject: debian/update-build-deps: Handle build-dependencies too X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=bc910fb870fcf4c4ddb7a5b51d1372ddc1e4bf88;p=hippotat.git debian/update-build-deps: Handle build-dependencies too Signed-off-by: Ian Jackson --- 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) {