rev 20939 - kde-extras/k3b/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Dec 24 17:30:22 UTC 2017


Author: pino
Date: 2017-12-24 17:30:21 +0000 (Sun, 24 Dec 2017)
New Revision: 20939

Modified:
   kde-extras/k3b/trunk/debian/changelog
   kde-extras/k3b/trunk/debian/control
   kde-extras/k3b/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/k3b/trunk/debian/changelog
===================================================================
--- kde-extras/k3b/trunk/debian/changelog	2017-12-24 17:29:09 UTC (rev 20938)
+++ kde-extras/k3b/trunk/debian/changelog	2017-12-24 17:30:21 UTC (rev 20939)
@@ -15,6 +15,9 @@
       libkf5kcmutils-dev, libkf5kio-dev, libkf5newstuff-dev,
       libkf5notifications-dev, libkf5notifyconfig-dev, libkf5service-dev,
       libkf5solid-dev, libkf5widgetsaddons-dev, and libkf5xmlgui-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>  Sat, 20 Aug 2016 12:48:14 +0200
 

Modified: kde-extras/k3b/trunk/debian/control
===================================================================
--- kde-extras/k3b/trunk/debian/control	2017-12-24 17:29:09 UTC (rev 20938)
+++ kde-extras/k3b/trunk/debian/control	2017-12-24 17:30:21 UTC (rev 20939)
@@ -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>, Michael Meskes <meskes at debian.org>, Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.9.0),
+Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.15.16),
  extra-cmake-modules,
  qtbase5-dev (>= 5.5.0~),
  libqt5webkit5-dev,

Modified: kde-extras/k3b/trunk/debian/rules
===================================================================
--- kde-extras/k3b/trunk/debian/rules	2017-12-24 17:29:09 UTC (rev 20938)
+++ kde-extras/k3b/trunk/debian/rules	2017-12-24 17:30:21 UTC (rev 20939)
@@ -6,7 +6,7 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --list-missing --with kde
+	dh $@ --parallel --list-missing --with kf5
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DK3B_ENABLE_HAL_SUPPORT=OFF




More information about the pkg-kde-commits mailing list