1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: strip-nondeterminism
Section: devel
Priority: optional
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
libarchive-cpio-perl <!nocheck>,
libarchive-zip-perl,
libdevel-cover-perl,
perl,
Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Uploaders:
Andrew Ayer <agwa@andrewayer.name>,
Holger Levsen <holger@debian.org>,
Mattia Rizzolo <mattia@debian.org>,
Chris Lamb <lamby@debian.org>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://reproducible-builds.org/
Vcs-Git: https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
Vcs-Browser: https://salsa.debian.org/reproducible-builds/strip-nondeterminism
Package: libfile-stripnondeterminism-perl
Section: perl
Architecture: all
Multi-Arch: foreign
Depends:
file,
libarchive-zip-perl,
${misc:Depends},
${perl:Depends},
Recommends:
libarchive-cpio-perl,
Description: file non-deterministic information stripper — Perl module
StripNondeterminism is a library for stripping non-deterministic information
such as timestamps and filesystem ordering from various file and archive
formats.
.
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.
.
It is used as part of the Reproducible Builds project, although it should be
considered a temporary workaround which should not be needed in the long
term; upstream software should be reproducible even without using such a tool.
.
This package installs the Perl module ‘File::StripNondeterminism’.
Package: strip-nondeterminism
Architecture: all
Depends:
libfile-stripnondeterminism-perl (= ${binary:Version}),
${misc:Depends},
${perl:Depends},
Multi-Arch: foreign
Description: file non-deterministic information stripper — stand-alone tool
StripNondeterminism is a library for stripping non-deterministic information
such as timestamps and filesystem ordering from various file and archive
formats.
.
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.
.
It is used as part of the Reproducible Builds project, although it should be
considered a temporary workaround which should not be needed in the long
term; upstream software should be reproducible even without using such a tool.
.
This package installs the stand-alone ‘strip-nondeterminism’ tool.
Package: dh-strip-nondeterminism
Architecture: all
Depends:
libdebhelper-perl,
libfile-stripnondeterminism-perl (= ${binary:Version}),
${misc:Depends},
${perl:Depends},
Multi-Arch: foreign
Description: file non-deterministic information stripper — Debhelper add-on
StripNondeterminism is a library for stripping non-deterministic information
such as timestamps and filesystem ordering from various file and archive
formats.
.
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.
.
It is used as part of the Reproducible Builds project, although it should be
considered a temporary workaround which should not be needed in the long
term; upstream software should be reproducible even without using such a tool.
.
This package installs the ‘dh_strip_nondeterminism’ Debhelper command that
strips nondeterminism as part of a Debian package build process.
|