summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Joachim <svenjoac@gmx.de>2018-05-05 20:01:39 +0200
committerGuillem Jover <guillem@debian.org>2018-05-08 14:19:05 +0200
commitde903bf55ab658da953f22bd02296274cb680c58 (patch)
tree07071184819f6c72db6f46b1f2d69cfabbfd562f
parentec5c992b099d4e2773eee513ba2c7b246ace95f1 (diff)
downloaddpkg-de903bf55ab658da953f22bd02296274cb680c58.tar.gz
po: Fix list of source files in po/POTFILES.in
Commit 542885e824d0 ("libdpkg: Move control database code into db-ctrl modules") moved various files around, but did not remove the old filenames from po/POTFILES.in and typoed one of the new filenames there. Fixes: commit 542885e824d005bc9a8a92e341f71fb323437b90 Signed-off-by: Guillem Jover <guillem@debian.org>
-rw-r--r--po/POTFILES.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d7fb8173f..1a8cbc2ae 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -13,7 +13,7 @@ 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/db-ctrl-upgrade.c
lib/dpkg/deb-version.c
lib/dpkg/debug.c
lib/dpkg/depcon.c
@@ -78,9 +78,6 @@ src/filesdb-hash.c
src/filesdb.c
src/filters.c
src/help.c
-src/infodb-access.c
-src/infodb-format.c
-src/infodb-upgrade.c
src/main.c
src/packages.c
src/querycmd.c