Package: yard / 0.9.38-1

Metadata

Package Version Patches format
yard 0.9.38-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 remove timestamps where possible for reproducible bu.patch | (download)

lib/yard/i18n/pot_generator.rb | 2 1 + 1 - 0 !
templates/default/layout/html/footer.erb | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 remove timestamps where possible, for reproducible builds

0002 Prevent possible privacy breach with distant images.patch | (download)

README.md | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 prevent possible privacy breach with distant images

0003 spec avoid writing to file shipped with upstream sou.patch | (download)

spec/spec_helper.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 spec: avoid writing to file shipped with upstream source


0004 spec add missing require spec_helper.patch | (download)

spec/cli/command_parser_spec.rb | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 spec: add missing `require 'spec_helper'`


0005 spec_helper avoid relative require.patch | (download)

spec/spec_helper.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 spec_helper: avoid relative require

Just trust that $LOAD_PATH is correctly set.

0006 no samus in Rakefile.patch | (download)

Gemfile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 no samus in rakefile and gemfile

0008 no bundler in specs.patch | (download)

spec/spec_helper.rb | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 no bundler in specs


0009 skip some config specs with ruby2.7.patch | (download)

spec/config_spec.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 skip some config specs with ruby2.7

waiting for more investigation with rspec, bundler and ruby2.7
(e.g https://github.com/rspec/rspec-mocks/issues/1317)

0010 Disable failing test searching for .gem files.patch | (download)

spec/cli/diff_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable failing test searching for .gem files

Allowed operations seem too strict for Debian

Bug-Debian: https://bugs.debian.org/1005432

0011 locale_spec skip test that fails on ruby3.1 when not.patch | (download)

spec/i18n/locale_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 locale_spec: skip test that fails on ruby3.1 when not using bundler

This patch is Debian specific.

Closes: #1019684