Package: ruby-packable / 1.3.14-2

Metadata

Package Version Patches format
ruby-packable 1.3.14-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_rubygems.patch | (download)

test/test_helper.rb | 3 1 2 - 0 !
1 file changed, 1 insertion( ), 2 deletions(-)

 remove requirement on rubygems and no relative path in require

remove git from gemfile.patch | (download)

packable.gemspec | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 remove git from gemfile

deprecated fixnum.patch | (download)

test/packing_test.rb | 5 2 3 - 0 !
1 file changed, 2 insertions( ), 3 deletions(-)

 bignum and fixnum are deprecated

This causes 2 warnings and 1 test failure on ruby2.7
replacing with Integer when possible
In the lastch chunk, assert_equal has been replaced by assert_match because
the generic_class_writer creates two lines of comments about encoding and
validity, which are here ignored

fix ruby 3.0 argumenterror.patch | (download)

lib/packable/extensions/io.rb | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix ruby 3.0 argumenterror

Bug: https://github.com/marcandre/packable/issues/15
Bug-Debian: https://bugs.debian.org/996345