[SCM] extra-cmake-modules packaging branch, kubuntu_xenial_backports, updated. ubuntu/5.18.0-0ubuntu1-4-g9469fe2

Scarlett Clark sgclark-guest at moszumanska.debian.org
Tue Apr 26 02:42:03 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/extra-cmake-modules.git;a=commitdiff;h=9469fe2

The following commit has been merged in the kubuntu_xenial_backports branch:
commit 9469fe2dcde17a6129f97a19aa5036e91fb49321
Author: Scarlett Clark <sgclark at kde.org>
Date:   Mon Apr 25 19:41:43 2016 -0700

    Seems BUILD_QTHELP_DOCS is OFF by default, Turning ON in rules, with CONFIGURE_FLAGS. This will hopefully silence the missing deps check in CI.
---
 debian/changelog | 3 +++
 debian/rules     | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 487f199..d88b901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ extra-cmake-modules (5.21.0-0ubuntu1) UNRELEASED; urgency=medium
   * New upstream release, xenial backport. 
   * Bump to latest. 
   * Add missing dep for qt help. 
+  * Seems BUILD_QTHELP_DOCS is OFF by default, Turning ON
+    in rules, with CONFIGURE_FLAGS. This will hopefully silence
+    the missing deps check in CI. 
 
  -- Scarlett Clark <sgclark at kubuntu.org>  Mon, 25 Apr 2016 11:57:30 -0700
 
diff --git a/debian/rules b/debian/rules
index f3581c5..2b1a1e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 # -*- makefile -*-
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+CONFIGURE_FLAGS += BUILD_QTHELP_DOCS=ON
 
 override_dh_install:
 	$(overridden_command)

-- 
extra-cmake-modules packaging



More information about the pkg-kde-commits mailing list