Package: ruby-hoe / 3.22.1+dfsg1-3

Metadata

Package Version Patches format
ruby-hoe 3.22.1+dfsg1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0004 tests drop path dependent require.patch | (download)

test/test_hoe_debug.rb | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 tests: drop require which relies on path
 This should fix running the tests during autopkgtest.
disable tests.patch | (download)

test/test_hoe.rb | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 disable rubygems test
fix template path.patch | (download)

bin/sow | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 move template directory to /usr/share per fhs/debian policy
adapt bin wrapper.patch | (download)

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

 adapt gem.bin_wrapper hack to debian
0005 Skip a date test.patch | (download)

test/test_hoe.rb | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 skip a date test

This test failure is affecting only downstreams. The spec.date call in
the test is weirdly returning the date of the last entry in
debian/changelog which does not match Gem::Specification::TODAY (day of
the build).

Debian-Bug: https://bugs.debian.org/952041
ruby3_1.patch | (download)

lib/hoe.rb | 18 14 + 4 - 0 !
1 file changed, 14 insertions(+), 4 deletions(-)

 [patch] - fixed loading config files for ruby 3.1's now default
 YAML.safe_load_file. [git-p4: depot-paths = "//src/hoe/dev/": change = 13295]