Guillem Jover лет назад: 10
Родитель
Сommit
ea8dbc0458
3 измененных файлов с 5 добавлено и 4 удалено
  1. 1 0
      debian/changelog
  2. 3 3
      man/deb-changes.5
  3. 1 1
      man/dsc.5

+ 1 - 0
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).

+ 3 - 3
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,

+ 1 - 1
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,