[Reproducible-commits] [strip-nondeterminism] 01/01: Remove hyphen from non-determinism and non-deterministic.
Chris Lamb
chris at chris-lamb.co.uk
Tue Aug 9 10:13:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository strip-nondeterminism.
commit 732aba7e0e6a5fca06b3690e2a55084e6ce3ab4e
Author: Chris Lamb <lamby at debian.org>
Date: Tue Aug 9 11:11:35 2016 +0100
Remove hyphen from non-determinism and non-deterministic.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
Makefile.PL | 2 +-
README | 2 +-
bin/dh_strip_nondeterminism | 6 +++---
bin/strip-nondeterminism | 4 ++--
lib/File/StripNondeterminism/handlers/jar.pm | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index 0a40613..db7b06d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@ WriteMakefile(
NAME => 'strip-nondeterminism',
AUTHOR => 'Andrew Ayer <agwa at andrewayer.name>',
VERSION_FROM => 'lib/File/StripNondeterminism.pm',
- ABSTRACT => 'tool for stripping non-determinism from files',
+ ABSTRACT => 'tool for stripping nondeterminism from files',
EXE_FILES => [qw(bin/dh_strip_nondeterminism bin/strip-nondeterminism)],
PREREQ_PM => {
'Archive::Zip' => 0,
diff --git a/README b/README
index e0cbf6b..96739a9 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
File::StripNondeterminism is a Perl module for stripping bits of
-non-deterministic information, such as timestamps and file system
+nondeterministic information, such as timestamps and file system
order, from files such as gzipped files, ZIP archives, and Jar files.
It can be used as a post-processing step to make a build reproducible,
when the build process itself cannot be made deterministic. It is used
diff --git a/bin/dh_strip_nondeterminism b/bin/dh_strip_nondeterminism
index 96792f0..3bee766 100755
--- a/bin/dh_strip_nondeterminism
+++ b/bin/dh_strip_nondeterminism
@@ -2,7 +2,7 @@
=head1 NAME
-dh_strip_nondeterminism - strip uninteresting, non-deterministic information from files
+dh_strip_nondeterminism - strip uninteresting, nondeterministic information from files
=cut
@@ -20,12 +20,12 @@ B<dh_strip_nondeterminism> [S<I<debhelper options>>] [B<-X>I<item>]
=head1 DESCRIPTION
B<dh_strip_nondeterminism> is a debhelper program that is responsible
-for stripping uninteresting, non-deterministic information, such as
+for stripping uninteresting, nondeterministic information, such as
timestamps, from compiled files so that the build is reproducible.
This program examines your package build directories and works out what
to strip on its own. It uses L<file(1)> and filenames to figure out what
-files should have non-determinism stripped from them. In general it
+files should have nondeterminism stripped from them. In general it
seems to make very good guesses, and will do the right thing in almost
all cases.
diff --git a/bin/strip-nondeterminism b/bin/strip-nondeterminism
index a8c2cc6..2372d4e 100755
--- a/bin/strip-nondeterminism
+++ b/bin/strip-nondeterminism
@@ -75,7 +75,7 @@ __END__
=head1 NAME
-strip-nondeterminism - strip non-deterministic information from files
+strip-nondeterminism - strip nondeterministic information from files
=head1 SYNOPSIS
@@ -83,7 +83,7 @@ strip-nondeterminism - strip non-deterministic information from files
=head1 DESCRIPTION
-B<strip-nondeterminism> is a tool to strip bits of non-deterministic
+B<strip-nondeterminism> is a tool to strip bits of nondeterministic
information, such as timestamps, from files. It can be used as
a post-processing step to make a build reproducible, when the build
process itself cannot be made deterministic.
diff --git a/lib/File/StripNondeterminism/handlers/jar.pm b/lib/File/StripNondeterminism/handlers/jar.pm
index b5258c6..8b3270d 100644
--- a/lib/File/StripNondeterminism/handlers/jar.pm
+++ b/lib/File/StripNondeterminism/handlers/jar.pm
@@ -94,7 +94,7 @@ sub _jar_archive_filter {
# Don't normalize signed JARs, since our modifications will break the signature.
# Alternatively, we could strip the signature. However, if a JAR file is signed,
# it is highly likely that the JAR file was part of the source and not produced
- # as part of the build, and therefore contains no non-determinism. Thus, ignoring
+ # as part of the build, and therefore contains no nondeterminism. Thus, ignoring
# the file makes more sense.
#
# According to the jarsigner(1) man page, a signed JAR has a .SF file in the
--
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