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 filePatch | File delta | Description |
---|---|---|
require in executables.patch | (download) |
bin/yard |
12 6 + 6 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
deactivate one of the registry specs, failing with sbuild |