[strip-nondeterminism] 01/05: Add myself to AUTHORS.

Chris Lamb chris at chris-lamb.co.uk
Thu Feb 9 09:12:03 UTC 2017


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

lamby pushed a commit to branch debian
in repository strip-nondeterminism.

commit 8de96ca006f1af0e27f5db0cd3c73f9e5b0beee8
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Feb 9 22:08:02 2017 +1300

    Add myself to AUTHORS.
---
 Makefile.PL                 | 5 ++++-
 bin/dh_strip_nondeterminism | 3 ++-
 bin/strip-nondeterminism    | 3 ++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 471d879..5780327 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,10 @@ my $MMVER = eval $ExtUtils::MakeMaker::VERSION;
 
 WriteMakefile(
 	NAME		=> 'File::StripNondeterminism',
-	AUTHOR		=> 'Andrew Ayer <agwa at andrewayer.name>',
+	AUTHOR => [
+		'Andrew Ayer <agwa at andrewayer.name>',
+		'Chris Lamb <lamby at debian.org>'
+	],
 	VERSION_FROM	=> 'lib/File/StripNondeterminism.pm',
 	ABSTRACT	=> 'tool for stripping nondeterminism from files',
 	EXE_FILES	=> [qw(bin/dh_strip_nondeterminism bin/strip-nondeterminism)],
diff --git a/bin/dh_strip_nondeterminism b/bin/dh_strip_nondeterminism
index 802561b..b8b483d 100755
--- a/bin/dh_strip_nondeterminism
+++ b/bin/dh_strip_nondeterminism
@@ -95,8 +95,9 @@ L<debhelper(7)>
 
 This program is a part of debhelper.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
 Andrew Ayer <agwa at andrewayer.name>
+Chris Lamb <lamby at debian.org>
 
 =cut
diff --git a/bin/strip-nondeterminism b/bin/strip-nondeterminism
index 08b7dc2..e9dedb6 100755
--- a/bin/strip-nondeterminism
+++ b/bin/strip-nondeterminism
@@ -128,9 +128,10 @@ Print only the version string and then quit.
 
 =back
 
-=head1 AUTHOR
+=head1 AUTHORS
 
 Andrew Ayer
+Chris Lamb
 
 =head1 COPYRIGHT
 

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



More information about the Reproducible-commits mailing list