[SCM] libkface packaging branch, master, updated. debian/17.08.1-1-3-g1f26fa4

Pino Toscano pino at moszumanska.debian.org
Thu Nov 30 22:11:31 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/libkface.git;a=commitdiff;h=efd95be

The following commit has been merged in the master branch:
commit efd95becf19d2ef4351c262e6712390cf9ab8877
Author: Pino Toscano <pino at debian.org>
Date:   Thu Nov 30 22:38:17 2017 +0100

    build with OpenCV >= 3 (#841411)
    
    - pass -DENABLE_OPENCV3=ON to cmake
    - bump the libopencv-dev build dependency to >= 3.0
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 debian/rules     | 3 +++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 36df09a..93a5b33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ libkf5kface (17.08.3-0r1) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * New upstream release.
+  * Build with OpenCV >= 3: (Closes: #841411)
+    - pass -DENABLE_OPENCV3=ON to cmake
+    - bump the libopencv-dev build dependency to >= 3.0
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 30 Nov 2017 22:33:20 +0100
 
diff --git a/debian/control b/debian/control
index 305d5c1..4c4328f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 2.8.12~),
                debhelper (>= 9),
                extra-cmake-modules (>= 1.1.0~),
-               libopencv-dev,
+               libopencv-dev (>= 3.0~),
                pkg-kde-tools,
                qtbase5-dev (>= 5.2.0~),
 Standards-Version: 4.1.0
diff --git a/debian/rules b/debian/rules
index b57f3e9..ca20eb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_auto_configure:
+	$(overridden_command) -- -DENABLE_OPENCV3=ON

-- 
libkface packaging



More information about the pkg-kde-commits mailing list