summaryrefslogtreecommitdiff
path: root/scripts/dpkg-genbuildinfo.pl
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-07-14 03:09:23 +0200
committerGuillem Jover <guillem@debian.org>2017-09-24 21:03:09 +0200
commitff00042f3d77a2b8d122a7a7628d43a3e3bbf385 (patch)
tree725547f12b04b7188e244088f8964bbfe3022ce5 /scripts/dpkg-genbuildinfo.pl
parent6f059fcf7b0d26ec6e4d6d3ea9a1ec342bd37f18 (diff)
downloaddpkg-ff00042f3d77a2b8d122a7a7628d43a3e3bbf385.tar.gz
Dpkg::File: Move file_lock() into a new Dpkg::Lock module
This reduces the load chain for several Dpkg modules.
Diffstat (limited to 'scripts/dpkg-genbuildinfo.pl')
-rwxr-xr-xscripts/dpkg-genbuildinfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-genbuildinfo.pl b/scripts/dpkg-genbuildinfo.pl
index d1da72623..3682f2f02 100755
--- a/scripts/dpkg-genbuildinfo.pl
+++ b/scripts/dpkg-genbuildinfo.pl
@@ -46,7 +46,7 @@ use Dpkg::Control;
use Dpkg::Changelog::Parse;
use Dpkg::Deps;
use Dpkg::Dist::Files;
-use Dpkg::File;
+use Dpkg::Lock;
use Dpkg::Version;
use Dpkg::Vendor qw(get_current_vendor run_vendor_hook);