diff options
author | Julian Andres Klode <jak@debian.org> | 2015-12-14 09:58:59 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-12-14 10:00:32 +0100 |
commit | 369ddff642effc810129c9b28b3fbbc0976c46e9 (patch) | |
tree | 59a1f4073d7ba203809ebb8343d204271f4c00d3 /debian/tests | |
parent | dffc17ba835b6bf782fe553d338b6a921c6de7bf (diff) |
tests: Depend on libfile-fcntllock-perl to shut up dpkg-gencontrol
Ubuntu's autopkgtest server always prints
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
which is somewhat annoying. Work around that by depending on that
perl stuff for the test suite.
Gbp-Dch: ignore
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index 1042d93a8..503fa9d30 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,4 @@ Tests: run-tests Restrictions: allow-stderr -Depends: @, @builddeps@, fakeroot, wget, stunnel4, lsof, db-util, gnupg, gnupg2 +Depends: @, @builddeps@, fakeroot, wget, stunnel4, lsof, db-util, gnupg, gnupg2, + libfile-fcntllock-perl |