The following commit has been merged in the master branch:
commit 7d19a129b7e5b4a4abab1344f3873ef6e08aa708
Author: Guillem Jover <[EMAIL PROTECTED]>
Date: Mon Aug 18 02:49:30 2008 +0300
man/: Use a troff special character for the copyright symbol
diff --git a/ChangeLog b/ChangeLog
index 636f0fd..8c613e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2008-08-18 Guillem Jover <[EMAIL PROTECTED]>
+
+ * man/cleanup-info.8: Use a troff special character for the copyright
+ symbol.
+ * man/deb-substvars.5: Likewise.
+ * man/deb-version.5: Likewise.
+ * man/dpkg-buildpackage.1: Likewise.
+ * man/dpkg-checkbuilddeps.1: Likewise.
+ * man/dpkg-deb.1: Likewise.
+ * man/dpkg-distaddfile.1: Likewise.
+ * man/dpkg-divert.8: Likewise.
+ * man/dpkg-genchanges.1: Likewise.
+ * man/dpkg-gencontrol.1: Likewise.
+ * man/dpkg-gensymbols.1: Likewise.
+ * man/dpkg-name.1: Likewise.
+ * man/dpkg-parsechangelog.1: Likewise.
+ * man/dpkg-query.1: Likewise.
+ * man/dpkg-shlibdeps.1: Likewise.
+ * man/dpkg-source.1: Likewise.
+ * man/dpkg-split.1: Likewise.
+ * man/dpkg-statoverride.8: Likewise.
+ * man/install-info.8: Likewise.
+ * man/update-alternatives.8: Likewise.
+
2008-08-15 Guillem Jover <[EMAIL PROTECTED]>
* man/dpkg-deb.1 (BUGS): Improve comment about missing authentication
diff --git a/debian/changelog b/debian/changelog
index 3daf09f..9a9ad8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ dpkg (1.15.0) UNRELEASED; urgency=low
Based on a patch by Timothy G Abbott. Closes: #58735, #476899
* Improve comment on BUGS section in dpkg-deb.1 about lack of authentication
and checksum support in .deb files. Closes: #492052
+ * Use a troff special character for the copyright symbol on man pages.
[ Raphael Hertzog ]
* Enhance dpkg-shlibdeps's error message when a library can't be found to
diff --git a/man/cleanup-info.8 b/man/cleanup-info.8
index 88d37a0..fcf5039 100644
--- a/man/cleanup-info.8
+++ b/man/cleanup-info.8
@@ -1,4 +1,4 @@
-.TH cleanup\-info 8 "2007-07-18" "Debian Project" "dpkg utilities"
+.TH cleanup\-info 8 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
cleanup\-info \- clean up the mess that bogus install\-info may have done
.
@@ -52,7 +52,7 @@ Probably many.
.BR install\-info (8),
.BR info (1).
.SH AUTHOR
-Copyright (C) 1996 Kim-Minh Kaplan
+Copyright \(co 1996 Kim-Minh Kaplan
.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/deb-substvars.5 b/man/deb-substvars.5
index 8558b3e..2fc10cd 100644
--- a/man/deb-substvars.5
+++ b/man/deb-substvars.5
@@ -1,5 +1,5 @@
.\" Authors: Ian Jackson
-.TH deb\-substvars 5 "2007-07-18" "Debian Project" "dpkg utilities"
+.TH deb\-substvars 5 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
deb\-substvars \- Debian source substitution variables
.
@@ -134,9 +134,9 @@ standard output field settings is rather confused.
.BR dpkg\-source (1).
.
.SH AUTHOR
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.br
-Copyright (C) 2000 Wichert Akkerman
+Copyright \(co 2000 Wichert Akkerman
.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/deb-version.5 b/man/deb-version.5
index 7175947..da9372f 100644
--- a/man/deb-version.5
+++ b/man/deb-version.5
@@ -2,7 +2,7 @@
.\" The copyright given below is that of the whole policy, but probably
.\" incomplete.
.\" Conversion to roff by Frank Lichtenheld
-.TH deb\-version 5 "2007-10-06" "Debian Project" "Debian"
+.TH deb\-version 5 "2008-08-18" "Debian Project" "Debian"
.SH NAME
deb\-version \- Debian package version number format
.
@@ -118,9 +118,9 @@ support for it later in the 1.10.x series.
.BR deb (5),
.BR dpkg (1)
.SH AUTHORS
-Copyright (C) 1996,1997,1998 Ian Jackson and Christian Schwarz
+Copyright \(co 1996,1997,1998 Ian Jackson and Christian Schwarz
.br
-Copyright (C) 2007 Frank Lichtenheld
+Copyright \(co 2007 Frank Lichtenheld
.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-buildpackage.1 b/man/dpkg-buildpackage.1
index 6ffc5cb..6eb6adf 100644
--- a/man/dpkg-buildpackage.1
+++ b/man/dpkg-buildpackage.1
@@ -1,4 +1,4 @@
-.TH dpkg\-buildpackage 1 "2008-07-10" "Debian Project" "dpkg utilities"
+.TH dpkg\-buildpackage 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-buildpackage \- build binary or source packages from sources
.
@@ -292,13 +292,13 @@ and initial arguments for
.BR gpg (1).
.
.SH AUTHORS
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.br
-Copyright (C) 2000 Wichert Akkerman
+Copyright \(co 2000 Wichert Akkerman
.br
-Copyright (C) 2007 Frank Lichtenheld
+Copyright \(co 2007 Frank Lichtenheld
.br
-Copyright (C) 2008 Rapha\[:e]l Hertzog
+Copyright \(co 2008 Rapha\[:e]l Hertzog
.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-checkbuilddeps.1 b/man/dpkg-checkbuilddeps.1
index 2c96431..186d5ca 100644
--- a/man/dpkg-checkbuilddeps.1
+++ b/man/dpkg-checkbuilddeps.1
@@ -1,4 +1,4 @@
-.TH dpkg\-checkbuilddeps 1 "2008-03-14" "Debian Project" "dpkg utilities"
+.TH dpkg\-checkbuilddeps 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-checkbuilddeps \- check build dependencies and conflicts
.
@@ -35,7 +35,7 @@ Use the given build dependencies/conflicts instead of those
contained in the
Show the usage message and exit.
.
.SH AUTHOR
-Copyright (C) 2001 Joey Hess
+Copyright \(co 2001 Joey Hess
.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-deb.1 b/man/dpkg-deb.1
index a071770..8f91f56 100644
--- a/man/dpkg-deb.1
+++ b/man/dpkg-deb.1
@@ -1,4 +1,4 @@
-.TH dpkg\-deb 1 "2007-09-08" "Debian Project" "dpkg suite"
+.TH dpkg\-deb 1 "2008-08-18" "Debian Project" "dpkg suite"
.SH NAME
dpkg\-deb \- Debian package archive (.deb) manipulation tool
.
@@ -246,7 +246,7 @@ package's scripts run and its status and contents recorded.
.BR dselect (1).
.
.SH AUTHOR
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.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-distaddfile.1 b/man/dpkg-distaddfile.1
index acd81ed..24138ea 100644
--- a/man/dpkg-distaddfile.1
+++ b/man/dpkg-distaddfile.1
@@ -1,4 +1,4 @@
-.TH dpkg\-distaddfile 1 "2007-03-07" "Debian Project" "dpkg utilities"
+.TH dpkg\-distaddfile 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-distaddfile \- add entries to debian/files
.
@@ -45,9 +45,9 @@ prepared.
can be used to add additional files.
.
.SH AUTHORS
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.br
-Copyright (C) 2000 Wichert Akkerman
+Copyright \(co 2000 Wichert Akkerman
.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-divert.8 b/man/dpkg-divert.8
index 93f5911..4f7d2cb 100644
--- a/man/dpkg-divert.8
+++ b/man/dpkg-divert.8
@@ -1,4 +1,4 @@
-.TH dpkg\-divert 8 "2007-07-18" "Debian Project" "dpkg utilities"
+.TH dpkg\-divert 8 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-divert \- override a package's version of a file
.
@@ -123,7 +123,7 @@ Note: \fBdpkg\-divert\fP preserves the old copy of this
file, with extension
.BR dpkg (1).
.
.SH AUTHOR
-Copyright (C) 1995 Ian Jackson
+Copyright \(co 1995 Ian Jackson
.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-genchanges.1 b/man/dpkg-genchanges.1
index 2f6cdee..55dfc93 100644
--- a/man/dpkg-genchanges.1
+++ b/man/dpkg-genchanges.1
@@ -1,4 +1,4 @@
-.TH dpkg\-genchanges 1 "2007-07-18" "Debian Project" "dpkg utilities"
+.TH dpkg\-genchanges 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-genchanges \- generate Debian .changes files
.
@@ -144,9 +144,9 @@ reads the data here when producing a
file.
.
.SH AUTHORS
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.br
-Copyright (C) 2000 Wichert Akkerman
+Copyright \(co 2000 Wichert Akkerman
.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-gencontrol.1 b/man/dpkg-gencontrol.1
index 61ef136..31e39be 100644
--- a/man/dpkg-gencontrol.1
+++ b/man/dpkg-gencontrol.1
@@ -1,4 +1,4 @@
-.TH dpkg\-gencontrol 1 "2008-03-02" "Debian Project" "dpkg utilities"
+.TH dpkg\-gencontrol 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-gencontrol \- generate Debian control files
.
@@ -138,11 +138,11 @@ adds the presumed filenames of binary packages whose
control files it
generates here.
.
.SH AUTHORS
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.br
-Copyright (C) 2000 Wichert Akkerman
+Copyright \(co 2000 Wichert Akkerman
.br
-Copyright (C) 2007-2008 Rapha\[:e]l Hertzog
+Copyright \(co 2007-2008 Rapha\[:e]l Hertzog
.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-gensymbols.1 b/man/dpkg-gensymbols.1
index 4be4719..c3070f6 100644
--- a/man/dpkg-gensymbols.1
+++ b/man/dpkg-gensymbols.1
@@ -1,5 +1,5 @@
.\" Author: Raphael Hertzog
-.TH dpkg\-gensymbols 1 "2007-07-16" "Debian Project" "dpkg utilities"
+.TH dpkg\-gensymbols 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-gensymbols \- generate symbols files (shared library dependency
information)
.
@@ -190,7 +190,7 @@ Show the version and exit.
.BR dpkg\-shlibdeps (1).
.
.SH AUTHORS
-Copyright (C) 2007 Rapha\[:e]l Hertzog
+Copyright \(co 2007 Rapha\[:e]l Hertzog
.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-name.1 b/man/dpkg-name.1
index ac9468a..4d78cb4 100644
--- a/man/dpkg-name.1
+++ b/man/dpkg-name.1
@@ -3,7 +3,7 @@
.\"
.\" This is free software; see the GNU General Public Licence version 2
.\" or later for copying conditions. There is NO warranty.
-.TH dpkg\-name 1 "2007-11-22" "Debian Project" "dpkg utilities"
+.TH dpkg\-name 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-name \- rename Debian packages to full package names
.
@@ -104,7 +104,7 @@ might depend on this naming structure.
.BR xargs (1).
.
.SH AUTHOR
-Copyright (C) 1995,1996 Erick Branderhorst
+Copyright \(co 1995,1996 Erick Branderhorst
.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-parsechangelog.1 b/man/dpkg-parsechangelog.1
index 20c0450..18a7035 100644
--- a/man/dpkg-parsechangelog.1
+++ b/man/dpkg-parsechangelog.1
@@ -1,4 +1,4 @@
-.TH dpkg\-parsechangelog 1 "2008-01-13" "Debian Project" "dpkg utilities"
+.TH dpkg\-parsechangelog 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-parsechangelog \- parse Debian changelog files
.
@@ -120,11 +120,11 @@ the changes made since a particular release, and the
source version
number itself.
.
.SH AUTHORS
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.br
-Copyright (C) 2000 Wichert Akkerman
+Copyright \(co 2000 Wichert Akkerman
.br
-Copyright (C) 2007, 2008 Frank Lichtenheld
+Copyright \(co 2007, 2008 Frank Lichtenheld
.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 f01e924..09180b1 100644
--- a/man/dpkg-query.1
+++ b/man/dpkg-query.1
@@ -1,4 +1,4 @@
-.TH dpkg\-query 1 "2007-07-18" "Debian Project" "dpkg suite"
+.TH dpkg\-query 1 "2008-08-18" "Debian Project" "dpkg suite"
.SH NAME
dpkg\-query \- a tool to query the dpkg database
.
@@ -154,7 +154,7 @@ This setting influences the output of the \fB\-\-list\fP
option by changing
the width of its output.
.
.SH AUTHOR
-Copyright (C) 2001 Wichert Akkerman
+Copyright \(co 2001 Wichert Akkerman
.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-shlibdeps.1 b/man/dpkg-shlibdeps.1
index 7a8f5a6..7a37db6 100644
--- a/man/dpkg-shlibdeps.1
+++ b/man/dpkg-shlibdeps.1
@@ -1,4 +1,4 @@
-.TH dpkg\-shlibdeps 1 "2008-03-25" "Debian Project" "dpkg utilities"
+.TH dpkg\-shlibdeps 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-shlibdeps \- generate shared library substvar dependencies
.
@@ -328,13 +328,13 @@ don't understand why it's giving you this error.
.BR dpkg\-gensymbols (1).
.
.SH AUTHORS
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.br
-Copyright (C) 2000 Wichert Akkerman
+Copyright \(co 2000 Wichert Akkerman
.br
-Copyright (C) 2006 Frank Lichtenheld
+Copyright \(co 2006 Frank Lichtenheld
.br
-Copyright (C) 2007-2008 Rapha\[:e]l Hertzog
+Copyright \(co 2007-2008 Rapha\[:e]l Hertzog
.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-source.1 b/man/dpkg-source.1
index 471acc9..a953820 100644
--- a/man/dpkg-source.1
+++ b/man/dpkg-source.1
@@ -1,5 +1,5 @@
.\" Authors: Ian Jackson, Raphael Hertzog
-.TH dpkg\-source 1 "2008-03-16" "Debian Project" "dpkg utilities"
+.TH dpkg\-source 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-source \- Debian source package (.dsc) manipulation tool
.
@@ -486,11 +486,11 @@ standard output field settings is rather confused.
.BR dselect (1).
.
.SH AUTHORS
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.br
-Copyright (C) 2000 Wichert Akkerman
+Copyright \(co 2000 Wichert Akkerman
.br
-Copyright (C) 2008 Rapha\[:e]l Hertzog
+Copyright \(co 2008 Rapha\[:e]l Hertzog
.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-split.1 b/man/dpkg-split.1
index 6065eb5..e0ba1f7 100644
--- a/man/dpkg-split.1
+++ b/man/dpkg-split.1
@@ -1,5 +1,5 @@
.\" Authors: Ian Jackson
-.TH dpkg\-split 1 "2007-07-18" "Debian Project" "dpkg utilities"
+.TH dpkg\-split 1 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-split \- Debian package archive split/join tool
.
@@ -230,7 +230,7 @@ filename format should not be relied upon.
.BR dpkg (1).
.
.SH AUTHOR
-Copyright (C) 1995-1996 Ian Jackson
+Copyright \(co 1995-1996 Ian Jackson
.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 97741e8..7c93709 100644
--- a/man/dpkg-statoverride.8
+++ b/man/dpkg-statoverride.8
@@ -1,4 +1,4 @@
-.TH dpkg\-statoverride 8 "2007-07-18" "Debian project" "dpkg utilities"
+.TH dpkg\-statoverride 8 "2008-08-18" "Debian project" "dpkg utilities"
.SH NAME
dpkg\-statoverride \- override ownership and mode of files
.
@@ -79,7 +79,7 @@ extension "\-old", before replacing it with the new one.
.BR dpkg (1).
.
.SH AUTHOR
-Copyright (C) 2000 Wichert Akkerman
+Copyright \(co 2000 Wichert Akkerman
.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/install-info.8 b/man/install-info.8
index 7918203..954377e 100644
--- a/man/install-info.8
+++ b/man/install-info.8
@@ -2,7 +2,7 @@
.\"
.\" This is free software; see the GNU General Public Licence version 2
.\" or later for copying conditions. There is NO warranty.
-.TH install\-info 8 "2007-07-18" "Debian Project" "dpkg utilities"
+.TH install\-info 8 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
install\-info \- create or update entry in Info dir file
.
@@ -289,7 +289,7 @@ processing steps are shown.
.BR info (1),
.BR gzip(1).
.SH AUTHOR
-Copyright (C) 1994 Ian Jackson
+Copyright \(co 1994 Ian Jackson
.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/update-alternatives.8 b/man/update-alternatives.8
index 448b752..caa7390 100644
--- a/man/update-alternatives.8
+++ b/man/update-alternatives.8
@@ -5,7 +5,7 @@
.\" by the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version. There is NO WARRANTY. You can
.\" find the GNU GPL in /usr/share/common-licenses/GPL on any Debian system.
-.TH update\-alternatives 8 "2007-07-18" "Debian Project" "dpkg utilities"
+.TH update\-alternatives 8 "2008-08-18" "Debian Project" "dpkg utilities"
.SH NAME
update\-alternatives \- maintain symbolic links determining default commands
.
@@ -462,7 +462,7 @@ and this manual page, it is a bug,
either in the implementation or the documentation; please report it.
.
.SH AUTHOR
-Copyright (C) 1995 Ian Jackson
+Copyright \(co 1995 Ian Jackson
.sp
This is free software; see the GNU General Public Licence version 2 or
later for copying conditions. There is NO WARRANTY.
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]