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

guillem pushed a change to branch master
in repository dpkg.

    from ed6ab060a German dpkg translation update
     new 31ad59912 build: Add Module::Signature as configure recommends for CPAN
     new df8dca667 Dpkg::Source::Package: Explicitly initialize constructor 
options
     new e33b22419 Dpkg::OpenPGP: Use a temporary directory for the GnuPG 
homedir
     new 3ff18b853 test: Use File::Path::make_path() instead of chained mkdir() 
in Dpkg_Path.t
     new 5490025f9 Dpkg::Path: Refactor check_directory_traversal() out of 
Dpkg::Source::Package
     new ce09f4e69 Dpkg::Path: Improve directory traversal error message to 
include target
     new 64f3d6dd7 Dpkg::Path: Do not do partial matches for directory 
traversal checks
     new baa01dd67 Dpkg::Path: Catch uncanonicanizable pathnames with a proper 
error
     new 959c1dbdf Dpkg::Path: Do not consider missing symlink targets a 
directory traversal
     new 7d2b0adbb test: Add unit tests for 
Dpkg::Path::check_directory_traversal()
     new 645f3342b Dpkg::Path: Allow /dev/null for directory traversals
     new 73ff957bb data: Prefix the specs file spec string self_spec with + 
instead of *
     new 07601a7ca po: Regenerate .pot files and merge .po files with them
     new 4a5bcd536 Release 1.20.4
     new 2b1089e09 Bump version to 1.20.5

The 15 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:
 data/no-pie-compile.specs      |   2 +-
 data/no-pie-link.specs         |   2 +-
 data/pie-compile.specs         |   2 +-
 data/pie-link.specs            |   2 +-
 debian/changelog               |  39 +++++++-
 dselect/po/bs.po               |   2 +-
 dselect/po/ca.po               |   2 +-
 dselect/po/cs.po               |   2 +-
 dselect/po/da.po               |   2 +-
 dselect/po/de.po               |   2 +-
 dselect/po/dselect.pot         |   4 +-
 dselect/po/el.po               |   2 +-
 dselect/po/es.po               |   2 +-
 dselect/po/et.po               |   2 +-
 dselect/po/eu.po               |   2 +-
 dselect/po/fr.po               |   2 +-
 dselect/po/gl.po               |   2 +-
 dselect/po/hu.po               |   2 +-
 dselect/po/id.po               |   2 +-
 dselect/po/it.po               |   2 +-
 dselect/po/ja.po               |   2 +-
 dselect/po/ko.po               |   2 +-
 dselect/po/nb.po               |   2 +-
 dselect/po/nl.po               |   2 +-
 dselect/po/nn.po               |   2 +-
 dselect/po/pl.po               |   2 +-
 dselect/po/pt.po               |   2 +-
 dselect/po/pt_BR.po            |   2 +-
 dselect/po/ro.po               |   2 +-
 dselect/po/ru.po               |   2 +-
 dselect/po/sk.po               |   2 +-
 dselect/po/sv.po               |   2 +-
 dselect/po/tl.po               |   2 +-
 dselect/po/vi.po               |   2 +-
 dselect/po/zh_CN.po            |   2 +-
 dselect/po/zh_TW.po            |   2 +-
 man/po/dpkg-man.pot            |   4 +-
 po/ast.po                      |   2 +-
 po/bs.po                       |   2 +-
 po/ca.po                       |   2 +-
 po/cs.po                       |   2 +-
 po/da.po                       |   2 +-
 po/de.po                       |   2 +-
 po/dpkg.pot                    |   4 +-
 po/dz.po                       |   2 +-
 po/el.po                       |   2 +-
 po/eo.po                       |   2 +-
 po/es.po                       |   2 +-
 po/et.po                       |   2 +-
 po/eu.po                       |   2 +-
 po/fr.po                       |   2 +-
 po/gl.po                       |   2 +-
 po/hu.po                       |   2 +-
 po/id.po                       |   2 +-
 po/it.po                       |   2 +-
 po/ja.po                       |   2 +-
 po/km.po                       |   2 +-
 po/ko.po                       |   2 +-
 po/ku.po                       |   2 +-
 po/lt.po                       |   2 +-
 po/mr.po                       |   2 +-
 po/nb.po                       |   2 +-
 po/ne.po                       |   2 +-
 po/nl.po                       |   2 +-
 po/nn.po                       |   2 +-
 po/pa.po                       |   2 +-
 po/pl.po                       |   2 +-
 po/pt.po                       |   2 +-
 po/pt_BR.po                    |   2 +-
 po/ro.po                       |   2 +-
 po/ru.po                       |   2 +-
 po/sk.po                       |   2 +-
 po/sv.po                       |   2 +-
 po/th.po                       |   2 +-
 po/tl.po                       |   2 +-
 po/tr.po                       |   2 +-
 po/vi.po                       |   2 +-
 po/zh_CN.po                    |   2 +-
 po/zh_TW.po                    |   2 +-
 scripts/Build.PL.in            |   5 ++
 scripts/Dpkg/OpenPGP.pm        |   3 +
 scripts/Dpkg/Path.pm           |  45 +++++++++-
 scripts/Dpkg/Source/Package.pm |  25 ++----
 scripts/po/ca.po               |  17 ++--
 scripts/po/de.po               |  18 ++--
 scripts/po/dpkg-dev.pot        |  19 ++--
 scripts/po/es.po               |  17 ++--
 scripts/po/fr.po               |  17 ++--
 scripts/po/pl.po               |  17 ++--
 scripts/po/ru.po               |  17 ++--
 scripts/po/sv.po               |  17 ++--
 scripts/t/Dpkg_Path.t          | 197 ++++++++++++++++++++++++++++++++++++++---
 92 files changed, 456 insertions(+), 159 deletions(-)

-- 
Dpkg.Org's dpkg

Reply via email to