From: Julian Andres Klode Date: Mon, 14 Dec 2015 08:58:59 +0000 (+0100) Subject: tests: Depend on libfile-fcntllock-perl to shut up dpkg-gencontrol X-Git-Tag: 1.1.5~12 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/369ddff642effc810129c9b28b3fbbc0976c46e9 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 --- 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