[SCM] kexi packaging branch, master, updated. debian/3.0.2-1-3-g6007a73
Pino Toscano
pino at moszumanska.debian.org
Tue Aug 22 05:08:56 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kexi.git;a=commitdiff;h=1b329d2
The following commit has been merged in the master branch:
commit 1b329d2c67c18a7ab3f9c610092bb7c4cd8d7d50
Author: Pino Toscano <pino at debian.org>
Date: Tue Aug 22 07:07:29 2017 +0200
pass -DKEXI_QTGUI_RUNTIME_AVAILABLE=OFF to cmake
---
debian/changelog | 3 +++
debian/rules | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 35c721f..3552a89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
kexi (1:3.0.2-2) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Pass -DKEXI_QTGUI_RUNTIME_AVAILABLE=OFF to cmake, to make sure a GUI/window
+ system is assumed to not be present at build time.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 22 Aug 2017 06:58:06 +0200
diff --git a/debian/rules b/debian/rules
index 203835a..1205f45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ l10npkgs_packages_rels := $(patsubst %,$(l10npkgs_prefix)-% $(l10npkgs_fixed_ver
dh $@ --parallel --with kf5
override_dh_auto_configure:
- dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+ dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF -DKEXI_QTGUI_RUNTIME_AVAILABLE=OFF
override_dh_auto_install:
dh_auto_install
--
kexi packaging
More information about the pkg-kde-commits
mailing list