rev 21071 - kde-extras/krename/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sat Feb 24 09:55:05 UTC 2018


Author: pino
Date: 2018-02-24 09:55:05 +0000 (Sat, 24 Feb 2018)
New Revision: 21071

Modified:
   kde-extras/krename/trunk/debian/changelog
   kde-extras/krename/trunk/debian/control
   kde-extras/krename/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/krename/trunk/debian/changelog
===================================================================
--- kde-extras/krename/trunk/debian/changelog	2018-02-24 09:54:05 UTC (rev 21070)
+++ kde-extras/krename/trunk/debian/changelog	2018-02-24 09:55:05 UTC (rev 21071)
@@ -18,6 +18,9 @@
       libkf5iconthemes-dev, libkf5itemviews-dev, libkf5jobwidgets-dev,
       libkf5kio-dev, libkf5kjs-dev,  libkf5service-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>  Sat, 24 Feb 2018 10:39:44 +0100
 

Modified: kde-extras/krename/trunk/debian/control
===================================================================
--- kde-extras/krename/trunk/debian/control	2018-02-24 09:54:05 UTC (rev 21070)
+++ kde-extras/krename/trunk/debian/control	2018-02-24 09:55:05 UTC (rev 21071)
@@ -25,7 +25,7 @@
                libpodofo-dev,
                libtag1-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.6.15),
+               pkg-kde-tools (>= 0.15.16),
                qtbase5-dev,
 Standards-Version: 3.9.8
 Homepage: https://userbase.kde.org/KRename

Modified: kde-extras/krename/trunk/debian/rules
===================================================================
--- kde-extras/krename/trunk/debian/rules	2018-02-24 09:54:05 UTC (rev 21070)
+++ kde-extras/krename/trunk/debian/rules	2018-02-24 09:55:05 UTC (rev 21071)
@@ -3,6 +3,6 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5
 
 .PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list