]> err.no Git - dpkg/commitdiff
Get rid of undefined macros from man pages
authorGuillem Jover <guillem@debian.org>
Mon, 19 Nov 2007 08:08:22 +0000 (10:08 +0200)
committerGuillem Jover <guillem@debian.org>
Mon, 19 Nov 2007 09:07:40 +0000 (11:07 +0200)
Thanks to Colin Watson for the analysis.

debian/changelog
man/ChangeLog
man/dpkg-architecture.1
man/dpkg-checkbuilddeps.1
man/dpkg-query.1
man/dpkg-statoverride.8

index 3d52ccd79467fe49886e8f463426dfcb7bc23fdd..fe108cf96bdbfc0ce1e3dc70047fa1798c3b783b 100644 (file)
@@ -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).
index 07cfb5c7e5cd655dea995b010104b7f2f64e24e8..e7354752d0b75dc810418b3c53d3fbd2945cbe07 100644 (file)
@@ -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.
index 3a3f29274a5643d14c5bcc7ad4e26913b8286865..20f54802be89a2fb2863c3efe60deb406a7940cc 100644 (file)
@@ -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:
index b3f1c1bd9da4b2a824a7cec71db5817dbd9dc42e..2214cedcc541e80483e30cc8d3662b13400a2367 100644 (file)
@@ -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.
index 2fbe5b7c70714724026e64981ec7f95538ffee47..9b002943934d3c10a01cc4c1d431c165b70b35f5 100644 (file)
@@ -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.
index fb0502681c3058de071ff79949166c678b404fd8..97741e87916cfe86db4792824d5ada96857b7995 100644 (file)
@@ -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.