diff options
author | Guillem Jover <guillem@debian.org> | 2017-07-14 03:09:23 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-09-24 21:03:09 +0200 |
commit | ff00042f3d77a2b8d122a7a7628d43a3e3bbf385 (patch) | |
tree | 725547f12b04b7188e244088f8964bbfe3022ce5 /scripts/po | |
parent | 6f059fcf7b0d26ec6e4d6d3ea9a1ec342bd37f18 (diff) | |
download | dpkg-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/po')
-rw-r--r-- | scripts/po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 460a49405..7584619bd 100644 --- a/scripts/po/POTFILES.in +++ b/scripts/po/POTFILES.in @@ -55,6 +55,7 @@ scripts/Dpkg/Gettext.pm scripts/Dpkg/IPC.pm scripts/Dpkg/Index.pm scripts/Dpkg/Interface/Storable.pm +scripts/Dpkg/Lock.pm scripts/Dpkg/Package.pm scripts/Dpkg/Path.pm scripts/Dpkg/Shlibs.pm |