diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-09-26 23:09:01 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-09-27 00:12:15 +0200 |
commit | 98f0d7b3d9d7ed0a5cf11d8f9327a021954816b6 (patch) | |
tree | cab5ce7d8beadca310a2e5e2a2c18f28a0ef55e0 /debian/tests | |
parent | 29f1b977100aeb6d6ebd38923eeb7a623e264ffe (diff) |
add gnupg and gnupg2 as test-dependency
apt can work with both, so it has an or-dependency on them,
but the tests want to play with both of them.
Git-Dch: Ignore
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index f7e47c5f3..0e774d4ca 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: run-tests -Restrictions: allow-stderr -Depends: @, @builddeps@, fakeroot, wget, stunnel4, db-util +Restrictions: allow-stderr +Depends: @, @builddeps@, fakeroot, wget, stunnel4, db-util, gnupg, gnupg2 |