Преглед на файлове

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
Julian Andres Klode преди 10 години
родител
ревизия
369ddff642
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      debian/tests/control

+ 2 - 1
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