diff options
author | Guillem Jover <guillem@debian.org> | 2018-04-05 04:58:20 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-05-04 04:13:19 +0200 |
commit | 542885e824d005bc9a8a92e341f71fb323437b90 (patch) | |
tree | 1e3c622e3f118614f3db66c1a2a220d21c539953 /po | |
parent | 0615492cb4c79d1f552e49f4a10dbfc959f03b9c (diff) | |
download | dpkg-542885e824d005bc9a8a92e341f71fb323437b90.tar.gz |
libdpkg: Move control database code into db-ctrl modules
This continues the work to generalize and make these interfaces
available to other users beside dpkg itself.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index e4c3815ae..d7fb8173f 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -11,6 +11,9 @@ lib/dpkg/command.c lib/dpkg/compress.c lib/dpkg/dbdir.c lib/dpkg/dbmodify.c +lib/dpkg/db-ctrl-access.c +lib/dpkg/db-ctrl-format.c +lib/dpkg/db-ctrl-update.c lib/dpkg/deb-version.c lib/dpkg/debug.c lib/dpkg/depcon.c |