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

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=6f6f713222b7a65e7ba31d31579baf39a84c330c

commit 6f6f713222b7a65e7ba31d31579baf39a84c330c
Author: Guillem Jover <[email protected]>
AuthorDate: Sat May 16 17:52:43 2020 +0200

    build: Do not use ? in addenda pathname
    
    This is not really required as we provide addenda for every language,
    and it is making the build fail when using older po4a.
    
    Reported-by: Helge Kreutzmann <[email protected]>
---
 man/po/po4a.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/po/po4a.cfg b/man/po/po4a.cfg
index 34b6857fd..b910ecfaf 100644
--- a/man/po/po4a.cfg
+++ b/man/po/po4a.cfg
@@ -1,5 +1,5 @@
 [po4a_langs] de es fr hu it ja nl pl pt_BR ru sv zh_CN
-[po4a_paths] po/dpkg-man.pot $lang:po/$lang.po add_$lang:?po/$lang.add
+[po4a_paths] po/dpkg-man.pot $lang:po/$lang.po add_$lang:po/$lang.add
 
 # Make sure the man pages are generated with the right encoding.
 [po4a_alias:man] man opt:"-M UTF-8 -L UTF-8 -A UTF-8"

-- 
Dpkg.Org's dpkg

Reply via email to