[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] 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.
---
 po/POTFILES.in | 5 +----
 1 file changed, 1 insertion(+), 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
-- 
2.17.0


Reply to: