[DRE-commits] [ruby-gnome2] 30/31: do not build ruby-gvlc

Daisuke Higuchi dai at moszumanska.debian.org
Mon Oct 10 13:40:21 UTC 2016


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

dai pushed a commit to branch exp/debian
in repository ruby-gnome2.

commit e40d81ba93065f237c8d9fe97022ce9fc298667f
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Mon Oct 10 21:53:51 2016 +0900

    do not build ruby-gvlc
---
 debian/patches/reject_gvlc.patch | 18 ++++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/reject_gvlc.patch b/debian/patches/reject_gvlc.patch
new file mode 100644
index 0000000..ab3f03a
--- /dev/null
+++ b/debian/patches/reject_gvlc.patch
@@ -0,0 +1,18 @@
+Description: do not build ruby-gvlc
+Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
+Last-Update: 2016-10-10
+
+Index: ruby-gnome2/extconf.rb
+===================================================================
+--- ruby-gnome2.orig/extconf.rb
++++ ruby-gnome2/extconf.rb
+@@ -63,6 +63,9 @@ if subdirs.size == 0
+     subdir[0..$topsrcdir.size] = ""
+     File.dirname(subdir)
+   end
++  subdirs.reject! do |subdir|
++    subdir =~ /gvlc/
++  end
+   priorlibs &= subdirs
+   subdirs -= priorlibs
+   subdirs = priorlibs + subdirs #Change the order
diff --git a/debian/patches/series b/debian/patches/series
index e40325c..da437f0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 no-vte.patch
 Fail-the-build-if-any-subpackage-fails
 no-clutter-gst-2.0
+reject_gvlc.patch

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



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