This is an automated email from the git hooks/post-receive script.
guillem pushed a change to branch main
in repository dpkg.
from 0219be9f9 po: Update German man pages translation
new c15487a58 dpkg-architecture: Do not compute values that are not
required
new e02fb2e3d dpkg-genbuildinfo: Use Dpkg::Version to parse source version
new 578f4deb5 dpkg-buildpackage: Fix swapped long options for -m/-e
new 1a4eb9edb man: Clarify how --build-by and --release-by get passed to
dpkg-genchanges
new 3e7f28526 dpkg-buildpackage: Add --source-by and --changed-by aliases
for -m/-e
new c6a4f28e1 build: Add the author testing dependencies to Build-Depends
under a profile
new 276780143 build: Fully switch to libmd for MD5 implementation
new d098a26ce build: Simplify author testing
new ed51e46d9 build: Consider Dselect prefixes as perl modules too in
gen-changelog
new 8c7c835f9 libdpkg: Fix type name for AIX dpkg_get_progname()
implementation
new 7f96bc0d8 test: Do not use unportable -a option to cp
new a9d111da5 test: Use «perl» instead of «stat -c '%s'»
new 922a02feb test: Redirect dd stderr to /dev/null instead of using
status=none argument
new ecfebe697 test: Remove stray backslash before comma
new e892aa4fd dpkg-deb: Move DPKG_DEB_THREADS_MAX parsing from libdpkg
new ae0a944c3 dpkg-deb: Refactor parse_compress_type() from
set_compress_type()
new c10aeffc6 dpkg-deb: Add support for DPKG_DEB_COMPRESSOR_TYPE/LEVEL
new 8e232648c dpkg: Remove redundant «continue» keyword at the end of a
loop
new 97bdc84c5 Dpkg::Source::Package::V2: Update and clarify patch header
metadata template
new 926582f54 Dpkg::Checksums: Fix spacing
new 1267a2135 Dpkg::Deps: Merge dependency string into a single line when
parsing
new 3f021fb53 Dselect::Ftp: Switch to current mirror list for ftp method
output
new 927b5dc10 dpkg-fsys-usrunmess: Do not pass to print a ref to *STDERR
new b8a22b7dc doc: Use https:// URLs instead of http:// when possible
(round four)
new f8278a98d doc: Switch releases download link from ftp.debian.org to
deb.debian.org
new b270714bc doc: Update git repo URL and mention it being the primary one
new a99af2d86 doc: Fix typos
The 27 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 | 11 +-
ChangeLog.old | 34 ++---
Makefile.am | 3 +
README | 18 +--
build-aux/gen-changelog | 2 +-
debian/control | 20 +++
debian/copyright | 14 ---
debian/rules | 1 -
doc/coding-style.txt | 2 +-
dselect/methods/Dselect/Ftp.pm | 2 +-
lib/compat/Makefile.am | 5 -
lib/compat/md5.c | 252 --------------------------------------
lib/compat/md5.h | 36 ------
lib/dpkg/color.c | 2 +-
lib/dpkg/color.h | 2 +-
lib/dpkg/compress.c | 19 ---
lib/dpkg/progname.c | 2 +-
lib/dpkg/t/c-treewalk.c | 2 +-
lib/dpkg/t/c-trigdeferred.c | 2 +-
lib/dpkg/t/t-ehandle.c | 2 +-
lib/dpkg/treewalk.c | 2 +-
lib/dpkg/treewalk.h | 2 +-
m4/dpkg-build.m4 | 3 +-
m4/dpkg-libs.m4 | 31 ++---
man/dpkg-buildpackage.pod | 16 ++-
man/dpkg-deb.pod | 12 ++
po/de.po | 2 +-
scripts/Dpkg/Checksums.pm | 2 +-
scripts/Dpkg/Deps.pm | 2 +
scripts/Dpkg/Source/Package/V2.pm | 11 +-
scripts/Test/Dpkg.pm | 4 +-
scripts/dpkg-architecture.pl | 155 +++++++++++++----------
scripts/dpkg-buildpackage.pl | 10 +-
scripts/dpkg-fsys-usrunmess.pl | 2 +-
scripts/dpkg-genbuildinfo.pl | 6 +-
scripts/mk/architecture.mk | 2 +-
scripts/t/Dpkg_Deps.t | 7 +-
scripts/t/origins/ubuntu | 2 +-
src/at/deb-format.at | 12 +-
src/at/deb-split.at | 2 +-
src/at/local.at | 5 +
src/deb/main.c | 61 ++++++++-
src/main/remove.c | 1 -
t/codespell/stopwords | 2 +
tests/t-multiarch/Makefile | 4 +-
45 files changed, 293 insertions(+), 496 deletions(-)
delete mode 100644 lib/compat/md5.c
delete mode 100644 lib/compat/md5.h
--
Dpkg.Org's dpkg