> > > On 5 December 2015 at 02:54, Adam Baxter <volta...@voltagex.org> wrote: > > * It'd be nice to get a newer version into Debian > > importing a newer version of ruby-build is mainly an issue of updating > the manpage. I have to admit that I don't use ruby-build too often > anymore. The Debian Ruby packages are fairly up-to-date nowadays and I > tend to use those for development as well as production. > > zeha on #debian-ruby ended up doing this for me - looks like I was pretty close
> > * debian-stable may need a version bump to fix #701918 (or it might be > able > > to be closed?) I haven't had the time to write a mail explaining this properly, but > this is probably a WONTFIX issue. ruby-build itself includes > definitions that need additional patches in order to build. See > https://github.com/rbenv/ruby-build/pull/195#issuecomment-7743664 for > details. > > OK no worries. > > * the Debian source for ruby-build > > (https://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-build.git) > > doesn't build since the manpage was modified to use asciidoctor > > Sorry, I can't reproduce that one; worked for me using stretch and > sid. Can you describe your problems in more detail (or open a separate > bug)? > > make[1]: Entering directory '/home/voltagex/src/ruby-build' asciidoctor --backend manpage debian/ruby-build.1.adoc Couldn't find a view in @views for document Use --trace for backtrace debian/rules:15: recipe for target 'update-manpage' failed make[1]: *** [update-manpage] Error 1 make[1]: Leaving directory '/home/voltagex/src/ruby-build' debian/rules:3: recipe for target 'binary' failed make: *** [binary] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 debuild: fatal error at line 1376: dpkg-buildpackage -rfakeroot -D -us -uc -i -I failed gbp:error: 'debuild -i -I' failed: it exited with 29 Running asciidoctor manually gave the same result voltagex@devbox:~/src/ruby-build$ asciidoctor -V Asciidoctor 0.1.4 [http://asciidoctor.org] --Adam