]> git.saurik.com Git - apt.git/commitdiff
tests/control: Handle the gpg1/gpg2 mess a bit better
authorJulian Andres Klode <jak@debian.org>
Thu, 18 Aug 2016 12:21:16 +0000 (14:21 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 19 Aug 2016 14:50:23 +0000 (16:50 +0200)
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.

debian/tests/control

index b7555dc2eee99e1c4ff9b606a81d1343996c529d..a282584fa2a8c68a51ef370d7dd4688f262fea65 100644 (file)
@@ -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