diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2021-04-14 10:42:35 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-04-21 11:49:50 +0200 |
| commit | 30f47dc8d67be28c7c17db3bd5153d76a1e079bc (patch) | |
| tree | 474b22e4e25892e8ffcba564f9f692da768f636e /debian/tests | |
| parent | 86014d9924afa94efab09c9bd57bcf8b069ae86b (diff) | |
Require dpkg >= 1.20.8
We use a Breaks for the binary package instead of adding
a versioned depends, as Breaks will cause apt solver to upgrade dpkg,
while depends would make apt try to remove apt as first choice.
Diffstat (limited to 'debian/tests')
| -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 c6cc75648..a69965db4 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,6 +1,6 @@ Tests: run-tests, pkg-config-test Restrictions: allow-stderr -Depends: @, @builddeps@, dpkg, fakeroot, wget, stunnel4, lsof, db-util, +Depends: @, @builddeps@, dpkg (>= 1.20.8), fakeroot, wget, stunnel4, lsof, db-util, gnupg (>= 2) | gnupg2, gnupg1 | gnupg (<< 2), gpgv (>= 2) | gpgv2, |
