rev 20396 - kde-extras/kwave/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Fri Mar 25 09:40:17 UTC 2016


Author: pino
Date: 2016-03-25 09:40:17 +0000 (Fri, 25 Mar 2016)
New Revision: 20396

Modified:
   kde-extras/kwave/trunk/debian/changelog
   kde-extras/kwave/trunk/debian/control
   kde-extras/kwave/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/kwave/trunk/debian/changelog
===================================================================
--- kde-extras/kwave/trunk/debian/changelog	2016-03-25 09:37:50 UTC (rev 20395)
+++ kde-extras/kwave/trunk/debian/changelog	2016-03-25 09:40:17 UTC (rev 20396)
@@ -14,6 +14,9 @@
       libkf5guiaddons-dev, libkf5i18n-dev, libkf5iconthemes-dev, kinit-dev,
       kio-dev, libkf5notifications-dev, libkf5service-dev,
       libkf5textwidgets-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>  Fri, 25 Mar 2016 10:25:08 +0100
 

Modified: kde-extras/kwave/trunk/debian/control
===================================================================
--- kde-extras/kwave/trunk/debian/control	2016-03-25 09:37:50 UTC (rev 20395)
+++ kde-extras/kwave/trunk/debian/control	2016-03-25 09:40:17 UTC (rev 20396)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.4),
+Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.15.16),
  extra-cmake-modules,
  qtbase5-dev,
  qtmultimedia5-dev,

Modified: kde-extras/kwave/trunk/debian/rules
===================================================================
--- kde-extras/kwave/trunk/debian/rules	2016-03-25 09:37:50 UTC (rev 20395)
+++ kde-extras/kwave/trunk/debian/rules	2016-03-25 09:40:17 UTC (rev 20396)
@@ -21,7 +21,7 @@
 endef
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CMAKE_CUSTOM_FLAGS)




More information about the pkg-kde-commits mailing list