rev 21024 - kde-extras/kmymoney2/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Wed Feb 7 22:54:50 UTC 2018


Author: pino
Date: 2018-02-07 22:54:49 +0000 (Wed, 07 Feb 2018)
New Revision: 21024

Modified:
   kde-extras/kmymoney2/trunk/debian/changelog
   kde-extras/kmymoney2/trunk/debian/control
   kde-extras/kmymoney2/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/kmymoney2/trunk/debian/changelog
===================================================================
--- kde-extras/kmymoney2/trunk/debian/changelog	2018-02-07 22:52:26 UTC (rev 21023)
+++ kde-extras/kmymoney2/trunk/debian/changelog	2018-02-07 22:54:49 UTC (rev 21024)
@@ -18,6 +18,9 @@
       libkf5wallet-dev, libkf5webkit-dev, libkf5xmlgui-dev,
       libgwengui-qt5-dev, and libalkimia5-dev
   * Add the libgpgmepp-dev build dependency.
+  * 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>  Wed, 07 Feb 2018 21:56:19 +0100
 

Modified: kde-extras/kmymoney2/trunk/debian/control
===================================================================
--- kde-extras/kmymoney2/trunk/debian/control	2018-02-07 22:52:26 UTC (rev 21023)
+++ kde-extras/kmymoney2/trunk/debian/control	2018-02-07 22:54:49 UTC (rev 21024)
@@ -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), cmake, pkg-kde-tools (>= 0.9.0),
+Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.15.16),
  extra-cmake-modules,
  qtbase5-dev,
  qtdeclarative5-dev,

Modified: kde-extras/kmymoney2/trunk/debian/rules
===================================================================
--- kde-extras/kmymoney2/trunk/debian/rules	2018-02-07 22:52:26 UTC (rev 21023)
+++ kde-extras/kmymoney2/trunk/debian/rules	2018-02-07 22:54:49 UTC (rev 21024)
@@ -1,9 +1,9 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --parallel --list-missing --with kde,aqbanking
+	dh $@ --parallel --list-missing --with kf5,aqbanking
 
 override_dh_auto_configure:
-	dh_auto_configure -Skde -- -DCMAKE_SKIP_RPATH=ON -DKDE4_BUILD_TESTS=OFF
+	dh_auto_configure -Skf5 -- -DCMAKE_SKIP_RPATH=ON -DKDE4_BUILD_TESTS=OFF
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-kde-commits mailing list