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.
signature.asc
Description: PGP signature

