From 2697add95132814bd484e4f511f32feac02554e5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 30 Jun 2019 21:07:49 +0100 Subject: [PATCH] test suite: baredebian-*: Drop explicit list of implied deps These are now handled by the scanning of t-import-*. Change to the output is simply to move quilt earlier in the list. Signed-off-by: Ian Jackson --- debian/tests/control | 2 +- tests/tests/baredebian-multitar | 2 +- tests/tests/baredebian-push | 2 +- tests/tests/baredebian-tarball | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index 22c9d5c9..aff2f93c 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,6 +1,6 @@ Tests: baredebian-multitar baredebian-push baredebian-tarball Tests-Directory: tests/tests -Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, build-essential, chiark-utils-bin, bc, faketime, git-debrebase, git-buildpackage, libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl, quilt +Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, build-essential, chiark-utils-bin, bc, faketime, quilt, git-debrebase, git-buildpackage, libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl Tests: build-modes-gbp Tests-Directory: tests/tests diff --git a/tests/tests/baredebian-multitar b/tests/tests/baredebian-multitar index 9ce59575..6405871f 100755 --- a/tests/tests/baredebian-multitar +++ b/tests/tests/baredebian-multitar @@ -3,7 +3,7 @@ set -e . tests/lib . $troot/lib-baredebian -t-dependencies GDR DEBORIG quilt +t-dependencies quilt t-setup-import baredebian t-tstunt-parsechangelog diff --git a/tests/tests/baredebian-push b/tests/tests/baredebian-push index d0ecf936..f0956012 100755 --- a/tests/tests/baredebian-push +++ b/tests/tests/baredebian-push @@ -3,7 +3,7 @@ set -e . tests/lib . $troot/lib-baredebian -t-dependencies GDR DEBORIG quilt +t-dependencies quilt t-setup-import baredebian t-tstunt-parsechangelog diff --git a/tests/tests/baredebian-tarball b/tests/tests/baredebian-tarball index 7acd7b7e..fa05d4c7 100755 --- a/tests/tests/baredebian-tarball +++ b/tests/tests/baredebian-tarball @@ -3,7 +3,7 @@ set -e . tests/lib . $troot/lib-baredebian -t-dependencies GDR DEBORIG quilt +t-dependencies quilt t-setup-import baredebian t-tstunt-parsechangelog -- 2.30.2