On Wed, 16 May 2018 13:34:44 +0200 Luca Falavigna <dktrkr...@debian.org> wrote: > > Simply initialize "ext" prevents this failure, could you check attached > > patch, please? > > I applied to 1.0.98 package in unstable, and it fixes the problem for me.
Good :) Then, let's add test for it as attached.
>From fe8dc595667af73c50324e975c7f1186a45e51e1 Mon Sep 17 00:00:00 2001 From: Hideki Yamane <henr...@debian.org> Date: Wed, 16 May 2018 09:19:29 +0900 Subject: [PATCH 2/2] Set multiple components for test --- debian/tests/debian-testing | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/tests/debian-testing b/debian/tests/debian-testing index 65ee196..1209498 100755 --- a/debian/tests/debian-testing +++ b/debian/tests/debian-testing @@ -234,9 +234,11 @@ else { my $distro_info = DebianDistroInfo->new; my $testing = $distro_info->testing; +# Should specify multiple components for checking (see Bug#898738) if (!verbose_run(['debootstrap', '--include=debootstrap,debian-archive-keyring,gnupg,hello', '--variant=minbase', + '--components=main,contrib,non-free', $testing, 'chroot.d', $mirror], '>&2')) { BAIL_OUT("debootstrap failed: $?"); } -- 2.17.0