This is an automated email from the git hooks/post-receive script.
guillem pushed a change to branch main
in repository dpkg.
from 629853282 po: Update German man pages translation
new 4adcdb56e Dpkg::SysInfo: Refactor number of processes retrieval into
new module
new 5affe2bdc build: Automatically set test parallelism from make
parallelism
new 78ea518e8 build: Add new authordistcheck convenience rule
new a081eb9d9 Dpkg::Shlibs: Remove DEB_TARGET_ARCH handling from
setup_library_paths()
new 280cd974a dpkg: Switch from m_asprintf() to str_fmt()
new 01f23f01b dpkg: Fix memory leak in maintscript_fallback()
new 6e41b73c8 dpkg: Use maintscript name instead of untranslated
description in error messages
new 02c3c45c6 dpkg: Unify maintainer script error messages
new 973d82ed1 dpkg: Rename maintscript description variable from buf to
scriptdesc
new b18a26e75 dpkg: Print maintscript fallback success message after
finishing actions
new ba2eb7c08 Improve subprocess exit message
new f9e143870 Dpkg::OpenPGP::Backend: Do not mark hint command as
translatable
new 2a23a33da Dpkg::Source::Package: Print a notice when verifying .dsc
signatures
new cda8e1565 Dpkg::Source::Package: Print the keyrings used during
verification
new 2cf1500bc Dpkg::OpenPGP: Add own error for missing keyrings in verify
functions
The 15 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:
build-aux/autotest.am | 2 +-
build-aux/get-make-jobs | 38 +++++++++++++
build-aux/tap.am | 5 +-
lib/dpkg/subproc.c | 2 +-
man/dpkg-source.pod | 8 ++-
scripts/Dpkg/ErrorHandling.pm | 2 +-
scripts/Dpkg/OpenPGP/Backend.pm | 2 +-
scripts/Dpkg/OpenPGP/Backend/Sequoia.pm | 4 +-
scripts/Dpkg/OpenPGP/ErrorCodes.pm | 3 ++
scripts/Dpkg/Shlibs.pm | 18 ++-----
scripts/Dpkg/Source/Package.pm | 5 ++
scripts/Dpkg/{Getopt.pm => SysInfo.pm} | 47 ++++++++---------
scripts/Makefile.am | 2 +
scripts/dpkg-buildpackage.pl | 12 ++---
scripts/po/POTFILES.in | 1 +
scripts/t/{Dpkg_Gettext.t => Dpkg_SysInfo.t} | 2 +-
src/main/cleanup.c | 8 +--
src/main/main.h | 9 ++--
src/main/remove.c | 6 +--
src/main/script.c | 79 +++++++++++++++-------------
src/main/unpack.c | 17 +++---
src/main/verify.c | 3 +-
22 files changed, 157 insertions(+), 118 deletions(-)
create mode 100755 build-aux/get-make-jobs
copy scripts/Dpkg/{Getopt.pm => SysInfo.pm} (57%)
copy scripts/t/{Dpkg_Gettext.t => Dpkg_SysInfo.t} (96%)
--
Dpkg.Org's dpkg