This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 3ae32a1d1a171174a0e6f8d002b4d3efaecd47ba Author: Guillem Jover <[email protected]> Date: Sun Jul 17 19:14:14 2016 +0200 man: Fix misspelled -fdebug-prefix-map flag in dpkg-buildflags(1) Reported-by: Mattia Rizzolo <[email protected]> --- debian/changelog | 2 ++ man/dpkg-buildflags.1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 49a24f7..6019d03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ dpkg (1.18.10) UNRELEASED; urgency=medium - Add references to deb-control(5) and deb-triggers(5) in dpkg(1). - Fix typos for repeated “the” word. Prompted by Valentin Samir <[email protected]> in #830989. + - Fix misspelled -fdebug-prefix-map flag in dpkg-buildflags(1). + Reported by Mattia Rizzolo <[email protected]>. [ Updated programs translations ] * German (Sven Joachim). diff --git a/man/dpkg-buildflags.1 b/man/dpkg-buildflags.1 index 6c30d60..ab79ad5 100644 --- a/man/dpkg-buildflags.1 +++ b/man/dpkg-buildflags.1 @@ -412,7 +412,7 @@ This will cause warnings when the \fB__TIME__\fP, \fB__DATE__\fP and .TP .B fixdebugpath This setting (disabled by default) adds -.BI \%\-fdebug\-path\-map= BUILDPATH =. +.BI \%\-fdebug\-prefix\-map= BUILDPATH =. to \fBCFLAGS\fP, \fBCXXFLAGS\fP, \fBOBJCFLAGS\fP, \fBOBJCXXFLAGS\fP, \fBGCJFLAGS\fP, \fBFFLAGS\fP and \fBFCFLAGS\fP where \fBBUILDPATH\fP is set to the top-level directory of the package being built. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

