[Reproducible-commits] [dpkg] 55/74: man, perl: Remove most AUTHOR sections

Mattia Rizzolo mattia at debian.org
Sun Jul 3 22:22:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag 1.18.8
in repository dpkg.

commit 50a0d0c436279ae7c8024fd0d3eb07f5f9ac0051
Author: Guillem Jover <guillem at debian.org>
Date:   Wed Jun 15 01:50:35 2016 +0200

    man, perl: Remove most AUTHOR sections
    
    These are strongly discouraged by the man-pages project, because they
    are redundant with the copyright notices, and tend to get out-of-sync.
    
    In addition their format is inconsitent. Just remove them in the same
    way we did for man pages in the past.
---
 debian/changelog                       | 4 ++++
 man/dpkg.cfg.5                         | 4 ----
 man/dselect.cfg.5                      | 4 ----
 scripts/Dpkg/BuildFlags.pm             | 4 ----
 scripts/Dpkg/BuildOptions.pm           | 4 ----
 scripts/Dpkg/Changelog.pm              | 5 -----
 scripts/Dpkg/Changelog/Debian.pm       | 5 -----
 scripts/Dpkg/Changelog/Entry.pm        | 4 ----
 scripts/Dpkg/Changelog/Entry/Debian.pm | 4 ----
 scripts/Dpkg/Checksums.pm              | 4 ----
 scripts/Dpkg/Compression.pm            | 4 ----
 scripts/Dpkg/Compression/FileHandle.pm | 4 ----
 scripts/Dpkg/Compression/Process.pm    | 4 ----
 scripts/Dpkg/Conf.pm                   | 4 ----
 scripts/Dpkg/Control.pm                | 4 ----
 scripts/Dpkg/Control/Changelog.pm      | 4 ----
 scripts/Dpkg/Control/Fields.pm         | 4 ----
 scripts/Dpkg/Control/FieldsCore.pm     | 4 ----
 scripts/Dpkg/Control/Hash.pm           | 4 ----
 scripts/Dpkg/Control/HashCore.pm       | 4 ----
 scripts/Dpkg/Control/Info.pm           | 4 ----
 scripts/Dpkg/Control/Types.pm          | 4 ----
 scripts/Dpkg/IPC.pm                    | 5 -----
 scripts/Dpkg/Index.pm                  | 4 ----
 scripts/Dpkg/Interface/Storable.pm     | 4 ----
 scripts/Dpkg/Path.pm                   | 4 ----
 scripts/Dpkg/Source/Package.pm         | 4 ----
 scripts/Dpkg/Substvars.pm              | 4 ----
 scripts/Dpkg/Version.pm                | 6 ------
 29 files changed, 4 insertions(+), 117 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e83d53e..9162e6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -87,6 +87,10 @@ dpkg (1.18.8) UNRELEASED; urgency=medium
     - Move dpkg-source -q option from “Build options” to “General options”
       section in --help output.
     - Clarify shared library search order in dpkg-shlibdeps(1).
+    - Remove most remaining AUTHOR sections from man an POD, as they are
+      strongly discouraged, for being redundant, tending to get out-of-sync,
+      and their format being inconsistent. In addition most got already
+      removed in the past for the man pages.
 
   [ Updated programs translations ]
   * German (Sven Joachim).
