Package: ruby-maven-tools / 1.2.3-1

Metadata

Package Version Patches format
ruby-maven-tools 1.2.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 bump virtus dependency.patch | (download)

maven-tools.gemspec | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bump virtus dependency

Debian provides version 2 of this gem, it's backwards-compatible.

0002 skip failing tests due to debian specific gemspec.patch | (download)

spec/dsl/gemspec_spec.rb | 1 1 + 0 - 0 !
spec/dsl/profile_gemspec_spec.rb | 1 1 + 0 - 0 !
spec/dsl/project_gemspec_spec.rb | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+)

 skip failing tests due to debian-specific gemspec

0003 work around gem2deb renaming Gemfile.lock spec files.patch | (download)

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

 work around gem2deb renaming gemfile.lock spec files

The gem2deb test runner moves away all Gemfile.lock files under spec/, causing
test failures. This restores the Gemfile.lock files when running tests.