diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2020-06-22 01:01:19 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2020-06-22 01:03:48 +0200 |
commit | 71a1b8a429c6be3ac94554e0ffb521c45e110652 (patch) | |
tree | 8c069e45e099fd20d280d74cc8d27466ab5debf1 | |
parent | d4dedd992a9fcfce3c34a8155425d5d2a5821d77 (diff) | |
download | zsh-71a1b8a429c6be3ac94554e0ffb521c45e110652.tar.gz zsh-71a1b8a429c6be3ac94554e0ffb521c45e110652.zip |
Try to fix cross-installability of run-testsuite autopkgtest check
Switch run-testsuite test dependencies from @builddeps@ to all library
*-dev packages listed in the the build-dependencies (and hence the
libraries listed in the Recommends of the zsh binary package) for
regaining cross-buildability.
This further improves what has been started in commits ca933173 and
7ca6cb3f. And it should resolve the reason for current diff in Ubuntu:
https://patches.ubuntu.com/z/zsh/zsh_5.8-4ubuntu1.patch
-rw-r--r-- | debian/tests/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index b8a68680d..2034e14a0 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ Tests: run-testsuite -Depends: zsh, zsh-dev, @builddeps@ +Depends: zsh, zsh-dev, libpcre3-dev, libcap-dev [linux-any], libelf-dev, libgdbm-dev, libncursesw5-dev Tests: adequate Depends: @, adequate:native |