[SCM] Kross interpreters packaging branch, kde4.12, updated. debian/4.11.5-3-15-g2879ce5

Maximiliano Curia maxy at moszumanska.debian.org
Tue Apr 29 13:17:35 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kross-interpreters.git;a=commitdiff;h=007f160

The following commit has been merged in the kde4.12 branch:
commit 007f16064617ffb4475a49c58b4286ef002219f3
Author: Maximiliano Curia <maxy at debian.org>
Date:   Thu Apr 3 11:57:49 2014 +0200

    Add new patch: avoid_imposing_a_ruby_version
---
 debian/changelog                             |  1 +
 debian/patches/avoid_imposing_a_ruby_version | 25 +++++++++++++++++++++++++
 debian/patches/series                        |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 79a0906..bdc2941 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kross-interpreters (4:4.12.2-2) UNRELEASED; urgency=medium
 
   * Build against ruby 2.0. (Closes: #739128)
+  * Add new patch: avoid_imposing_a_ruby_version
 
  -- Maximiliano Curia <maxy at debian.org>  Thu, 03 Apr 2014 11:35:08 +0200
 
diff --git a/debian/patches/avoid_imposing_a_ruby_version b/debian/patches/avoid_imposing_a_ruby_version
new file mode 100644
index 0000000..94653eb
--- /dev/null
+++ b/debian/patches/avoid_imposing_a_ruby_version
@@ -0,0 +1,25 @@
+Description: Ignore the ruby_version as long as it's greater than 1.9
+Author: Maximiliano Curia <maxy at debian.org>
+Bug-Debian: http://bugs.debian.org/739128
+Forwarded: no
+Last-Update: 2014-04-03
+
+--- kross-interpreters-4.12.2.orig/ruby/CMakeLists.txt
++++ kross-interpreters-4.12.2/ruby/CMakeLists.txt
+@@ -1,11 +1,11 @@
+ find_package(Ruby 1.9 QUIET)
+ 
+-if( RUBY_VERSION VERSION_GREATER "1.10" )
+-    message(STATUS "Found Ruby: ${RUBY_EXECUTABLE} (found version \"${RUBY_VERSION}\") but only 1.9.x supported")
+-    set(RUBY_FOUND False)
+-else()
++# if( RUBY_VERSION VERSION_GREATER "1.10" )
++#     message(STATUS "Found Ruby: ${RUBY_EXECUTABLE} (found version \"${RUBY_VERSION}\") but only 1.9.x supported")
++#     set(RUBY_FOUND False)
++# else()
+     message(STATUS "Found Ruby: ${RUBY_EXECUTABLE} (found version \"${RUBY_VERSION}\")")
+-endif()
++# endif()
+ 
+ macro_log_feature(RUBY_FOUND
+   "Ruby" "Ruby libraries" "http://www.ruby-lang.org" FALSE "1.9.x" "Needed to compile the Ruby bindings")
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7a8501a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+avoid_imposing_a_ruby_version

-- 
Kross interpreters packaging



More information about the pkg-kde-commits mailing list