[Reproducible-commits] [dpkg] 27/33: man: Escape dashes

Mattia Rizzolo mattia at debian.org
Mon Aug 1 10:26:00 UTC 2016


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

mattia pushed a commit to branch master
in repository dpkg.

commit ea8dbc045864c61a99c4b6a6882f46477f688fd2
Author: Guillem Jover <guillem at debian.org>
Date:   Sat Jul 23 13:31:34 2016 +0200

    man: Escape dashes
---
 debian/changelog  | 1 +
 man/deb-changes.5 | 6 +++---
 man/dsc.5         | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b8dd4d5..4cecdb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ dpkg (1.18.10) UNRELEASED; urgency=medium
     - Remove mention of source format 1.0 supporting building with upstream
       tarball signatures from dpkg-source(1), as this was disabled in 1.18.8.
     - Document all public methods in Dpkg::Changelog::Entry::Debian.
+    - Escape dashes in deb-changes(5) and dsc(5) man pages.
 
   [ Updated programs translations ]
   * German (Sven Joachim).
diff --git a/man/deb-changes.5 b/man/deb-changes.5
index eeb4863..e5fc1c0 100644
--- a/man/deb-changes.5
+++ b/man/deb-changes.5
@@ -17,7 +17,7 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
-.TH deb-changes 5 "2015-06-01" "Debian Project" "Debian"
+.TH deb\-changes 5 "2015-06-01" "Debian Project" "Debian"
 .SH NAME
 deb\-changes \- Debian changes file format
 .
@@ -36,9 +36,9 @@ Fields are delimited only by field tags.
 In other words, field text may be multiple lines in length, but the
 installation tools will generally join lines when processing the body
 of the field (except in case of the multiline fields
-.BR Description ", " Changes ", " Files ", " Checksums-Sha1
+.BR Description ", " Changes ", " Files ", " Checksums\-Sha1
 and
-.BR Checksums-Sha256 ,
+.BR Checksums\-Sha256 ,
 see below).
 .PP
 The control data might be enclosed in an OpenPGP ASCII Armored signature,
diff --git a/man/dsc.5 b/man/dsc.5
index 33757b2..6670c37 100644
--- a/man/dsc.5
+++ b/man/dsc.5
@@ -35,7 +35,7 @@ Fields are delimited only by field tags.
 In other words, field text may be multiple lines in length, but the
 installation tools will generally join lines when processing the body
 of the field (except in case of the multiline fields
-.BR Package-List ", " Files ", " Checksums-Sha1 " and " Checksums-Sha256 ,
+.BR Package\-List ", " Files ", " Checksums\-Sha1 " and " Checksums\-Sha256 ,
 see below).
 .PP
 The control data might be enclosed in an OpenPGP ASCII Armored signature,

-- 
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