summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-18 14:21:16 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-19 16:50:23 +0200
commit6fbe5739701f4c63bcd5c68d9ecc19e9e28288de (patch)
tree3589a41c60b5b9c162aed0830b475f9e9a4ed843 /debian/tests
parentecb8e9d77faf1940c0defb78f0078f66562373b7 (diff)
tests/control: Handle the gpg1/gpg2 mess a bit better
Hardcoding gpgv1 and gnupg1 breaks Ubuntu, because on Ubuntu, these packages do not exist yet. Instead allow gnupg (<< 2) for gnupg1 and gnupg2 for gnupg (>= 2), so we cover all potential combinations.
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/control5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control
index b7555dc2e..a282584fa 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,8 @@
Tests: run-tests
Restrictions: allow-stderr
Depends: @, @builddeps@, fakeroot, wget, stunnel4, lsof, db-util,
- gnupg, gnupg1, gpgv, gpgv1,
+ gnupg (>= 2) | gnupg2,
+ gnupg1 | gnupg (<< 2),
+ gpgv (>= 2) | gpgv2,
+ gpgv1 | gpgv (<< 2),
libfile-fcntllock-perl, python3-apt