From: Ian Jackson Date: Sun, 30 Jun 2019 20:07:49 +0000 (+0100) Subject: test suite: baredebian-*: Drop explicit list of implied deps X-Git-Tag: archive/debian/9.0~19 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=2697add95132814bd484e4f511f32feac02554e5;hp=08082d3aa22bc252c55a521604f8ebc6ce049fe7 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 --- 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