[Reproducible-commits] [strip-nondeterminism] 01/01: Update descriptions to better reflect broader reach. (Closes: #802841)

Holger Levsen holger at moszumanska.debian.org
Wed Feb 3 13:14:48 UTC 2016


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

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

commit 8e1ff2f4be98a2f64c057be5a3a74fe3febf6657
Author: Ben Finney <ben+debian at benfinney.id.au>
Date:   Sat Oct 24 14:15:58 2015 +1100

    Update descriptions to better reflect broader reach. (Closes: #802841)
---
 debian/control | 53 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 28 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index 298c1ee..d4d21f5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,39 +13,42 @@ Package: libfile-stripnondeterminism-perl
 Section: perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libarchive-zip-perl
-Description: Perl module for stripping non-determinism from files
- File::StripNondeterminism is a Perl module for stripping bits of
- non-deterministic 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
- as part of the Reproducible Builds project.
+Description: file non-deterministic information stripper — Perl module
+ StripNondeterminism is a library for stripping non-deterministic
+ information, such as timestamps and file system order, from files. It
+ is used as part of the Reproducible Builds project.
  .
- This package contains the perl module.
+ This can be used as a post-processing step to improve the
+ reproducibility of a build product, when the build process itself
+ cannot be made deterministic.
+ .
+ This package installs the Perl module ‘File::StripNondeterminism’.
 
 Package: strip-nondeterminism
 Architecture: all
 Depends: libfile-stripnondeterminism-perl (= ${binary:Version}), ${misc:Depends}, ${perl:Depends}
-Description: tool for stripping non-determinism from files
- File::StripNondeterminism is a Perl module for stripping bits of
- non-deterministic 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
- as part of the Reproducible Builds project.
+Description: file non-deterministic information stripper — stand-alone tool
+ StripNondeterminism is a library for stripping non-deterministic
+ information, such as timestamps and file system order, from files. It
+ is used as part of the Reproducible Builds project.
+ .
+ This can be used as a post-processing step to improve the
+ reproducibility of a build product, when the build process itself
+ cannot be made deterministic.
  .
- This package contains the strip-nondeterminism command.
+ This package installs the stand-alone ‘strip-nondeterminism’ tool.
 
 Package: dh-strip-nondeterminism
 Architecture: all
 Depends: libfile-stripnondeterminism-perl (= ${binary:Version}), ${misc:Depends}, ${perl:Depends}, debhelper, libtimedate-perl
-Description: debhelper add-on to strip non-determinism from files
- File::StripNondeterminism is a Perl module for stripping bits of
- non-deterministic 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
- as part of the Reproducible Builds project.
+Description: file non-deterministic information stripper — Debhelper add-on
+ StripNondeterminism is a library for stripping non-deterministic
+ information, such as timestamps and file system order, from files. It
+ is used as part of the Reproducible Builds project.
+ .
+ This can be used as a post-processing step to improve the
+ reproducibility of a build product, when the build process itself
+ cannot be made deterministic.
  .
- This package contains the dh_strip_nondeterminism command that strips
- nondeterminism as part of a package build process.
+ This package installs the ‘dh_strip_nondeterminism’ Debhelper command
+ that strips nondeterminism as part of a Debian package build process.

-- 
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