rev 20104 - kde-extras/icemon/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Nov 29 07:32:17 UTC 2015


Author: pino
Date: 2015-11-29 07:32:17 +0000 (Sun, 29 Nov 2015)
New Revision: 20104

Modified:
   kde-extras/icemon/trunk/debian/changelog
   kde-extras/icemon/trunk/debian/control
   kde-extras/icemon/trunk/debian/rules
Log:
qt4 -> qt5

upstream switched from Qt4 to Qt5, so:
- replace the libqt4-dev build dependency with qtbase5-dev
- set QT_SELECT in rules to force the usage of Qt5


Modified: kde-extras/icemon/trunk/debian/changelog
===================================================================
--- kde-extras/icemon/trunk/debian/changelog	2015-11-29 07:27:44 UTC (rev 20103)
+++ kde-extras/icemon/trunk/debian/changelog	2015-11-29 07:32:17 UTC (rev 20104)
@@ -3,6 +3,9 @@
   [ Pino Toscano ]
   * New upstream release.
   * Drop patch no-icecc-logging.diff, applied upstream.
+  * Upstream switched from Qt4 to Qt5, so:
+    - replace the libqt4-dev build dependency with qtbase5-dev
+    - set QT_SELECT in rules to force the usage of Qt5
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 29 Nov 2015 08:24:42 +0100
 

Modified: kde-extras/icemon/trunk/debian/control
===================================================================
--- kde-extras/icemon/trunk/debian/control	2015-11-29 07:27:44 UTC (rev 20103)
+++ kde-extras/icemon/trunk/debian/control	2015-11-29 07:32:17 UTC (rev 20104)
@@ -6,7 +6,7 @@
  Pino Toscano <pino at debian.org>
 Build-Depends: debhelper (>= 9), cmake (>= 2.8.5),
  pkg-config,
- libqt4-dev, libicecc-dev,
+ qtbase5-dev (>= 5.2), libicecc-dev,
  docbook2x, docbook-xml
 Standards-Version: 3.9.5
 Homepage: https://github.com/icecc/icemon

Modified: kde-extras/icemon/trunk/debian/rules
===================================================================
--- kde-extras/icemon/trunk/debian/rules	2015-11-29 07:27:44 UTC (rev 20103)
+++ kde-extras/icemon/trunk/debian/rules	2015-11-29 07:32:17 UTC (rev 20104)
@@ -5,6 +5,8 @@
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
+export QT_SELECT := 5
+
 ICECC_DEV_VERSION = $(shell dpkg-query -Wf '$${source:Package} (= $${source:Version})' libicecc-dev)
 
 %:




More information about the pkg-kde-commits mailing list