[DRE-commits] [ruby-rainbow] 01/01: new patch

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Tue Sep 12 17:21:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

abhijithpa-guest pushed a commit to branch master
in repository ruby-rainbow.

commit 91a66ce9d16323a72d2623b312a2bfbdd7c1e22c
Author: Abhijith PA <abhijith at openmailbox.org>
Date:   Tue Sep 12 22:47:40 2017 +0530

    new patch
---
 debian/patches/01_remove_ext_dir.patch | 17 +++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/01_remove_ext_dir.patch b/debian/patches/01_remove_ext_dir.patch
new file mode 100644
index 0000000..68c677a
--- /dev/null
+++ b/debian/patches/01_remove_ext_dir.patch
@@ -0,0 +1,17 @@
+Description: Remove ext directory
+ rainbow 2.2.2 introduced an 'ext' folder which makes gem2deb 
+ think it is a native extension and creates an empty directory
+ causing lintian to report an error. Thanks to terceiro
+Author: Abhijith PA <abhijith at openmailbox.org>
+Forwarded: no
+Last-Update: 2017-09-12
+
+--- ruby-rainbow-2.2.2.orig/rainbow.gemspec
++++ ruby-rainbow-2.2.2/rainbow.gemspec
+@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
+   spec.add_dependency "rake"
+ 
+   spec.add_development_dependency "bundler", "~> 1.3"
+-  spec.extensions    = ["ext/mkrf_conf.rb"]
++  spec.extensions    = []
+ end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..eac085f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_remove_ext_dir.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rainbow.git



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