[DRE-maint] Bug#924383: ruby-coveralls: FTBFS (dh_installman: Cannot find "debian/coveralls.1")
gregor herrmann
gregoa at debian.org
Fri Mar 22 20:34:21 GMT 2019
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? :)
Cheers,
gregor
--
.''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
: :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
`. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
`- NP: Tracy Chapman: I'm Ready
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: Digital Signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-ruby-extras-maintainers/attachments/20190322/a5200159/attachment.sig>
More information about the Pkg-ruby-extras-maintainers
mailing list