diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2020-02-21 19:08:01 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2020-02-21 19:08:01 +0100 |
commit | 7ca6cb3f1000e84101a2dcd6cde429e5dc6c9f7b (patch) | |
tree | d151475c9ca65e790e77c68500ebaa783fa847e6 /debian/tests/control | |
parent | ca933173b34ab4d40e42e3f2f7f229bc2dadb4da (diff) | |
download | zsh-7ca6cb3f1000e84101a2dcd6cde429e5dc6c9f7b.tar.gz zsh-7ca6cb3f1000e84101a2dcd6cde429e5dc6c9f7b.zip |
debian/tests/control: Replace libpcre3 with @builddeps@ to pull in all Recommends
"Restriction: needs-recommends" is deprecated due to bug #896698. See
also https://lists.debian.org/debian-ci/2018/06/msg00016.html.
This is the closest way to get the same effect (depend on all
libraries zsh has in Recommends).
Diffstat (limited to 'debian/tests/control')
-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 a8ee8d11f..b8a68680d 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ Tests: run-testsuite -Depends: zsh, zsh-dev, libpcre3 +Depends: zsh, zsh-dev, @builddeps@ Tests: adequate Depends: @, adequate:native |