summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-12-14 09:58:59 +0100
committerJulian Andres Klode <jak@debian.org>2015-12-14 10:00:32 +0100
commit369ddff642effc810129c9b28b3fbbc0976c46e9 (patch)
tree59a1f4073d7ba203809ebb8343d204271f4c00d3
parentdffc17ba835b6bf782fe553d338b6a921c6de7bf (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
-rw-r--r--debian/tests/control3
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