[dpkg] 64/192: po: Add all source files to POTFILES.in files
Ximin Luo
infinity0 at debian.org
Tue Oct 17 11:03:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository dpkg.
commit 96a678f5adfb9328ad042254b9a60f3ec0dc75a7
Author: Guillem Jover <guillem at debian.org>
Date: Fri Jul 7 03:05:29 2017 +0200
po: Add all source files to POTFILES.in files
Even though some do not have any translation currently, not listing
all the source files by principle means that we might start adding
translated strings to existing files and forget to update the needed
POTFILES.in.
In this case also there were some files that did have translations.
---
debian/changelog | 1 +
po/POTFILES.in | 23 +++++++++++++++++++----
scripts/po/POTFILES.in | 5 +++++
3 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 46c61d4..0efc23c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium
- Itemize the CTRL_* constants in the Dpkg::Index POD.
- Update buildinfo information in dpkg-buildpackage man page to match
the current implementation.
+ - Add all source files to POTFILES.in files.
* Build system:
- Require Perl 5.20.2, the version in Debian oldstable (jessie).
- Use new gcc-7 -Wrestrict and -Wshift-negative-value warnings if
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 506dd1e..83f6347 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,36 +6,47 @@ lib/dpkg/atomic-file.c
lib/dpkg/buffer.c
lib/dpkg/c-ctype.c
lib/dpkg/cleanup.c
+lib/dpkg/color.c
lib/dpkg/command.c
lib/dpkg/compress.c
+lib/dpkg/dbdir.c
lib/dpkg/dbmodify.c
lib/dpkg/deb-version.c
+lib/dpkg/debug.c
+lib/dpkg/depcon.c
lib/dpkg/dir.c
lib/dpkg/dump.c
lib/dpkg/ehandle.c
+lib/dpkg/error.c
+lib/dpkg/fdio.c
lib/dpkg/fields.c
lib/dpkg/file.c
lib/dpkg/glob.c
lib/dpkg/i18n.c
lib/dpkg/log.c
lib/dpkg/mlib.c
+lib/dpkg/namevalue.c
lib/dpkg/nfmalloc.c
-lib/dpkg/options.c
lib/dpkg/options-parsers.c
+lib/dpkg/options.c
lib/dpkg/parse.c
lib/dpkg/parsehelp.c
-lib/dpkg/path.c
lib/dpkg/path-remove.c
-lib/dpkg/pkg.c
+lib/dpkg/path.c
lib/dpkg/pkg-array.c
lib/dpkg/pkg-db.c
lib/dpkg/pkg-format.c
lib/dpkg/pkg-list.c
+lib/dpkg/pkg-namevalue.c
lib/dpkg/pkg-queue.c
lib/dpkg/pkg-show.c
lib/dpkg/pkg-spec.c
+lib/dpkg/pkg.c
+lib/dpkg/progname.c
+lib/dpkg/program.c
lib/dpkg/progress.c
lib/dpkg/report.c
+lib/dpkg/strhash.c
lib/dpkg/string.c
lib/dpkg/strwide.c
lib/dpkg/subproc.c
@@ -44,6 +55,7 @@ lib/dpkg/treewalk.c
lib/dpkg/trigdeferred.c
lib/dpkg/triglib.c
lib/dpkg/trigname.c
+lib/dpkg/trignote.c
lib/dpkg/utils.c
lib/dpkg/varbuf.c
lib/dpkg/version.c
@@ -56,8 +68,10 @@ src/divertcmd.c
src/divertdb.c
src/enquiry.c
src/errors.c
-src/filesdb.c
+src/file-match.c
src/filesdb-hash.c
+src/filesdb.c
+src/filters.c
src/help.c
src/infodb-access.c
src/infodb-format.c
@@ -75,6 +89,7 @@ src/trigcmd.c
src/trigproc.c
src/unpack.c
src/update.c
+src/verify.c
dpkg-deb/build.c
dpkg-deb/extract.c
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in
index 04b0549..460a494 100644
--- a/scripts/po/POTFILES.in
+++ b/scripts/po/POTFILES.in
@@ -17,9 +17,11 @@ scripts/dpkg-scansources.pl
scripts/dpkg-shlibdeps.pl
scripts/dpkg-source.pl
scripts/dpkg-vendor.pl
+scripts/Dpkg.pm
scripts/Dpkg/Arch.pm
scripts/Dpkg/BuildFlags.pm
scripts/Dpkg/BuildOptions.pm
+scripts/Dpkg/BuildProfiles.pm
scripts/Dpkg/Build/Env.pm
scripts/Dpkg/Build/Info.pm
scripts/Dpkg/Build/Types.pm
@@ -40,6 +42,8 @@ scripts/Dpkg/Control/FieldsCore.pm
scripts/Dpkg/Control/Hash.pm
scripts/Dpkg/Control/HashCore.pm
scripts/Dpkg/Control/Info.pm
+scripts/Dpkg/Control/Tests.pm
+scripts/Dpkg/Control/Tests/Entry.pm
scripts/Dpkg/Control/Types.pm
scripts/Dpkg/Deps.pm
scripts/Dpkg/Dist/Files.pm
@@ -47,6 +51,7 @@ scripts/Dpkg/ErrorHandling.pm
scripts/Dpkg/Exit.pm
scripts/Dpkg/File.pm
scripts/Dpkg/Getopt.pm
+scripts/Dpkg/Gettext.pm
scripts/Dpkg/IPC.pm
scripts/Dpkg/Index.pm
scripts/Dpkg/Interface/Storable.pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list