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

guillem pushed a change to branch master
in repository dpkg.

    from 7db2279a8 Update German translation of manual pages
     new 967373bc2 doc: Update test suite requirements in README
     new e3c327201 Dpkg::Gettext: Fix fallback textdomain() to honor its 
expected interface
     new 1d0be9536 Dpkg::Gettext: Document textdomain() and ngettext() 
replacement functions
     new ee2e18800 perl: Make Build.PL check Module::Build availability at 
run-time
     new 992e5eadb build: Distribute the man.stamp from VPATH
     new bfd4c9b72 build: Preserve timestamps when distributing man pages
     new 1a16bcbe7 build: Add a GitLab CI configuration
     new 46ed057b6 Dpkg::Deps: Merge all Copyright notices into the same block
     new 72742b569 Dpkg::Deps: Fix typo in POD
     new 8fd30b604 Dpkg::Deps: Clarify arch-qualified dependency simplification
     new 7c98f09ae scripts/t: Improve Dpkg::Deps test cases
     new 8940f102e Dpkg::Deps: Improve modules and method documentation
     new 3d4afe296 Dpkg::Deps::KnownFacts: Rename _evaluate_simple_dep to 
evaluate_simple_dep
     new 738c8d5d5 Dpkg::Deps: Split subpackages

The 14 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                  |   54 ++
 Makefile.am                     |    1 +
 README                          |    4 +
 debian/changelog                |   12 +
 man/Makefile.am                 |    8 +-
 scripts/Build.PL.in             |    6 +-
 scripts/Dpkg/Deps.pm            | 1135 +--------------------------------------
 scripts/Dpkg/Deps/AND.pm        |  182 +++++++
 scripts/Dpkg/Deps/KnownFacts.pm |  244 +++++++++
 scripts/Dpkg/Deps/Multiple.pm   |  250 +++++++++
 scripts/Dpkg/Deps/OR.pm         |  174 ++++++
 scripts/Dpkg/Deps/Simple.pm     |  659 +++++++++++++++++++++++
 scripts/Dpkg/Deps/Union.pm      |  119 ++++
 scripts/Dpkg/Gettext.pm         |   20 +
 scripts/Makefile.am             |    6 +
 scripts/po/POTFILES.in          |    6 +
 scripts/t/Dpkg_Deps.t           |   62 ++-
 17 files changed, 1809 insertions(+), 1133 deletions(-)
 create mode 100644 .gitlab-ci.yml
 create mode 100644 scripts/Dpkg/Deps/AND.pm
 create mode 100644 scripts/Dpkg/Deps/KnownFacts.pm
 create mode 100644 scripts/Dpkg/Deps/Multiple.pm
 create mode 100644 scripts/Dpkg/Deps/OR.pm
 create mode 100644 scripts/Dpkg/Deps/Simple.pm
 create mode 100644 scripts/Dpkg/Deps/Union.pm

-- 
Dpkg.Org's dpkg

Reply via email to