Control: tags -1 patch
On Mon, 09 Aug 2021 01:35:43 +0530 Pirate Praveen
<prav...@onenetbeyond.org> wrote:
> Adding,
> ruby/lib/google usr/lib/ruby/vendor_ruby
> to debian/ruby-google-protobuf.install makes require
'google/protobuf'
> to pass. This can be used as a workaround until we figure out why
> gem2deb is not installing these files even though gemspec includes
them
> in files.
Hi Laszlo,
Can you upload this change? Or if you are okay with this change, I can
upload it as well. Once this is fixed, I can switch back to the
packaged version (currently using gem install google-protobuf as work
around).
I had seen this bug earlier
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989774 but I thought
it was something similar/related to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966653 (between, this
bug also seems to be fixed with newer protobuf/grpc versions in
experimental).
diff -Nru protobuf-3.17.3/debian/changelog
protobuf-3.17.3/debian/changelog
--- protobuf-3.17.3/debian/changelog 2021-06-23 21:06:44.000000000 +0530
+++ protobuf-3.17.3/debian/changelog 2021-08-09 21:32:33.000000000 +0530
@@ -1,3 +1,10 @@
+protobuf (3.17.3-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Include ruby/lib in ruby-google-protobuf binary (Closes: #992008)
+
+ -- Pirate Praveen <prav...@debian.org> Mon, 09 Aug 2021 21:32:33 +0530
+
protobuf (3.17.3-1) experimental; urgency=medium
* New upstream release.
diff -Nru protobuf-3.17.3/debian/ruby-google-protobuf.install
protobuf-3.17.3/debian/ruby-google-protobuf.install
--- protobuf-3.17.3/debian/ruby-google-protobuf.install 1970-01-01
05:30:00.000000000 +0530
+++ protobuf-3.17.3/debian/ruby-google-protobuf.install 2021-08-09
21:30:39.000000000 +0530
@@ -0,0 +1 @@
+ruby/lib/google usr/lib/ruby/vendor_ruby