This is an automated email from the git hooks/post-receive script.
guillem pushed a change to branch master
in repository dpkg.
from 738c8d5d5 Dpkg::Deps: Split subpackages
new 9ab6c592c Dpkg::Source: Do not change patch permissions if not
necessary
new 9cc48e639 libdpkg: Use memccpy() instead of strncpy()
new 3b48f9c2d dpkg-statoverride: Remove redundant check
new 1f656230d dpkg-split: Fix format string to match variable declaration
new f2a40a75b dpkg-deb: Surround condition in ternary operator with parens
new d2ca3f4be dselect: Remove duplicate searchstring member declaration in
derived class
new 3d4be1a81 dselect: Declare constructor with one argument as explicit
new c0c457246 dselect: Use override attribute for virtual methods in
derived classes
new 975efaa8c dselect: Disable copy constructor and = operator for
methodlist class
new 31cdb7e05 libdpkg: Turn variable into unsigned to match format string
new 87c060b24 libdpkg: Improve unit test to use assigned variable
new ec1bd98b0 libdpkg: Do not compare an unsigned int with <=
new 6a45c7ab2 s-s-d: Mark a literal integer long to avoid value truncation
new 31ba2b1b1 s-s-d: Do not leak a file descriptor on AIX
new fc94ac887 test: Add new cppcheck integration author test
new f1b4c8615 man: Fix typo in field name in deb-changes(5)
The 16 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 | 2 +-
Makefile.am | 2 ++
README | 1 +
debian/changelog | 6 +++++
dpkg-deb/info.c | 3 ++-
dpkg-split/join.c | 2 +-
dselect/method.h | 23 +++++++++---------
dselect/pkglist.h | 22 ++++++++---------
lib/dpkg/db-ctrl-format.c | 2 +-
lib/dpkg/t/t-ar.c | 6 +++--
lib/dpkg/t/t-string.c | 4 ++-
lib/dpkg/tarfn.c | 2 +-
man/deb-changes.man | 2 +-
scripts/Dpkg/Source/Functions.pm | 13 ++++++++++
scripts/Dpkg/Source/Package/V2.pm | 4 +--
scripts/Dpkg/Source/Package/V3/Quilt.pm | 4 +--
scripts/Dpkg/Source/Quilt.pm | 4 +--
scripts/t/Dpkg_Shlibs/patterns.cpp | 2 +-
src/statcmd.c | 2 +-
t/{synopsis.t => cppcheck.t} | 23 ++++++++++++++----
t/cppcheck/cppcheck.supp | 43 +++++++++++++++++++++++++++++++++
utils/start-stop-daemon.c | 12 ++++++---
22 files changed, 136 insertions(+), 48 deletions(-)
copy t/{synopsis.t => cppcheck.t} (63%)
create mode 100644 t/cppcheck/cppcheck.supp
--
Dpkg.Org's dpkg