rev 20778 - kde-extras/smb4k/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jun 18 10:48:12 UTC 2017


Author: pino
Date: 2017-06-18 10:48:12 +0000 (Sun, 18 Jun 2017)
New Revision: 20778

Modified:
   kde-extras/smb4k/trunk/debian/changelog
   kde-extras/smb4k/trunk/debian/control
   kde-extras/smb4k/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/smb4k/trunk/debian/changelog
===================================================================
--- kde-extras/smb4k/trunk/debian/changelog	2017-06-18 10:47:29 UTC (rev 20777)
+++ kde-extras/smb4k/trunk/debian/changelog	2017-06-18 10:48:12 UTC (rev 20778)
@@ -11,6 +11,9 @@
       libkf5jobwidgets-dev, libkf5kio-dev, libkf5notifications-dev,
       libkf5parts-dev, libkf5plasma-dev, libkf5solid-dev, libkf5wallet-dev,
       libkf5widgetsaddons-dev, libkf5windowsystem-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>  Sun, 18 Jun 2017 12:39:29 +0200
 

Modified: kde-extras/smb4k/trunk/debian/control
===================================================================
--- kde-extras/smb4k/trunk/debian/control	2017-06-18 10:47:29 UTC (rev 20777)
+++ kde-extras/smb4k/trunk/debian/control	2017-06-18 10:48:12 UTC (rev 20778)
@@ -5,7 +5,7 @@
 Uploaders: Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
 Build-Depends: cmake (>= 2.8.0),
                debhelper (>= 9),
-               pkg-kde-tools (>= 0.6.4),
+               pkg-kde-tools (>= 0.15.16),
                extra-cmake-modules,
                qtbase5-dev,
                qtdeclarative5-dev,

Modified: kde-extras/smb4k/trunk/debian/rules
===================================================================
--- kde-extras/smb4k/trunk/debian/rules	2017-06-18 10:47:29 UTC (rev 20777)
+++ kde-extras/smb4k/trunk/debian/rules	2017-06-18 10:48:12 UTC (rev 20778)
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DINSTALL_PLASMOID=false




More information about the pkg-kde-commits mailing list