This is an automated email from the git hooks/post-receive script.

guillem pushed a change to branch main
in repository dpkg.

    from cedd58200 po: Update German man pages translation
     new 5cdc783e5 libdpkg: Factor out filesystem database file loading into 
new function
     new 0d3527afd test: Do not fail the functional test suite due to memory 
leaks
     new 7348ad792 doc: Add missing full stop to end of sentence
     new ebd19171d build: Re-enable the sanitizer for functional tests in CI
     new 4921ef18c build: Add missing space before backslash
     new 2eb48ad0c build: Unconditionally include <stddef.h>
     new 4c586e344 build: Do not check for memcpy()
     new 6a22037c2 build: Do not check for functions used unconditionally
     new 7b6e42a13 libcompat: Include missing <string.h> in strnlen module

The 9 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                |  8 ++--
 configure.ac                  |  8 ++--
 lib/compat/strnlen.c          |  2 +
 lib/dpkg/Makefile.am          |  3 +-
 lib/dpkg/db-fsys-divert.c     | 63 +++++++-----------------------
 lib/dpkg/db-fsys-load.c       | 91 +++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/db-fsys-override.c   | 69 ++++++++------------------------
 lib/dpkg/db-fsys.h            | 26 +++++++++++++
 po/POTFILES.in                |  1 +
 scripts/t/dpkg_buildpackage.t |  3 ++
 tests/README                  |  5 ++-
 tests/Test.mk                 |  3 ++
 utils/start-stop-daemon.c     |  2 -
 13 files changed, 170 insertions(+), 114 deletions(-)
 create mode 100644 lib/dpkg/db-fsys-load.c

-- 
Dpkg.Org's dpkg

Reply via email to