diff options
author | Guillem Jover <guillem@debian.org> | 2018-08-14 05:51:39 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-08-30 03:14:08 +0200 |
commit | 7d8b505882cc9cae1913a909f1fafa515a227d96 (patch) | |
tree | 21f2e3e9d33d7581537cadd37039c0b2b6fa7c9c /po | |
parent | eed3a9097deb1be5251cd31fbf9ec4d482a155d1 (diff) | |
download | dpkg-7d8b505882cc9cae1913a909f1fafa515a227d96.tar.gz |
libdpkg: Rename pkg-db module to pkg-hash
It contains the package hash table implementation. The on-disk database
is handled elsewhere, and using db here instead of hash makes it fairly
confusing.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 8aeef181e..78bb36950 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -43,8 +43,8 @@ lib/dpkg/parsehelp.c lib/dpkg/path-remove.c lib/dpkg/path.c lib/dpkg/pkg-array.c -lib/dpkg/pkg-db.c lib/dpkg/pkg-format.c +lib/dpkg/pkg-hash.c lib/dpkg/pkg-list.c lib/dpkg/pkg-namevalue.c lib/dpkg/pkg-queue.c |