Description: <short summary of the patch>

TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
rock-master-18.09-ruby-gui-vizkit (0.1-1) UNRELEASED; urgency=medium
.
  * Initial release (Closes: #nnnn)

Author: MAINTAINER <rock-user@rock.dfki.uni-bremen.de>


The information above should follow the Patch Tagging Guidelines, please checkout dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch> Bug: <url in upstream bugtracker> Bug-Debian: bugs.debian.org/> Bug-Ubuntu: launchpad.net/bugs/> Forwarded: <no|not-needed|url proving that it has been forwarded> Reviewed-By: <name and email of someone who approved the patch> Last-Update: 2018-10-11

— rock-master-18.09-ruby-gui-vizkit-0.1.orig/ext/vizkittypelib/CMakeLists.txt +++ rock-master-18.09-ruby-gui-vizkit-0.1/ext/vizkittypelib/CMakeLists.txt @@ -1,6 +1,8 @@

cmake_minimum_required(VERSION 2.6)
find_package(Rock)
rock_init(vizkit 1.0)

+set(GEM_DEBUG ON) +set(GEM_OS_PKG ON)

set(RUBY_USE_PROJECT_INSTALL_PREFIX TRUE)
include(RockRuby)

@@ -27,10 +29,10 @@ if (TYPELIB_FOUND AND TYPELIBRUBY_FOUND

        ${GEM_LIBRARIES})
else()
    if (NOT TYPELIB_FOUND)

+ message(STATUS “cannot find typelib, the vizkit-ruby bridge is disabled”)

elseif (NOT TYPELIBRUBY_FOUND)

+ message(STATUS “cannot find typelib's ruby bindings, the vizkit-ruby bridge is disabled”)

elseif (NOT GEM_FOUND)

+ message(STATUS “cannot find the rice gem, the vizkit-ruby bridge is disabled”)

    endif()
endif()