From: Guillem Jover Date: Mon, 19 Nov 2007 08:08:22 +0000 (+0200) Subject: Get rid of undefined macros from man pages X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abb8308949d3ac2a1a1061d6c1f4ec22ffd68183;p=dpkg Get rid of undefined macros from man pages Thanks to Colin Watson for the analysis. --- diff --git a/debian/changelog b/debian/changelog index 3d52ccd7..fe108cf9 100644 --- a/debian/changelog +++ b/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). diff --git a/man/ChangeLog b/man/ChangeLog index 07cfb5c7..e7354752 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,12 @@ +2007-11-19 Guillem Jover + + * 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 * dpkg-scanpackages.1: Document --type, and mark --udeb as obsolete. diff --git a/man/dpkg-architecture.1 b/man/dpkg-architecture.1 index 3a3f2927..20f54802 100644 --- a/man/dpkg-architecture.1 +++ b/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: diff --git a/man/dpkg-checkbuilddeps.1 b/man/dpkg-checkbuilddeps.1 index b3f1c1bd..2214cedc 100644 --- a/man/dpkg-checkbuilddeps.1 +++ b/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 - -.UE .sp This is free software; see the GNU General Public Licence version 2 or later for copying conditions. There is NO WARRANTY. diff --git a/man/dpkg-query.1 b/man/dpkg-query.1 index 2fbe5b7c..9b002943 100644 --- a/man/dpkg-query.1 +++ b/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 - -.UE .sp This is free software; see the GNU General Public Licence version 2 or later for copying conditions. There is NO WARRANTY. diff --git a/man/dpkg-statoverride.8 b/man/dpkg-statoverride.8 index fb050268..97741e87 100644 --- a/man/dpkg-statoverride.8 +++ b/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 - -.UE .sp This is free software; see the GNU General Public Licence version 2 or later for copying conditions. There is NO WARRANTY.