diff --git a/man/dpkg.cfg.5 b/man/dpkg.cfg.5
index d748c56..16ccf6c 100644
--- a/man/dpkg.cfg.5
+++ b/man/dpkg.cfg.5
@@ -34,9 +34,5 @@ allowed by starting a line with a hash sign (\(oq\fB#\fR\(cq).
 .br
 .I ~/.dpkg.cfg
 .
-.SH AUTHOR
-See \fI/usr/share/doc/dpkg/THANKS\fP for the list of people who have
-contributed to \fBdpkg\fP.
-.
 .SH SEE ALSO
 .BR dpkg (1).
diff --git a/man/dselect.cfg.5 b/man/dselect.cfg.5
index 9be7da3..252eb2a 100644
--- a/man/dselect.cfg.5
+++ b/man/dselect.cfg.5
@@ -34,9 +34,5 @@ allowed by starting a line with a hash sign (\(oq\fB#\fR\(cq).
 .br
 .I ~/.dselect.cfg
 .
-.SH AUTHOR
-See \fI/usr/share/doc/dpkg/THANKS\fP for the list of people who have
-contributed to \fBdselect\fP.
-.
 .SH SEE ALSO
 .BR dselect (1).
diff --git a/scripts/Dpkg/BuildFlags.pm b/scripts/Dpkg/BuildFlags.pm
index 06ae9e7..b97e5c7 100644
--- a/scripts/Dpkg/BuildFlags.pm
+++ b/scripts/Dpkg/BuildFlags.pm
@@ -470,10 +470,6 @@ based on the package maintainer directives.
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/BuildOptions.pm b/scripts/Dpkg/BuildOptions.pm
index f1f5db5..1ffebe5 100644
--- a/scripts/Dpkg/BuildOptions.pm
+++ b/scripts/Dpkg/BuildOptions.pm
@@ -200,10 +200,6 @@ Thus add support for the "envvar" option at creation time.
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Changelog.pm b/scripts/Dpkg/Changelog.pm
index 56b86c1..3beb31a 100644
--- a/scripts/Dpkg/Changelog.pm
+++ b/scripts/Dpkg/Changelog.pm
@@ -778,10 +778,5 @@ New field Timestamp in output formats.
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Frank Lichtenheld, E<lt>frank at lichtenheld.deE<gt>
-Raphaël Hertzog, E<lt>hertzog at debian.orgE<gt>
-
 =cut
 1;
diff --git a/scripts/Dpkg/Changelog/Debian.pm b/scripts/Dpkg/Changelog/Debian.pm
index 4354f82..73a6ddd 100644
--- a/scripts/Dpkg/Changelog/Debian.pm
+++ b/scripts/Dpkg/Changelog/Debian.pm
@@ -251,11 +251,6 @@ __END__
 
 Mark the module as public.
 
-=head1 AUTHORS
-
-Frank Lichtenheld, E<lt>frank at lichtenheld.deE<gt>
-Raphaël Hertzog, E<lt>hertzog at debian.orgE<gt>
-
 =head1 SEE ALSO
 
 Dpkg::Changelog
diff --git a/scripts/Dpkg/Changelog/Entry.pm b/scripts/Dpkg/Changelog/Entry.pm
index c9deb04..f00fcd6 100644
--- a/scripts/Dpkg/Changelog/Entry.pm
+++ b/scripts/Dpkg/Changelog/Entry.pm
@@ -317,10 +317,6 @@ New method: $entry->get_timepiece().
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Changelog/Entry/Debian.pm b/scripts/Dpkg/Changelog/Entry/Debian.pm
index 14f2d07..83542e7 100644
--- a/scripts/Dpkg/Changelog/Entry/Debian.pm
+++ b/scripts/Dpkg/Changelog/Entry/Debian.pm
@@ -430,10 +430,6 @@ Deprecated variables: $regex_header, $regex_trailer
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Checksums.pm b/scripts/Dpkg/Checksums.pm
index d66c3c7..208f477 100644
--- a/scripts/Dpkg/Checksums.pm
+++ b/scripts/Dpkg/Checksums.pm
@@ -425,10 +425,6 @@ $ck->add_from_control().
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Compression.pm b/scripts/Dpkg/Compression.pm
index 90b0409..31f5ad8 100644
--- a/scripts/Dpkg/Compression.pm
+++ b/scripts/Dpkg/Compression.pm
@@ -246,10 +246,6 @@ Default compression level is not global any more, it is per compressor type.
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Compression/FileHandle.pm b/scripts/Dpkg/Compression/FileHandle.pm
index 2756a66..8ed3b3e 100644
--- a/scripts/Dpkg/Compression/FileHandle.pm
+++ b/scripts/Dpkg/Compression/FileHandle.pm
@@ -466,9 +466,5 @@ New argument: $fh->ensure_open() accepts an %opts argument.
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>
-
 =cut
 1;
diff --git a/scripts/Dpkg/Compression/Process.pm b/scripts/Dpkg/Compression/Process.pm
index ca4f1d4..9b733cc 100644
--- a/scripts/Dpkg/Compression/Process.pm
+++ b/scripts/Dpkg/Compression/Process.pm
@@ -206,10 +206,6 @@ sub wait_end_process {
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Conf.pm b/scripts/Dpkg/Conf.pm
index 1ef2581..111114c 100644
--- a/scripts/Dpkg/Conf.pm
+++ b/scripts/Dpkg/Conf.pm
@@ -268,10 +268,6 @@ New method: $conf->filter()
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Control.pm b/scripts/Dpkg/Control.pm
index 81ad162..967f32a 100644
--- a/scripts/Dpkg/Control.pm
+++ b/scripts/Dpkg/Control.pm
@@ -253,10 +253,6 @@ CTRL_COPYRIGHT_LICENSE.
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Control/Changelog.pm b/scripts/Dpkg/Control/Changelog.pm
index a73ccbe..1f65127 100644
--- a/scripts/Dpkg/Control/Changelog.pm
+++ b/scripts/Dpkg/Control/Changelog.pm
@@ -60,10 +60,6 @@ sub new {
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Control/Fields.pm b/scripts/Dpkg/Control/Fields.pm
index cd0347c..4a584e4 100644
--- a/scripts/Dpkg/Control/Fields.pm
+++ b/scripts/Dpkg/Control/Fields.pm
@@ -61,10 +61,6 @@ inherited from Dpkg::Control::FieldsCore.
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm
index e3b4364..bbc19aa 100644
--- a/scripts/Dpkg/Control/FieldsCore.pm
+++ b/scripts/Dpkg/Control/FieldsCore.pm
@@ -767,10 +767,6 @@ sub field_insert_before($$@) {
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Control/Hash.pm b/scripts/Dpkg/Control/Hash.pm
index 5ab76d8..607ad2f 100644
--- a/scripts/Dpkg/Control/Hash.pm
+++ b/scripts/Dpkg/Control/Hash.pm
@@ -43,10 +43,6 @@ field knowledge.
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm
index 197bcd6..0600698 100644
--- a/scripts/Dpkg/Control/HashCore.pm
+++ b/scripts/Dpkg/Control/HashCore.pm
@@ -549,10 +549,6 @@ New method: $c->parse_error().
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm
index 5bf1639..5961c99 100644
--- a/scripts/Dpkg/Control/Info.pm
+++ b/scripts/Dpkg/Control/Info.pm
@@ -221,10 +221,6 @@ New argument: The $c->new() constructor accepts an %opts argument.
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Control/Types.pm b/scripts/Dpkg/Control/Types.pm
index e144dd9..1bb3e0a 100644
--- a/scripts/Dpkg/Control/Types.pm
+++ b/scripts/Dpkg/Control/Types.pm
@@ -94,10 +94,6 @@ use constant {
 
 This is a private module.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/IPC.pm b/scripts/Dpkg/IPC.pm
index c339af6..5172540 100644
--- a/scripts/Dpkg/IPC.pm
+++ b/scripts/Dpkg/IPC.pm
@@ -413,11 +413,6 @@ New options: spawn() now accepts 'sig' and 'delete_sig'.
 
 Mark the module as public.
 
-=head1 AUTHORS
-
-Written by Raphaël Hertzog <hertzog at debian.org> and
-Frank Lichtenheld <djpig at debian.org>.
-
 =head1 SEE ALSO
 
 Dpkg, Dpkg::ErrorHandling
diff --git a/scripts/Dpkg/Index.pm b/scripts/Dpkg/Index.pm
index 089a1d3..86c1bb2 100644
--- a/scripts/Dpkg/Index.pm
+++ b/scripts/Dpkg/Index.pm
@@ -363,10 +363,6 @@ sub output {
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Interface/Storable.pm b/scripts/Dpkg/Interface/Storable.pm
index 0e8f463..60550da 100644
--- a/scripts/Dpkg/Interface/Storable.pm
+++ b/scripts/Dpkg/Interface/Storable.pm
@@ -144,10 +144,6 @@ sub _stringify {
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Path.pm b/scripts/Dpkg/Path.pm
index 5c30709..6156f98 100644
--- a/scripts/Dpkg/Path.pm
+++ b/scripts/Dpkg/Path.pm
@@ -301,10 +301,6 @@ New function: find_command()
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Source/Package.pm b/scripts/Dpkg/Source/Package.pm
index fe4c20c..0961f3f 100644
--- a/scripts/Dpkg/Source/Package.pm
+++ b/scripts/Dpkg/Source/Package.pm
@@ -674,10 +674,6 @@ Deprecated variables: $diff_ignore_default_regexp, @tar_ignore_default_pattern
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog, E<lt>hertzog at debian.orgE<gt>
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Substvars.pm b/scripts/Dpkg/Substvars.pm
index 32bfcf4..0f70507 100644
--- a/scripts/Dpkg/Substvars.pm
+++ b/scripts/Dpkg/Substvars.pm
@@ -420,10 +420,6 @@ New method: $s->set_as_used().
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Raphaël Hertzog <hertzog at debian.org>.
-
 =cut
 
 1;
diff --git a/scripts/Dpkg/Version.pm b/scripts/Dpkg/Version.pm
index 637012d..ec91a3d 100644
--- a/scripts/Dpkg/Version.pm
+++ b/scripts/Dpkg/Version.pm
@@ -450,12 +450,6 @@ New method: $v->is_native().
 
 Mark the module as public.
 
-=head1 AUTHOR
-
-Don Armstrong <don at donarmstrong.com>, Colin Watson
-<cjwatson at debian.org> and Raphaël Hertzog <hertzog at debian.org>, based on
-the implementation in F<dpkg/lib/version.c> by Ian Jackson and others.
-
 =cut
 
 1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list