rev 20724 - kde-extras/kchmviewer/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sat Jan 21 07:58:14 UTC 2017


Author: pino
Date: 2017-01-21 07:58:14 +0000 (Sat, 21 Jan 2017)
New Revision: 20724

Modified:
   kde-extras/kchmviewer/trunk/debian/changelog
   kde-extras/kchmviewer/trunk/debian/control
   kde-extras/kchmviewer/trunk/debian/rules
Log:
more build system changes


Modified: kde-extras/kchmviewer/trunk/debian/changelog
===================================================================
--- kde-extras/kchmviewer/trunk/debian/changelog	2017-01-21 07:51:41 UTC (rev 20723)
+++ kde-extras/kchmviewer/trunk/debian/changelog	2017-01-21 07:58:14 UTC (rev 20724)
@@ -3,8 +3,11 @@
   [ Pino Toscano ]
   * New upstream release.
   * Switch the build to Qt5: (Closes: #784476)
-    - remove the kdelibs5-dev, and libqtwebkit-dev build dependencies
+    - remove the cmake, pkg-kde-tools, kdelibs5-dev, and libqtwebkit-dev build
+      dependencies
     - add the qtbase5-dev, and libqt5webkit5-dev build dependencies
+    - drop the usage of the kde dh addon
+    - force the use of the qmake build system
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 21 Jan 2017 08:45:43 +0100
 

Modified: kde-extras/kchmviewer/trunk/debian/control
===================================================================
--- kde-extras/kchmviewer/trunk/debian/control	2017-01-21 07:51:41 UTC (rev 20723)
+++ kde-extras/kchmviewer/trunk/debian/control	2017-01-21 07:58:14 UTC (rev 20724)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Jose Luis Tallon <jltallon at adv-solutions.net>
-Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.6.4),
+Build-Depends: debhelper (>= 9),
  qtbase5-dev, libqt5webkit5-dev,
  libchm-dev, libzip-dev, libx11-dev,
 Standards-Version: 3.9.6

Modified: kde-extras/kchmviewer/trunk/debian/rules
===================================================================
--- kde-extras/kchmviewer/trunk/debian/rules	2017-01-21 07:51:41 UTC (rev 20723)
+++ kde-extras/kchmviewer/trunk/debian/rules	2017-01-21 07:58:14 UTC (rev 20724)
@@ -6,4 +6,4 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --buildsystem qmake




More information about the pkg-kde-commits mailing list