[devscripts] 01/01: debrepro: proof-read manpage

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Aug 12 17:10:30 UTC 2017


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

terceiro pushed a commit to branch master
in repository devscripts.

commit 9c90e5e26fa8bc0675e0365ef69618db685503ee
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Aug 12 13:10:21 2017 -0400

    debrepro: proof-read manpage
---
 debian/changelog     |  2 ++
 scripts/debrepro.pod | 27 ++++++++++++++-------------
 2 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf60c43..a6eb162 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ devscripts (2.17.10) UNRELEASED; urgency=medium
   * debc:
     + add --list-changes option, similar to --list-debs but for displaying the
       path to the .changes file.
+  * debrepro:
+    + proof-read manpage.
 
   [ James McCoy ]
   * Add hardening-check script.
diff --git a/scripts/debrepro.pod b/scripts/debrepro.pod
index 80fa2a0..4f83d48 100644
--- a/scripts/debrepro.pod
+++ b/scripts/debrepro.pod
@@ -1,6 +1,6 @@
 =head1 NAME
 
-debrepro - reproduciblity tester for Debian packages
+debrepro - reproducibility tester for Debian packages
 
 =head1 SYNOPSIS
 
@@ -9,10 +9,11 @@ B<debrepro> [I<OPTIONS>] [I<SOURCEDIR>]
 =head1  DESCRIPTION
 
 B<debrepro> will build a given source directory twice, with a set of
-variation between the first and the second build, and compare the binary
-packages produced. If B<diffoscope> is installed, it is used to compare
-non-matching binaries. If B<disorderfs> is installed, it is used during
-the build to inject non-determinism in filesystem listing operations.
+variations between the first and the second build, and compare the
+produced binary packages. If B<diffoscope> is installed, it is used to
+compare non-matching binaries. If B<disorderfs> is installed, it is used
+during the build to inject non-determinism in filesystem listing
+operations.
 
 I<SOURCEDIR> must be a directory containing an unpacked Debian source
 package. If I<SOURCEDIR> is omitted, the current directory is assumed.
@@ -20,28 +21,28 @@ package. If I<SOURCEDIR> is omitted, the current directory is assumed.
 =head1 OUTPUT DIRECTORY
 
 At the very end of a build, B<debrepro> will inform the location of the
-output directory where the build artifacts can be found. The contents of
-this directory are as follows:
+output directory where the build artifacts can be found. In that
+directory, you will find:
 
 =over
 
 =item I<$OUTPUTDIR/first>
 
-contains the results of the first build, including a copy of the source
+Contains the results of the first build, including a copy of the source
 tree, and the resulting binary packages.
 
 =item I<$OUTPUTDIR/first/build.sh>
 
-contains the exact build script that was used in the first build.
+Contains the exact build script that was used in the first build.
 
 =item I<$OUTPUTDIR/second>
 
-contains the results of the second build, including a copy of the source tree,
+Contains the results of the second build, including a copy of the source tree,
 and the resulting binary packages.
 
 =item I<$OUTPUTDIR/second/build.sh>
 
-contains the exact build script that was used in the second build.
+Contains the exact build script that was used in the second build.
 
 =back
 
@@ -60,7 +61,7 @@ first and second builds.
 
 =item B<path>
 
-During the second build, a fake, unexisting directory will be appended to the
+During the second build, a fake, non-existing directory will be appended to the
 I<$PATH> environment variable.
 
 =item B<umask>
@@ -84,7 +85,7 @@ items in a non-deterministic order.
 =item B<time>
 
 The second build will be executed 213 days, 7 hours and 13 minutes in the
-future with regards to the current time.
+future with regards to the current time (using B<faketime(1)>).
 
 =back
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list