The following commit has been merged in the master branch:
commit 7dcd875e084213fa65c09cd23a3e45edfbfcb94b
Author: Guillem Jover <guil...@debian.org>
Date:   Thu Jul 7 06:17:19 2011 +0200

    deb-control(5): Add missing escaping to field dashes

diff --git a/debian/changelog b/debian/changelog
index eed3e05..52ef7a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -123,6 +123,7 @@ dpkg (1.16.1) UNRELEASED; urgency=low
     - Rename “USAGE” dselect(1) section to “ACTIONS” and clarify they can
       be performed interactively or from command line.
     - Add missing built-in methods to dselect(1).
+    - Add missing escaping to field dashes in deb-control(5).
 
   [ Bill Allombert]
   * Add support for Build-Features: build-arch. Closes: #229357
diff --git a/man/deb-control.5 b/man/deb-control.5
index 8afc724..42c4473 100644
--- a/man/deb-control.5
+++ b/man/deb-control.5
@@ -230,14 +230,14 @@ and
 fields.
 .
 .TP
-.BR Built-Using: " <package list>"
+.BR Built\-Using: " <package list>"
 This field lists extra source packages that were used during the build of this
 binary package.  This is an indication to the archive maintenance software that
 these extra source packages must be kept whilst this binary package is
 maintained.  This field must be a list of source package names with strict (=)
 version relationships.  Note that the archive maintenance software is likely to
 refuse to accept an upload which declares a
-.B Built-Using
+.B Built\-Using
 relationship which cannot be satisfied within the archive.
 .
 .SH EXAMPLE

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to