This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit c33e208e0b36f7931a2367622f7a96a10e23f91f Author: Guillem Jover <[email protected]> Date: Mon Sep 5 01:21:57 2016 +0200 build: Bump po4a version We are using --porefs wrap option which was introduced in 0.43. --- README | 2 +- debian/changelog | 1 + debian/control | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index a4cdd4d..a6bb915 100644 --- a/README +++ b/README @@ -98,7 +98,7 @@ will be needed: To enable translated documentation this software will be needed: - po4a >= 0.36.4 (>= 0.41 for VPATH builds) + po4a >= 0.43 To enable code coverage («./configure --enable-coverage; make coverage») this software is needed: diff --git a/debian/changelog b/debian/changelog index 7f86c99..a4a9a96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ dpkg (1.18.11) UNRELEASED; urgency=medium - Check the availability of -W<warning> variant instead of -Wno-<warning>. As at least gcc and clang do not warn on -Wno-* warning flags, only when some unrelated warning needs to be emitted. + - Bump po4a version to 0.43 (we are using --porefs wrap option). [ Updated manpages translations ] * German (Helge Kreutzmann). diff --git a/debian/control b/debian/control index c29e07c..5e0fbda 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,9 @@ Vcs-Git: https://anonscm.debian.org/git/dpkg/dpkg.git Standards-Version: 3.9.8 Build-Depends: dpkg-dev (>= 1.17.14), debhelper (>= 9.20141010), pkg-config, - gettext (>= 0.19), po4a (>= 0.41), + gettext (>= 0.19), +# Needed for --porefs. + po4a (>= 0.43), zlib1g-dev, libbz2-dev, liblzma-dev, libselinux1-dev (>= 1.28-4) [linux-any], libncursesw5-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

