This is an automated email from the git hooks/post-receive script.
guillem pushed a change to branch master
in repository dpkg.
from 9e0c88ec0 Bump version to 1.20.6
new c4d7c906e po: Add Portuguese man pages translation
new 511f7183d doc: Update l10n commit documentation
new 41a98902a Dpkg::Index: Add new item_opts option
new 68ed7b9d9 build: Add new gen-changelog tool
new 15f285b9d build: Pre-process the curses header before parsing it
new cdb7949e6 build: Fix variable substitution in man pages
new e56a8172e build: Add a README.cpan to be installed as README in the
CPAN distribution
new 631b7591c build: Do not try to use <sys/sysctl.h> on GNU/Linux
new c2f6c4acd man: Fix typo in --print-unset option reference
new 4d0b9a355 man: Clarify that dpkg-architecture uses some of its own
variables
new 0c782cc23 man: Fix casing and namespacing in VARIABLES definitions
new bec9f5011 man: Fix typo in dpkg-source(1)
new 9fabaf3b4 man: Add a reference to deb-symbols(5) in deb-src-symbols(5)
DESCRIPTION
new 7a92a1448 man: Specify that symbol, version and id are separated by a
single whitespace
new 05264f16e man: Clarify day-of-month format in deb-changelog(5)
new 97eee9cd5 man: Update u-a maintainer script usage information
new 20e42a6a8 man: Switch to use L<> markup for URLs instead of B<>
new 5b195d417 man: Remove trailing blank lines
new 3fb87b5c6 doc, man: Clarify that R³ values are case sensitive
new ddbec2477 man: Add references to deb822(5) to file formats based on it
new ee479e2c0 libcompat, dpkg: Stop using deprecated security_context_t
data type
new 7d3eb5a6f debian: Do not fail the bug-script if readlink fails
new 25797abf7 debian: Improve cron file robustness on missing or empty
backup files
new e93d0e5d7 test: Fix short lived memory leaks in unit tests
new 52ab5b4cb test: Print the ehandle unit test error output on verbose
mode
new 7d2d5be9f test: Improve dpkg-divert test to output stdout and stderr
new 52b63137c libdpkg: Fix undefined behavior in varbuf functions
new cf8fe0d6e libdpkg: Fix memory leaks in tar_extractor()
new 35d024ea7 libdpkg: Fix memory leak in trigger deferred processing
new 7fa28dce1 libdpkg: Fix memory leak in filesystem treewalk node free
function
new 406af89c0 libdpkg: Fix memory leak in filesystem treewalk iterator
new f13aebc8a libdpkg: Fix single-instance memory leak with fsys dir
new 38cb8160e libdpkg: Fix short-lived memory leaks
new 889848ed5 libdpkg: Reset error context errmsg after free()
new 60dba33b1 dpkg: Fix memory leak for cidir
new c1068bb2e dpkg: Fix short-lived memory leak in --force-help output
new c720bbd7a dpkg-deb: Fix single-instance memory leak on missing
conffiles control file
new 1dd925c87 dpkg-divert: Fix short-lived memory leaks
new fd4d04484 dpkg-realpath: Add new -z, --zero option
new 11a8426fb dpkg-deb: Make decompression error message more descriptive
new 7c54fa2b2 dpkg-architecture: Add a --print-format option
new 7e2cb252d dpkg-buildpackage: Warn on known R³ values in uppercase
new fae07d08c dpkg-buildpackage: Error out on R³ "yes" value
new a048b1c20 dpkg-buildpackage: Clarify R³ keyword diagnostic messages
new bab898774 dpkg-deb, dpkg-split: Fix time handling to support 64-bit
time
new b885b7344 libdpkg: Check that the ar archive time is within bounds
new 536a38582 libdpkg: Ignore not-installed packages for source related
virtual fields
new 9022f9e0f libdpkg: Make source version parsing more robust on missing
data
new 96005ddd9 libdpkg: Fix typo in comment
new c89140d8b libdpkg: Do not forget not-installed packages that are set
on hold
new 9b8f4296c u-a: Refactor alternative database context freeing into a
new function
new 2096f4fe2 u-a: Fix memory leaks for alternative database context on
load errors
new 0d26b9fca u-a: Fix typos in code comments
new 55700d232 u-a: Fix short-lived memory leaks for alternative structs
new c86dcd9c9 u-a: Fix memory leaks with new_choice
new 6bf600602 u-a: Fix short-lived memory leaks for log_file and admdir
new 6d03bf8df Dpkg::Exit: Fix exit handler on program termination
new 2fc935f12 Dpkg::Changelog::Entry::Debian: Fix format string
new 6b15c47b7 Dpkg::Changelog::Parse: Add new verbose option
new 3b9afd43d Dpkg::Changelog::Parse: Document 'label' option
new a40c250be Dpkg::Source::Package::V1: Print a message when verifying
tarball signatures
new 0b521d214 test: Use intermediate variable for directory traversal item
iteration
new 1ddcd026b test: Refactor root handling in Dpkg::Path unit tests
new 727edc4d2 Dpkg::Path: Fix pathname traversal check for symlinks
new 157a4e6c0 Dpkg::Source::Package: Honor no_check for directory
traversal checks
new 9e34f5c14 Dpkg::Source::Package: Call syserr() instead of syserror()
new 0779258d1 Dpkg::Path: Check first whether the files are the same by
comparing string-wise
new b51030bd7 Dpkg::OpenPGP: Refactor gpg armor code into its own function
The 68 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 +
README.l10n | 59 +-
configure.ac | 14 +-
cpan.am | 1 +
debian/bug-script | 2 -
debian/dpkg.cron.daily | 12 +-
doc/rootless-builds.txt | 2 +-
dpkg-deb/build.c | 17 +-
dpkg-deb/extract.c | 4 +-
dpkg-split/split.c | 9 +-
dselect/.gitignore | 1 +
dselect/Makefile.am | 16 +-
gen-changelog | 284 +
lib/compat/selinux.c | 3 +-
lib/dpkg/ar.c | 8 +-
lib/dpkg/ar.h | 7 +-
lib/dpkg/ehandle.c | 5 +
lib/dpkg/fsys-dir.c | 16 +-
lib/dpkg/parse.c | 5 +-
lib/dpkg/pkg-format.c | 13 +-
lib/dpkg/pkg-show.c | 47 +-
lib/dpkg/t/c-tarextract.c | 4 +-
lib/dpkg/t/t-arch.c | 2 +
lib/dpkg/t/t-buffer.c | 2 +
lib/dpkg/t/t-command.c | 2 +
lib/dpkg/t/t-ehandle.c | 17 +-
lib/dpkg/t/t-file.c | 2 +
lib/dpkg/tarfn.c | 8 +-
lib/dpkg/tarfn.h | 2 +-
lib/dpkg/treewalk.c | 5 +-
lib/dpkg/trigdeferred.c | 1 +
lib/dpkg/varbuf.c | 4 +
lib/dpkg/version.h | 3 +
man/.gitignore | 1 +
man/Makefile.am | 13 +-
man/deb-buildinfo.pod | 8 +-
man/deb-changelog.pod | 6 +-
man/deb-changes.pod | 7 +-
man/deb-control.pod | 8 +-
man/deb-src-control.pod | 8 +-
man/deb-src-symbols.pod | 3 +-
man/deb-symbols.pod | 4 +-
man/dpkg-architecture.pod | 57 +-
man/dpkg-buildflags.pod | 1 -
man/dpkg-checkbuilddeps.pod | 1 -
man/dpkg-gensymbols.pod | 9 +-
man/dpkg-realpath.pod | 5 +
man/dpkg-source.pod | 6 +-
man/dpkg.pod | 2 +-
man/dsc.pod | 7 +-
man/dselect.pod | 2 +-
man/po/po4a.cfg | 2 +-
man/po/pt.add | 8 +
man/po/{it.po => pt.po} | 16767 ++++++++++++++-----------------
man/start-stop-daemon.pod | 1 -
man/update-alternatives.pod | 15 +-
scripts/.gitignore | 1 +
scripts/Dpkg/Changelog/Entry/Debian.pm | 2 +-
scripts/Dpkg/Changelog/Parse.pm | 19 +-
scripts/Dpkg/Exit.pm | 11 +-
scripts/Dpkg/Index.pm | 13 +-
scripts/Dpkg/OpenPGP.pm | 48 +-
scripts/Dpkg/Path.pm | 3 +
scripts/Dpkg/Source/Package.pm | 4 +-
scripts/Dpkg/Source/Package/V1.pm | 1 +
scripts/README.cpan.in | 5 +
scripts/dpkg-architecture.pl | 30 +-
scripts/dpkg-buildpackage.pl | 17 +-
scripts/dpkg-realpath.sh | 7 +-
scripts/t/Dpkg_Exit.t | 12 +-
scripts/t/Dpkg_Path.t | 43 +-
src/archives.c | 1 +
src/divertcmd.c | 18 +-
src/main.c | 5 +-
src/selinux.c | 2 +-
src/t/dpkg_divert.t | 16 +-
utils/update-alternatives.c | 78 +-
77 files changed, 8272 insertions(+), 9583 deletions(-)
create mode 100755 gen-changelog
create mode 100644 man/po/pt.add
copy man/po/{it.po => pt.po} (58%)
create mode 100644 scripts/README.cpan.in
--
Dpkg.Org's dpkg