Просмотр исходного кода

Get rid of undefined macros from man pages

Thanks to Colin Watson for the analysis.
Guillem Jover лет назад: 18
Родитель
Сommit
abb8308949
6 измененных файлов с 13 добавлено и 12 удалено
  1. 2 0
      debian/changelog
  2. 9 0
      man/ChangeLog
  3. 2 2
      man/dpkg-architecture.1
  4. 0 3
      man/dpkg-checkbuilddeps.1
  5. 0 4
      man/dpkg-query.1
  6. 0 3
      man/dpkg-statoverride.8

+ 2 - 0
debian/changelog

@@ -62,6 +62,8 @@ dpkg (1.14.8) UNRELEASED; urgency=low
     - New '--type' option for dpkg-scanpackages.
   * Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing
     dpkg-buildpackage expecting it to be a shell script. Closes: #445852
+  * Get rid of undefined macros from man pages. Thanks to Colin Watson
+    for the analysis.
 
   [ Updated dselect translations ]
   * Czech (Miroslav Kure).

+ 9 - 0
man/ChangeLog

@@ -1,3 +1,12 @@
+2007-11-19  Guillem Jover  <guillem@debian.org>
+
+	* dpkg-architecture.1: Remove unneeded formatting surrounding '-c' in
+	example command, as a side effect get rid of an undefined macro.
+	* dpkg-checkbuilddeps.1: Remove usage of .UR macro, which was
+	undefined anyway.
+	* dpkg-statoverride.8: Likewise.
+	* dpkg-query.1: Likewise. Remove .T macro cruft.
+
 2007-11-19  Guillem Jover  <guillem@debian.org>
 
 	* dpkg-scanpackages.1: Document --type, and mark --udeb as obsolete.

+ 2 - 2
man/dpkg-architecture.1

@@ -247,9 +247,9 @@ versions of \fBdpkg\-architecture\fR (since dpkg 1.13.13).
 \fBdpkg\-buildpackage\fP accepts the \fB\-a\fR option and passes it to
 \fBdpkg\-architecture\fP. Other examples:
 .IP
-CC=i386\-gnu\-gcc dpkg\-architecture \f(CW\*(C`\-c\*(C'\fR debian/rules build
+CC=i386\-gnu\-gcc dpkg\-architecture \-c debian/rules build
 .IP
-eval \`dpkg\-architecture \f(CW\*(C`\-u\*(C'\fR\`
+eval \`dpkg\-architecture \-u\`
 .PP
 Check if an architecture is equal to the current architecture or a given
 one:

+ 0 - 3
man/dpkg-checkbuilddeps.1

@@ -30,9 +30,6 @@ Show the usage message and exit.
 .
 .SH AUTHOR
 Copyright (C) 2001 Joey Hess
-.UR mailto:joeyh@debian.org
-<joeyh@debian.org>
-.UE
 .sp
 This is free software; see the GNU General Public Licence version 2 or
 later for copying conditions. There is NO WARRANTY.

+ 0 - 4
man/dpkg-query.1

@@ -21,7 +21,6 @@ quote \fIpackage-name-pattern\fP to prevent the shell from performing
 filename expansion. For example this will list all package names starting
 with \*(lqlibc6\*(rq:
 
-.T
 .nf
   \fBdpkg\-query \-l \(aqlibc6*\(aq\fP
 .fi
@@ -151,9 +150,6 @@ the width of its output.
 .
 .SH AUTHOR
 Copyright (C) 2001 Wichert Akkerman
-.UR mailto:wakkerma@debian.org
-<wakkerma@debian.org>
-.UE
 .sp
 This is free software; see the GNU General Public Licence version 2 or
 later for copying conditions. There is NO WARRANTY.

+ 0 - 3
man/dpkg-statoverride.8

@@ -80,9 +80,6 @@ extension "\-old", before replacing it with the new one.
 .
 .SH AUTHOR
 Copyright (C) 2000 Wichert Akkerman
-.UR mailto:wakkerma@debian.org
-<wakkerma@debian.org>
-.UE
 .sp
 This is free software; see the GNU General Public Licence version 2 or
 later for copying conditions. There is NO WARRANTY.