Attached are the patches I suggest to refine the package matadata, and to resolve this bug report.
-- \ “We demand rigidly defined areas of doubt and uncertainty!” | `\ —Vroomfondel, _The Hitch-Hiker's Guide To The Galaxy_, Douglas | _o__) Adams | Ben Finney <[email protected]>
From db4c34b4d1357cc47d503c6ce856b930a538feac Mon Sep 17 00:00:00 2001 From: Ben Finney <[email protected]> Date: Sat, 24 Oct 2015 14:15:12 +1100 Subject: [PATCH 1/3] Add Homepage field for the Reproducible builds project URL. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 8aeab71..bb60750 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Uploaders: Andrew Ayer <[email protected]>, Holger Levsen <[email protected]> Standards-Version: 3.9.6 Vcs-Git: https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git Vcs-Browser: https://anonscm.debian.org/cgit/reproducible/strip-nondeterminism.git +Homepage: https://reproducible.alioth.debian.org/ Package: libfile-stripnondeterminism-perl Architecture: all -- 2.6.1
From f7dc3e11a1ea6573208f250d6663348b8a633a24 Mon Sep 17 00:00:00 2001 From: Ben Finney <[email protected]> Date: Sat, 24 Oct 2015 14:15:58 +1100 Subject: [PATCH 2/3] Update descriptions to better reflect broader reach. --- debian/control | 53 ++++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 25 deletions(-) diff --git a/debian/control b/debian/control index bb60750..ca3d049 100644 --- a/debian/control +++ b/debian/control @@ -13,39 +13,42 @@ Homepage: https://reproducible.alioth.debian.org/ Package: libfile-stripnondeterminism-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. -- 2.6.1
From a51012abd50b76d605e4e593f9705346c19308d9 Mon Sep 17 00:00:00 2001 From: Ben Finney <[email protected]> Date: Sat, 24 Oct 2015 14:16:11 +1100 Subject: [PATCH 3/3] Document the change that fixes Bug#802841. --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6e7a1ef..8aa06c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +strip-nondeterminism (0.013-2) unstable; urgency=medium + + [ Ben Finney ] + + * Update Descriptions and Homepage to better reflect broader reach. + (Closes: Bug#802841) + + -- + strip-nondeterminism (0.013-1) unstable; urgency=medium * New upstream release. -- 2.6.1
signature.asc
Description: PGP signature

