From 7eae06198ec91f27d40fb92267ff3dfde4d42495 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 30 Jun 2019 14:55:09 +0100 Subject: [PATCH] test suite: baredebian: Add missing dependency quil This was simply missing and causes the formal adt run to fail. Signed-off-by: Ian Jackson --- debian/tests/control | 2 +- tests/setup/baredebian | 2 +- tests/tests/baredebian-push | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index b6d3f7d1..575b070c 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,6 +1,6 @@ Tests: baredebian-push Tests-Directory: tests/tests -Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, build-essential, chiark-utils-bin, bc, faketime, git-debrebase, git-buildpackage, devscripts, libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl +Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, build-essential, chiark-utils-bin, bc, faketime, git-debrebase, git-buildpackage, devscripts, libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl, quilt Tests: build-modes-gbp Tests-Directory: tests/tests diff --git a/tests/setup/baredebian b/tests/setup/baredebian index 8e091788..bbd901f6 100755 --- a/tests/setup/baredebian +++ b/tests/setup/baredebian @@ -3,7 +3,7 @@ set -e . tests/lib . $troot/lib-gdr -t-dependencies GDR DEBORIG +t-dependencies GDR DEBORIG quilt t-archive-none example t-git-none diff --git a/tests/tests/baredebian-push b/tests/tests/baredebian-push index 2445782d..bfbf9e91 100755 --- a/tests/tests/baredebian-push +++ b/tests/tests/baredebian-push @@ -2,7 +2,7 @@ set -e . tests/lib -t-dependencies GDR DEBORIG +t-dependencies GDR DEBORIG quilt t-setup-import baredebian t-tstunt-parsechangelog -- 2.30.2