chiark / gitweb /
test suite: lib: Add missing dependencies for git-deborig
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 Jun 2019 13:46:59 +0000 (14:46 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 Jun 2019 20:11:07 +0000 (21:11 +0100)
I seem to have overlooked the 2nd line of the relevant part of the
devscripts package description.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/tests/control
tests/enumerate-tests

index 4c7fb9d3730e21ae5c50f238f12fe4212e03a870..b6d3f7d1eceee8802a0934bfbc2d6d78020e46df 100644 (file)
@@ -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
+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
 
 Tests: build-modes-gbp
 Tests-Directory: tests/tests
index 8a9b0366944a0ea75bf9846a6d86c51ea7dc86a5..31a234d5d423a4788d17a75b831926f29f5924a1 100755 (executable)
@@ -67,6 +67,7 @@ dependencies-gencontrol () {
                DEBORIG) gencontrol-add-deps \
                        devscripts libdpkg-perl \
                        libgit-wrapper-perl liblist-compare-perl \
+                       libstring-shellquote-perl libtry-tiny-perl \
                        # NB git-deborig is not compatible with
                        #  t-tstunt-parsechangelog
                        ;;