[DRE-maint] Bug#866198: this patch fixed dh-make-ruby

Antonio Terceiro terceiro at debian.org
Wed Jun 28 10:53:03 UTC 2017


On Wed, Jun 28, 2017 at 01:19:02PM +0530, Pirate Praveen wrote:
> 
> After comparing citrus.gemspec, this patch made dh-make-ruby to work.
> I'm not sure if original gemspec is valid ruby syntax.
> 
> diff -ru mustermann-1.0.0/mustermann.gemspec
> mustermann-1.0.0+debian/mustermann.gemspec
> --- mustermann-1.0.0/mustermann.gemspec	2017-06-28 12:54:46.000000000 +0530
> +++ mustermann-1.0.0+debian/mustermann.gemspec	2017-06-28
> 13:10:06.138765241 +0530
> @@ -1,4 +1,4 @@
> -$:.unshift File.expand_path("../lib", __FILE__)
> +$:.unshift(File.expand_path("../lib", __FILE__))

AFAICS these lines have exactly the same effect.

I also don't get how exactly this is a bug in gem2deb.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-ruby-extras-maintainers/attachments/20170628/745cd41a/attachment.sig>


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