summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Reiner Herrmann [Tue, 10 Oct 2017 18:06:13 +0000 (15:06 -0300)]
lib/mkmf.rb: sort list of object files in generated Makefile
Without sorting the list explicitely, its order is indeterministic,
because readdir() is also not deterministic.
When the list of object files varies between builds, they are linked
in a different order, which results in an unreproducible build.
Signed-off-by: Antonio Terceiro <terceiro@debian.org>
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
Gbp-Pq: Name 0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
Christian Hofstaedtler [Tue, 10 Oct 2017 18:04:34 +0000 (15:04 -0300)]
rdoc: build reproducible documentation
- sort input filenames
- provide a fixed timestamp to the gzip compression
Signed-off-by: Antonio Terceiro <terceiro@debian.org>
Signed-off-by: Christian Hofstaedtler <zeha@debian.org>
Gbp-Pq: Name 0001-rdoc-build-reproducible-documentation.patch
Peter Michael Green [Tue, 20 Feb 2018 21:18:57 +0000 (21:18 +0000)]
ruby2.5 (2.5.0-4+rpi1) buster-staging; urgency=medium
* Disable testsuite.
[dgit import unpatched ruby2.5 2.5.0-4+rpi1]
Peter Michael Green [Tue, 20 Feb 2018 21:18:57 +0000 (21:18 +0000)]
Import ruby2.5_2.5.0-4+rpi1.debian.tar.xz
[dgit import tarball ruby2.5 2.5.0-4+rpi1 ruby2.5_2.5.0-4+rpi1.debian.tar.xz]
Antonio Terceiro [Tue, 26 Dec 2017 13:48:55 +0000 (13:48 +0000)]
Import ruby2.5_2.5.0.orig.tar.gz
[dgit import orig ruby2.5_2.5.0.orig.tar.gz]