rev 20524 - kde-extras/skrooge/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Tue Jun 21 17:07:44 UTC 2016


Author: pino
Date: 2016-06-21 17:07:43 +0000 (Tue, 21 Jun 2016)
New Revision: 20524

Modified:
   kde-extras/skrooge/trunk/debian/changelog
   kde-extras/skrooge/trunk/debian/control
   kde-extras/skrooge/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.6


Modified: kde-extras/skrooge/trunk/debian/changelog
===================================================================
--- kde-extras/skrooge/trunk/debian/changelog	2016-06-21 17:06:20 UTC (rev 20523)
+++ kde-extras/skrooge/trunk/debian/changelog	2016-06-21 17:07:43 UTC (rev 20524)
@@ -18,6 +18,9 @@
       libkf5wallet-dev, libkf5widgetsaddons-dev, libkf5windowsystem-dev,
       libkf5xmlgui-dev, libgrantlee5-dev, and libqca-qt5-2-dev
   * Replace the libsqlite3-dev build dependency with libsqlcipher-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>  Tue, 21 Jun 2016 06:59:00 +0200
 

Modified: kde-extras/skrooge/trunk/debian/control
===================================================================
--- kde-extras/skrooge/trunk/debian/control	2016-06-21 17:06:20 UTC (rev 20523)
+++ kde-extras/skrooge/trunk/debian/control	2016-06-21 17:07:43 UTC (rev 20524)
@@ -43,7 +43,7 @@
                libofx-dev,
                libsqlcipher-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.9.0),
+               pkg-kde-tools (>= 0.15.16),
                shared-mime-info
 Standards-Version: 3.9.5
 Homepage: http://skrooge.org/

Modified: kde-extras/skrooge/trunk/debian/rules
===================================================================
--- kde-extras/skrooge/trunk/debian/rules	2016-06-21 17:06:20 UTC (rev 20523)
+++ kde-extras/skrooge/trunk/debian/rules	2016-06-21 17:07:43 UTC (rev 20524)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --list-missing --with kde
+	dh $@ --parallel --list-missing --with kf5




More information about the pkg-kde-commits mailing list