This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 936b9278ce979a6b55923e9f5b6d4783e4c382d5 Author: Sven Joachim <[email protected]> Date: Mon Jul 4 09:16:33 2016 +0200 man: Fix user configuration filename in dpkg-buildpackage(1) Closes: #829546 Signed-off-by: Guillem Jover <[email protected]> --- debian/changelog | 3 +++ man/dpkg-buildpackage.1 | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index de12950..481f255 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ dpkg (1.18.9) UNRELEASED; urgency=medium * Require Dpkg::Control::Info in dpkg-buildpackage. Initially reported by Helmut Grohne <[email protected]>. Regression introduced in dpkg 1.18.8. Closes: #829542 + * Documentation: + - Fix user configuration filename in dpkg-buildpackage(1). + Thanks to Sven Joachim <[email protected]>. Closes: #829546 -- Guillem Jover <[email protected]> Sun, 03 Jul 2016 23:18:26 +0200 diff --git a/man/dpkg-buildpackage.1 b/man/dpkg-buildpackage.1 index ffacae0..f56c124 100644 --- a/man/dpkg-buildpackage.1 +++ b/man/dpkg-buildpackage.1 @@ -481,9 +481,9 @@ latest entry in \fIdebian/changelog\fP, if it is not already defined. .I /etc/dpkg/buildpackage.conf System wide configuration file .TP -.IR $XDG_CONFIG_HOME/dpkg/buildflags.conf " or" +.IR $XDG_CONFIG_HOME/dpkg/buildpackage.conf " or" .TQ -.I $HOME/.config/dpkg/buildflags.conf +.I $HOME/.config/dpkg/buildpackage.conf User configuration file. . .SH NOTES -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

