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

Pirate Praveen praveen at onenetbeyond.org
Wed Jun 28 07:49:02 UTC 2017


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__))
 require "mustermann/version"

 Gem::Specification.new do |s|

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-ruby-extras-maintainers/attachments/20170628/00d6b7b6/attachment.sig>


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