]> git.saurik.com Git - apt.git/commitdiff
tests: Depend on libfile-fcntllock-perl to shut up dpkg-gencontrol
authorJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 08:58:59 +0000 (09:58 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 09:00:32 +0000 (10:00 +0100)
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

index 1042d93a8c635eac93777579d3f26d36b49589f3..503fa9d30c19573ad07a5fcab3a096a42b5d3094 100644 (file)
@@ -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