소스 검색

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

Guillem Jover 15 년 전
부모
커밋
7dcd875e08
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 0
      debian/changelog
  2. 2 2
      man/deb-control.5

+ 1 - 0
debian/changelog

@@ -123,6 +123,7 @@ dpkg (1.16.1) UNRELEASED; urgency=low
     - Rename “USAGE” dselect(1) section to “ACTIONS” and clarify they can
     - Rename “USAGE” dselect(1) section to “ACTIONS” and clarify they can
       be performed interactively or from command line.
       be performed interactively or from command line.
     - Add missing built-in methods to dselect(1).
     - Add missing built-in methods to dselect(1).
+    - Add missing escaping to field dashes in deb-control(5).
 
 
   [ Bill Allombert]
   [ Bill Allombert]
   * Add support for Build-Features: build-arch. Closes: #229357
   * Add support for Build-Features: build-arch. Closes: #229357

+ 2 - 2
man/deb-control.5

@@ -230,14 +230,14 @@ and
 fields.
 fields.
 .
 .
 .TP
 .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
 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
 binary package.  This is an indication to the archive maintenance software that
 these extra source packages must be kept whilst this binary package is
 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 (=)
 maintained.  This field must be a list of source package names with strict (=)
 version relationships.  Note that the archive maintenance software is likely to
 version relationships.  Note that the archive maintenance software is likely to
 refuse to accept an upload which declares a
 refuse to accept an upload which declares a
-.B Built-Using
+.B Built\-Using
 relationship which cannot be satisfied within the archive.
 relationship which cannot be satisfied within the archive.
 .
 .
 .SH EXAMPLE
 .SH EXAMPLE