From 369ddff642effc810129c9b28b3fbbc0976c46e9 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 14 Dec 2015 09:58:59 +0100 Subject: 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 --- debian/tests/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3