From b062eca51d78497e1a2da76f3f6d707e9464f84b Mon Sep 17 00:00:00 2001
From: Thomas Moulard <thomas.moulard@gmail.com>
Date: Thu, 26 Sep 2013 13:02:51 +0900
Subject: [PATCH] Build against libogre-1.9-dev while allowing 1.8 or later
 versions to ease backporting.

---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index c64ba9ef..41f4c999 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
                liblapack-dev,
                libcoin80-dev | libcoin60-dev,
                libsoqt4-dev (>= 1.5.0-2.1),
-               libogre-1.8-dev [!any-sh4],
+               libogre-1.9-dev [!any-sh4] | libogre-1.8-dev [!any-sh4] | libogre-dev [!any-sh4],
                libdc1394-22-dev [linux-any],
                libxml2-dev,
                libjpeg-dev,
@@ -40,9 +40,9 @@ Architecture: any
 Section: libdevel
 Depends: libopencv-dev [!any-sparc64 !x32],
          liblapack-dev,
-         libcoin80-dev,
+         libcoin80-dev | libcoin60-dev,
          libsoqt4-dev (>= 1.5.0-2.1),
-         libogre-1.8-dev [!any-sh4],
+         libogre-1.9-dev [!any-sh4] | libogre-1.8-dev [!any-sh4] | libogre-dev [!any-sh4],
          libdc1394-22-dev [linux-any],
          libxml2-dev,
          libjpeg-dev,
-- 
GitLab