Guillem Jover пре 10 година
родитељ
комит
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
     - 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.
       tarball signatures from dpkg-source(1), as this was disabled in 1.18.8.
     - Document all public methods in Dpkg::Changelog::Entry::Debian.
     - Document all public methods in Dpkg::Changelog::Entry::Debian.
+    - Escape dashes in deb-changes(5) and dsc(5) man pages.
 
 
   [ Updated programs translations ]
   [ Updated programs translations ]
   * German (Sven Joachim).
   * 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
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .\" 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
 .SH NAME
 deb\-changes \- Debian changes file format
 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
 In other words, field text may be multiple lines in length, but the
 installation tools will generally join lines when processing the body
 installation tools will generally join lines when processing the body
 of the field (except in case of the multiline fields
 of the field (except in case of the multiline fields
-.BR Description ", " Changes ", " Files ", " Checksums-Sha1
+.BR Description ", " Changes ", " Files ", " Checksums\-Sha1
 and
 and
-.BR Checksums-Sha256 ,
+.BR Checksums\-Sha256 ,
 see below).
 see below).
 .PP
 .PP
 The control data might be enclosed in an OpenPGP ASCII Armored signature,
 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
 In other words, field text may be multiple lines in length, but the
 installation tools will generally join lines when processing the body
 installation tools will generally join lines when processing the body
 of the field (except in case of the multiline fields
 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).
 see below).
 .PP
 .PP
 The control data might be enclosed in an OpenPGP ASCII Armored signature,
 The control data might be enclosed in an OpenPGP ASCII Armored signature,