This is an automated email from the git hooks/post-receive script.
guillem pushed a change to branch main
in repository dpkg.
from 86fe73a5a po: Update German man pages translation
new 153a7c8de doc: Fix grammar for fallback
new f2407763c doc: Fix casing after admonition
new deb4cfe60 build: Workaround Tap::Harness verbose misbehavior on
parallel mode
new 57048fc8c build: Fix test verbose and parallel option propagation
new a0b4da48c scripts/mk: Replace more GNU sed constructs with POSIX ones
new d8ff5ef85 scripts/mk: Stop hard-coding dpkg_datadir
new 7e73ffda9 test: Set CC to gcc in make fragments functional tests
new 1e9c98a43 test: Parametrize all Makefile fragment functional tests
new 6410d905b test: Clarify the Makefile fragment variable being tested
via comments
new 01505a922 libdpkg: Factor fsys_list_parse_buffer() out of
ensure_packagefiles_available()
new e16a155f5 dpkg-shlibdeps: Refactor executable CLI parsing
new 09ae88618 dpkg-shlibdeps: Add support for new --package option
new b11ffedca dpkg: Refactor conffile disappearing check into a new
function
new 17456a341 Merge conffile obsolete and remove-on-upgrade into a single
flags member
new c94e16d93 Dpkg::Vendor::Debian: On native builds map *_FOR_BUILD flags
to * flags
new 8389e7010 lib, src: Include missing <stdbool.h>
new 0274e3d35 dpkg-buildpackage: Make newline injection during signing
GnuPG specific
new 33e3074db Dpkg::OpenPGP::ErrorCodes: Update error codes from SOP draft
version 10
The 18 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:
.gitlab-ci.yml | 10 ++---
build-aux/autotest.am | 9 +++++
build-aux/subst.am | 8 ----
build-aux/tap.am | 2 +
build-aux/test-runner | 9 +++++
debian/rules | 6 +--
debian/tests/test-not-root | 2 +-
debian/tests/test-root | 2 +-
dselect/methods/ftp/setup.pl | 2 +-
lib/dpkg/command.h | 1 +
lib/dpkg/db-fsys-files.c | 73 ++++++++++++++++++++---------------
lib/dpkg/dpkg-db.h | 12 +++++-
lib/dpkg/dump.c | 4 +-
lib/dpkg/fields.c | 20 +++++-----
lib/dpkg/parsedump.h | 1 +
lib/dpkg/pkg-format.h | 2 +
lib/dpkg/pkg-show.c | 2 +-
lib/dpkg/triglib.h | 2 +
lib/dpkg/varbuf.h | 1 +
man/dpkg-buildflags.pod | 4 +-
man/dpkg-name.pod | 2 +-
man/dpkg-query.pod | 2 +-
man/dpkg-shlibdeps.pod | 15 +++++++
man/update-alternatives.pod | 2 +-
scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 14 +++++++
scripts/Dpkg/OpenPGP/ErrorCodes.pm | 19 ++++++++-
scripts/Dpkg/Vendor/Debian.pm | 19 ++++++++-
scripts/dpkg-buildpackage.pl | 18 ++-------
scripts/dpkg-shlibdeps.pl | 72 +++++++++++++++++++++++++---------
scripts/mk/Makefile.am | 10 -----
scripts/mk/buildtools.mk | 2 +-
scripts/mk/default.mk | 3 +-
scripts/mk/pkg-info.mk | 2 +-
scripts/mk/vendor.mk | 2 +-
scripts/t/mk.t | 2 +-
scripts/t/mk/architecture.mk | 4 +-
scripts/t/mk/buildapi.mk | 13 ++++++-
scripts/t/mk/buildflags.mk | 4 +-
scripts/t/mk/buildopts.mk | 11 +++++-
scripts/t/mk/buildtools.mk | 4 +-
scripts/t/mk/pkg-info.mk | 31 +++++++++++----
scripts/t/mk/vendor-v0.mk | 1 +
scripts/t/mk/vendor-v1.mk | 1 +
scripts/t/mk/vendor.mk | 17 ++++++--
src/common/force.h | 2 +
src/main/archives.c | 4 +-
src/main/configure.c | 4 +-
src/main/help.c | 14 ++++++-
src/main/main.h | 4 ++
src/main/remove.c | 2 +-
src/main/unpack.c | 8 ++--
51 files changed, 328 insertions(+), 152 deletions(-)
--
Dpkg.Org's dpkg