rev 20916 - kde-extras/kio-gopher/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Tue Dec 19 09:39:36 UTC 2017


Author: pino
Date: 2017-12-19 09:39:35 +0000 (Tue, 19 Dec 2017)
New Revision: 20916

Modified:
   kde-extras/kio-gopher/trunk/debian/changelog
   kde-extras/kio-gopher/trunk/debian/control
   kde-extras/kio-gopher/trunk/debian/rules
Log:
use the right dh addon

- switch from kde to kf5 dh addon
- bump the pkg-kde-tools build dependency to >= 0.15.16


Modified: kde-extras/kio-gopher/trunk/debian/changelog
===================================================================
--- kde-extras/kio-gopher/trunk/debian/changelog	2017-12-19 09:38:44 UTC (rev 20915)
+++ kde-extras/kio-gopher/trunk/debian/changelog	2017-12-19 09:39:35 UTC (rev 20916)
@@ -10,6 +10,9 @@
     - add extra-cmake-modules, qtbase5-dev, libkf5codecs-dev,
       libkf5doctools-dev, libkf5iconthemes-dev, libkf5i18n-dev, and
       libkf5kio-dev
+  * Use the right dh addon:
+    - switch from kde to kf5 dh addon
+    - bump the pkg-kde-tools build dependency to >= 0.15.16
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 19 Dec 2017 10:24:23 +0100
 

Modified: kde-extras/kio-gopher/trunk/debian/control
===================================================================
--- kde-extras/kio-gopher/trunk/debian/control	2017-12-19 09:38:44 UTC (rev 20915)
+++ kde-extras/kio-gopher/trunk/debian/control	2017-12-19 09:39:35 UTC (rev 20916)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.5), cmake,
+Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.15.16), cmake,
  gettext,
  extra-cmake-modules (>= 5.27.0~),
  qtbase5-dev (>= 5.5.0~),

Modified: kde-extras/kio-gopher/trunk/debian/rules
===================================================================
--- kde-extras/kio-gopher/trunk/debian/rules	2017-12-19 09:38:44 UTC (rev 20915)
+++ kde-extras/kio-gopher/trunk/debian/rules	2017-12-19 09:39:35 UTC (rev 20916)
@@ -3,5 +3,5 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5
 




More information about the pkg-kde-commits mailing list