This is an automated email from the git hooks/post-receive script.
guillem pushed a change to branch main
in repository dpkg.
from 54a1a23d3 scripts/mk: Generate the _FOR_BUILD variant of each variable
automatically
new bfecc8f13 test: Pass --check-level=exhaustive to cppcheck
new aea0858f5 libdpkg: Change varbuf_get_str() to return "" instead of
initializing it
new 426997f83 libdpkg: Rename varbuf_get_str() to varbuf_str()
new fe1c99810 Use varbuf_str() instead of direct access
new cae07d61c libdpkg: Always NUL terminate varbufs
new ae03bfd28 libdpkg: Remove varbuf_end_str() function
new 46ca7d944 build: Pass abs_srcdir and abs_builddir to the TAP driver
new e309f8639 man: Add new libdpkg(7) manual page
new 24287281f man: Document DPKG_COLORS and DPKG_NLS for all perl scripts
honoring them
new e5c856f73 libdpkg: Add support for DPKG_NLS environment variable
new f382029ba libdpkg: Add new varbuf prefix and suffix handling functions
new 9d410b391 libdpkg: Add new file_getcwd() function
new 42158472a dpkg-realpath: Rewrite in C
new f6d747035 dpkg: Use a variable for each conffile pathname type
new 2b771a88e src: Fix timestamp parse error reporting
new 0f503ee3a src: Check whether SOURCE_DATE_EPOCH is set before parsing it
new 51b9b23c4 po: Update Swedish translations
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 1 +
build-aux/tap.am | 2 +
debian/libdpkg-dev.manpages | 1 +
lib/dpkg/command.c | 1 -
lib/dpkg/db-ctrl-access.c | 2 -
lib/dpkg/db-ctrl-format.c | 1 -
lib/dpkg/db-ctrl-upgrade.c | 3 -
lib/dpkg/dbmodify.c | 3 -
lib/dpkg/dump.c | 6 +-
lib/dpkg/file.c | 15 +-
lib/dpkg/file.h | 3 +
lib/dpkg/i18n.c | 21 ++-
lib/dpkg/libdpkg.map | 8 +-
lib/dpkg/log.c | 1 -
lib/dpkg/parse.c | 1 -
lib/dpkg/parsehelp.c | 1 -
lib/dpkg/pkg-format.c | 7 +-
lib/dpkg/pkg-show.c | 7 +-
lib/dpkg/t/t-arch.c | 12 +-
lib/dpkg/t/t-file.c | 17 ++-
lib/dpkg/t/t-pkg-format.c | 2 +-
lib/dpkg/t/t-varbuf.c | 91 +++++++++----
lib/dpkg/tarfn.c | 1 -
lib/dpkg/trigdeferred.c | 1 -
lib/dpkg/triglib.c | 1 -
lib/dpkg/varbuf.c | 78 ++++++++---
lib/dpkg/varbuf.h | 11 +-
man/Makefile.am | 2 +
man/dpkg-buildapi.pod | 12 ++
man/dpkg-buildtree.pod | 18 +++
man/dpkg-deb.pod | 6 +
man/dpkg-divert.pod | 6 +
man/dpkg-query.pod | 6 +
man/dpkg-realpath.pod | 6 +
man/dpkg-split.pod | 6 +
man/dpkg-statoverride.pod | 6 +
man/dpkg-trigger.pod | 6 +
man/dpkg.pod | 6 +
man/libdpkg.pod | 44 ++++++
man/po/sv.po | 324 ++++++++++++++++----------------------------
po/POTFILES.in | 2 +
po/sv.po | 34 ++---
scripts/po/sv.po | 45 +++---
src/Makefile.am | 7 +-
src/common/force.c | 1 -
src/deb/build.c | 6 +-
src/deb/info.c | 9 +-
src/divert/main.c | 5 +-
src/dpkg-realpath.sh | 179 ------------------------
src/main/archives.c | 21 +--
src/main/configure.c | 80 +++++------
src/main/depcon.c | 6 +-
src/main/enquiry.c | 1 -
src/main/main.c | 1 -
src/main/packages.c | 7 +-
src/main/remove.c | 13 +-
src/main/script.c | 3 +-
src/main/select.c | 12 +-
src/main/trigproc.c | 11 +-
src/main/unpack.c | 32 ++---
src/main/verify.c | 3 +-
src/query/main.c | 1 -
src/realpath/main.c | 242 +++++++++++++++++++++++++++++++++
src/split/split.c | 6 +-
src/statoverride/main.c | 7 +-
t/cppcheck.t | 1 +
t/shellcheck.t | 1 -
67 files changed, 824 insertions(+), 658 deletions(-)
create mode 100644 debian/libdpkg-dev.manpages
create mode 100644 man/libdpkg.pod
delete mode 100755 src/dpkg-realpath.sh
create mode 100644 src/realpath/main.c
--
Dpkg.Org's dpkg