Source: yard
Version: 0.9.24-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buiidlpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
yard could not be built reproducibly.

This is because it ships yard_plugin.rb file that simply "requires" a
single file (which cannot work as this particular path is to the build
path, not the installed path).

This may be related to #972561 or #812809.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2020-10-22 10:00:45.132192197 +0100
--- b/debian/rules      2020-10-22 10:03:28.029886499 +0100
@@ -18,6 +18,7 @@
 
 override_dh_auto_install:
        dh_auto_install
+       find debian/ -name yard_plugin.rb -delete
        dh_link -p yard /usr/share/javascript/jquery/jquery.js \
                
/usr/share/rubygems-integration/all/gems/yard-$(DEB_VERSION_UPSTREAM)/templates/default/fulldoc/html/js/jquery.js
        rm -rf doc/
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to