This is an automated email from the git hooks/post-receive script.
guillem pushed a change to branch main
in repository dpkg.
from 4c6e077bf libdpkg: Do not try to strdup() a NULL pointer in
dpkg_get_pid_execname()
new 5a381b45a build: Include a .dist-vcs-url file in the distributed
tarball
new 259debe76 build: Do not include VCS specific files in the distributed
tarball
new df60765ed Dpkg::Vendor::Debian: Guarantee UTF-8 locale codeset on
sanitize-env
new 00f0fb173 Dpkg::Substvars: Add support for required substvars assigned
with !=
new 044955f9b Dpkg::Source::Package: Document method additions with an
object
new 98adc2ec5 Dpkg::Source::Package::V3::Bzr: Remove unused variables
new 5ca492db5 Dpkg::Source::Package: Add a new get_basedirname() method
new a0e40ff85 perl: Use new Dpkg::Source::Package->get_basedirname() method
new 555f9fe3c dpkg-buildpackage: Add support for building from a specified
.dsc or dir
new 3eca339cc dpkg-buildpackage: Reference the .dsc in .buildinfo if
building from one
The 10 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 | 10 +++--
man/deb-substvars.pod | 13 +++---
man/dpkg-buildpackage.pod | 22 ++++++++--
scripts/Dpkg/Source/Package.pm | 33 +++++++++++----
scripts/Dpkg/Source/Package/V1.pm | 3 +-
scripts/Dpkg/Source/Package/V2.pm | 3 +-
scripts/Dpkg/Source/Package/V3/Bzr.pm | 4 --
scripts/Dpkg/Substvars.pm | 34 +++++++++++----
scripts/Dpkg/Vendor/Debian.pm | 16 ++++++-
scripts/Makefile.am | 1 +
scripts/dpkg-buildpackage.pl | 77 ++++++++++++++++++++++++++++++++--
scripts/dpkg-source.pl | 3 +-
scripts/t/Dpkg_Substvars.t | 28 ++++++++++++-
scripts/t/Dpkg_Substvars/substvars-req | 1 +
14 files changed, 208 insertions(+), 40 deletions(-)
create mode 100644 scripts/t/Dpkg_Substvars/substvars-req
--
Dpkg.Org's dpkg