Hi, On 3/22/19 5:34 PM, gregor herrmann wrote: > On Wed, 13 Mar 2019 01:01:28 +0500, Andrey Rahmatullin wrote: > >> On Tue, Mar 12, 2019 at 09:43:22AM +0000, Santiago Vila wrote: >>> TZ=UTC ronn --roff debian/coveralls.mkd >>> roff: debian/coveralls.mkd.1 >> [...] >>> dh_installman: Cannot find (any matches for) "debian/coveralls.1" (tried in >>> ., debian/tmp) >> So a change in ronn, I guess. The package in sid wasn't built on buildds >> so nothing to compare with. > (Disclaimer: no idea about ruby or ronn). > > What happens is that apparently the ronn call creates debian/coveralls.mkd.1 > instead of the expected debian/coveralls.1 (which is supposed to be > installed and cleaned); but that's already in the ouptput, I just > verified it in my build environment :) > > Indeed probably a change in ronn(-ng) in 0.8.0. > > Possible fixes: > - rename debian/coveralls.mkd to debian/coveralls.1.ronn > - put something like > [ ! -f debian/coveralls.mkd.1 ] || mv debian/coveralls.mkd.1 > debian/coveralls.1 > into debian/rules > - change the ronn call in debian/rules to > ronn --roff < debian/coveralls.mkd > debian/coveralls.1 > > Lucas, as the last uploader, maybe you could one of these options (or > a different and better one) and rais your RC bug score by 1? :)
Sure, I'll fix it. Thank you for the heads up Gregor :) Cheers. -- Lucas Kanashiro _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
