[DRE-maint] Bug#918916: Unicorn not reporting proper version for gemfile?

Hleb Valoshka 375gnu at gmail.com
Sat Jan 12 09:42:14 GMT 2019


On 1/10/19, Eric Wong <e at 80x24.org> wrote:
>> +-  s.version = (ENV['VERSION'] || '5.4.1').dup
>> ++  s.version = '5.4.1'
>
> Why is ignoring ENV['VERSION'] necessary for the Debian build?
> I can probably remove that check if desired from the upstream
> package before the 5.5.0 release.

I've checked debian's git, this patch was introduced when
ENV["VERSION"] was required to use the gemspec. Now as the upstream
gemspec provides the same it's not required.

The problem is not in Unicorn. The problem is in gem2deb which
generated incorrect unicorn-0.gemspec for the package.



More information about the Pkg-ruby-extras-maintainers mailing list