rev 20791 - kde-extras/kmplayer/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jun 18 21:13:07 UTC 2017


Author: pino
Date: 2017-06-18 21:13:07 +0000 (Sun, 18 Jun 2017)
New Revision: 20791

Modified:
   kde-extras/kmplayer/trunk/debian/changelog
   kde-extras/kmplayer/trunk/debian/control
   kde-extras/kmplayer/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/kmplayer/trunk/debian/changelog
===================================================================
--- kde-extras/kmplayer/trunk/debian/changelog	2017-06-18 21:10:47 UTC (rev 20790)
+++ kde-extras/kmplayer/trunk/debian/changelog	2017-06-18 21:13:07 UTC (rev 20791)
@@ -10,6 +10,9 @@
       libkf5coreaddons-dev, libkf5i18n-dev, kinit-dev,
       libkf5kdelibs4support-dev, libkf5kio-dev, libkf5mediaplayer-dev,
       libkf5parts-dev, and libkf5widgetsaddons-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 23:02:11 +0200
 

Modified: kde-extras/kmplayer/trunk/debian/control
===================================================================
--- kde-extras/kmplayer/trunk/debian/control	2017-06-18 21:10:47 UTC (rev 20790)
+++ kde-extras/kmplayer/trunk/debian/control	2017-06-18 21:13:07 UTC (rev 20791)
@@ -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>, Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.6.4),
+Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.15.16),
  extra-cmake-modules,
  qtbase5-dev,
  libqt5svg5-dev,

Modified: kde-extras/kmplayer/trunk/debian/rules
===================================================================
--- kde-extras/kmplayer/trunk/debian/rules	2017-06-18 21:10:47 UTC (rev 20790)
+++ kde-extras/kmplayer/trunk/debian/rules	2017-06-18 21:13:07 UTC (rev 20791)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5
 
 override_dh_auto_install:
 	dh_auto_install	




More information about the pkg-kde-commits mailing list