ruby-ruby-magic-static (was: [RFH] Fix FTBFSes to kick off the ruby3.0 transition)

2021-11-01 Thread Daniel Leidert
Am Mittwoch, dem 27.10.2021 um 11:02 -0300 schrieb Lucas Kanashiro: [..] > * ruby-ruby-magic-static [..] I've updated the package and also fixed the FTBFS. But one of the tests is failing and I don't understand why. https://salsa.debian.org/ruby-team/ruby-ruby-magic-static/-/jobs/2138963#L1769

RFS: ruby-et-orbi 1.2.6

2021-11-01 Thread Mohd Bilal
Hi, I've updated the Debian package ruby-et-orbi. The package was tested on sbuild and was successfully built. It was also lintian clean. I've updated the package in the salsa repo which may be found at https://salsa.debian.org/ruby-team/ruby-et-orbi Requesting someone to sponsor this. Thanks,

ruby-ferret (was: [RFH] Fix FTBFSes to kick off the ruby3.0 transition)

2021-11-01 Thread Daniel Leidert
Am Montag, dem 01.11.2021 um 16:53 +0100 schrieb Daniel Leidert: > Am Mittwoch, dem 27.10.2021 um 11:02 -0300 schrieb Lucas Kanashiro: > > [..] > > * ruby-ferret > [..] > > Also a candidate for an RoM. Dead for 4 years, no reverse build-deps. Requires > a lot of patches and seems to be seriously

Re: [RFH] Fix FTBFSes to kick off the ruby3.0 transition

2021-11-01 Thread Daniel Leidert
Am Mittwoch, dem 27.10.2021 um 11:02 -0300 schrieb Lucas Kanashiro: [..] > * ruby-ferret [..] Also a candidate for an RoM. Dead for 4 years, no reverse build-deps. Requires a lot of patches and seems to be seriously broken with Ruby 3.0 [1]. [1] https://github.com/dbalmain/ferret/issues/14 Rega

Re: [RFH] Fix FTBFSes to kick off the ruby3.0 transition

2021-11-01 Thread Daniel Leidert
Just a current state: Am Mittwoch, dem 27.10.2021 um 11:02 -0300 schrieb Lucas Kanashiro: > Hi all, > > I am here to kindly ask your help to fix the FTBFSes from the dependency > level 1 of the ruby3.0 transition (the transition tracker page [1]). > List of packages needing attention: Fixed:

Re: RFH: Skripts in /usr/bin relying on version specific extensions and shebang line in these scripts

2021-11-01 Thread Antonio Terceiro
On Mon, Nov 01, 2021 at 01:14:49PM +0100, Daniel Leidert wrote: > Hi there, > > while working on ruby-byebug I came across a question I cannot answer myself. > So in case of this package there is a script with a shebang line like > > #!/usr/bin/env ruby > > This line at the moment will lead to t

RFH: Skripts in /usr/bin relying on version specific extensions and shebang line in these scripts

2021-11-01 Thread Daniel Leidert
Hi there, while working on ruby-byebug I came across a question I cannot answer myself. So in case of this package there is a script with a shebang line like #!/usr/bin/env ruby This line at the moment will lead to the script being executed with Ruby 2.7. Now this script is also put into usr/li