Package: yard / 0.8.2.1-2

Metadata

Package Version Patches format
yard 0.8.2.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
require in executables.patch | (download)

bin/yard | 12 6 + 6 - 0 !
bin/yardoc | 12 6 + 6 - 0 !
bin/yri | 12 6 + 6 - 0 !
3 files changed, 18 insertions(+), 18 deletions(-)

 do not modify $load_path in yard binaries
 We know exactly where to find the library
set templates path.patch | (download)

lib/yard/templates/engine.rb | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 set templates path to /usr/share/yard/templates
 Put a relative path instead of an absolute one makes also the tests happy
remove_rubygems_and_path_manipulation_from_spec.patch | (download)

spec/spec_helper.rb | 10 3 + 7 - 0 !
1 file changed, 3 insertions(+), 7 deletions(-)

 remove call to rubygems and path manipulation to load yard
 This is not necessary because gem2deb took care of everything already.
use_yard_gemspec_for_doc_manager_spec.patch | (download)

spec/rubygems/doc_manager_spec.rb | 2 1 + 1 - 0 !
yard.gemspec | 22 22 + 0 - 0 !
2 files changed, 23 insertions(+), 1 deletion(-)

 temporarily install upstream yard.gemspec to run specs for doc_manager
 The gemspec file is not shipped in the gem, but is used for the tests.
 The yard.gemspec may need to be updated when new versions are packaged
deactivate_failing_test_with_sbuild.patch | (download)

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

 deactivate one of the registry specs, failing with sbuild