rev 21105 - kde-extras/kraft/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Thu Apr 5 05:45:32 UTC 2018


Author: pino
Date: 2018-04-05 05:45:31 +0000 (Thu, 05 Apr 2018)
New Revision: 21105

Modified:
   kde-extras/kraft/trunk/debian/changelog
   kde-extras/kraft/trunk/debian/control
   kde-extras/kraft/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/kraft/trunk/debian/changelog
===================================================================
--- kde-extras/kraft/trunk/debian/changelog	2018-04-05 05:44:32 UTC (rev 21104)
+++ kde-extras/kraft/trunk/debian/changelog	2018-04-05 05:45:31 UTC (rev 21105)
@@ -8,6 +8,9 @@
     - add extra-cmake-modules, qtbase5-dev, libkf5akonadi-dev,
       libkf5akonadicontact-dev, libkf5contacts-dev, libkf5coreaddons-dev,
       libkf5i18n-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>  Thu, 05 Apr 2018 07:19:20 +0200
 

Modified: kde-extras/kraft/trunk/debian/control
===================================================================
--- kde-extras/kraft/trunk/debian/control	2018-04-05 05:44:32 UTC (rev 21104)
+++ kde-extras/kraft/trunk/debian/control	2018-04-05 05:45:31 UTC (rev 21105)
@@ -5,7 +5,7 @@
 Uploaders: Mark Purcell <msp at debian.org>,
            Jonathan Patrick Davies <jpatrick at kubuntu.org>
 Build-Depends: debhelper (>= 9),
-               pkg-kde-tools,
+               pkg-kde-tools (>= 0.15.16),
                cmake,
                extra-cmake-modules,
                qtbase5-dev,

Modified: kde-extras/kraft/trunk/debian/rules
===================================================================
--- kde-extras/kraft/trunk/debian/rules	2018-04-05 05:44:32 UTC (rev 21104)
+++ kde-extras/kraft/trunk/debian/rules	2018-04-05 05:45:31 UTC (rev 21105)
@@ -6,4 +6,4 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5




More information about the pkg-kde-commits mailing list