[SCM] Calligra suite packaging branch, master, updated. debian/3.0.1+dfsg-2

Pino Toscano pino at moszumanska.debian.org
Wed Sep 6 06:50:40 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/calligra.git;a=commitdiff;h=c7f1eaf

The following commit has been merged in the master branch:
commit c7f1eafbf687ad68b27438231669933f4d3effeb
Author: Pino Toscano <pino at debian.org>
Date:   Sun Aug 20 13:06:00 2017 +0200

    rules: switch QT_SELECT to 5
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 018603e..1dd20dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ calligra (1:3.0.1+dfsg-0r1) UNRELEASED; urgency=medium
   * Use the right dh addon:
     - switch from kde to kf5 dh addon
     - bump the pkg-kde-tools build dependency to >= 0.15.16
+  * Switch QT_SELECT to 5 in rules.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 19 Aug 2017 15:51:55 +0200
 
diff --git a/debian/rules b/debian/rules
index af638e4..4aaa67f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ lib_pkgs := calligra-libs
 #export DH_VERBOSE=1
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-export QT_SELECT=4
+export QT_SELECT=5
 
 %:
 	dh $@ --parallel --with kf5

-- 
Calligra suite packaging



More information about the pkg-kde-commits mailing list