[dpkg] 37/200: man: Escape dashes in field names in dpkg-buildinfo(1)
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:17:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository dpkg.
commit 30a7b88b63cd540d80133ddd70669079550bac2d
Author: Guillem Jover <guillem at debian.org>
Date: Mon Nov 14 00:51:26 2016 +0100
man: Escape dashes in field names in dpkg-buildinfo(1)
---
debian/changelog | 2 ++
man/dpkg-genbuildinfo.man | 10 +++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ca712b4..b0098fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ dpkg (1.18.15) UNRELEASED; urgency=medium
* Perl modules:
- Validate architecture arguments in Dpkg::Deps deps_parse().
Prompted by Johannes Schauer <josch at debian.org>.
+ * Documentation:
+ - Escape dashes in field names in dpkg-buildinfo(1).
* Test suite:
- Mark partially documented POD modules as TAP TODO.
diff --git a/man/dpkg-genbuildinfo.man b/man/dpkg-genbuildinfo.man
index 4798e17..683f9b3 100644
--- a/man/dpkg-genbuildinfo.man
+++ b/man/dpkg-genbuildinfo.man
@@ -48,17 +48,17 @@ The allowed values are:
.TP
.B any
Generate build information including unqualified build dependencies
-(\fBBuild-Depends\fP) and architecture specific build dependencies
-(\fBBuild-Depends-Arch\fP).
+(\fBBuild\-Depends\fP) and architecture specific build dependencies
+(\fBBuild\-Depends\-Arch\fP).
.TP
.B all
Generate build information including unqualified build dependencies
-(\fBBuild-Depends\fP) and architecture independent build dependencies
-(\fBBuild-Depends-Indep\fP).
+(\fBBuild\-Depends\fP) and architecture independent build dependencies
+(\fBBuild\-Depends\-Indep\fP).
.TP
.B source
Effectively ignored; generate build information with just the unqualified
-build dependencies (\fBBuild-Depends\fP).
+build dependencies (\fBBuild\-Depends\fP).
.TP
.B binary
Generate build information with all three types of build dependencies.
--
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