[Reproducible-commits] [dpkg] 03/05: man: Fix user configuration filename in dpkg-buildpackage(1)

Mattia Rizzolo mattia at debian.org
Mon Jul 4 08:12:42 UTC 2016


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

mattia pushed a commit to annotated tag 1.18.9
in repository dpkg.

commit 936b9278ce979a6b55923e9f5b6d4783e4c382d5
Author: Sven Joachim <svenjoac at gmx.de>
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 <guillem at debian.org>
---
 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 <helmut at subdivi.de>.
     Regression introduced in dpkg 1.18.8. Closes: #829542
+  * Documentation:
+    - Fix user configuration filename in dpkg-buildpackage(1).
+      Thanks to Sven Joachim <svenjoac at gmx.de>. Closes: #829546
 
  -- Guillem Jover <guillem at debian.org>  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/reproducible/dpkg.git



More information about the Reproducible-commits mailing list