From bef4fbf5bb46be7ddb1e78d6ebca866648aa9dbf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 2 May 2015 20:43:12 +0100 Subject: [PATCH] dgit-repos-policy-debian: WIP bugfixes --- infra/dgit-repos-policy-debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index 3353d42d..e00fb5a3 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -83,7 +83,7 @@ our %deliberately; sub apiquery ($) { my ($subpath) = @_; local $/=undef; - my $cmd = "$dgitlive/dgit -d $distro \$DGIT_TEST_OPTS"; + my $cmd = "$dgitlive/dgit -d$distro \$DGIT_TEST_OPTS"; $cmd .= " -".("D" x $debuglevel) if $debuglevel; $cmd .= " archive-api-query $subpath"; printdebug "apiquery $cmd\n"; @@ -199,7 +199,7 @@ sub add_taint_by_tag ($$) { " removed from NEW (ie, rejected) (or never arrived)"); } -sub action__check_package () { +sub action_check_package () { getpackage(); return 0 unless $pkg_exists; return 0 unless $pkg_secret; -- 2.30.2