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

Pino Toscano pino at moszumanska.debian.org
Thu Apr 5 05:48:27 UTC 2018


Author: pino
Date: 2018-04-05 05:48:27 +0000 (Thu, 05 Apr 2018)
New Revision: 21107

Modified:
   kde-extras/kraft/trunk/debian/changelog
   kde-extras/kraft/trunk/debian/compat
   kde-extras/kraft/trunk/debian/control
   kde-extras/kraft/trunk/debian/rules
Log:
bump dh compat to 11


Modified: kde-extras/kraft/trunk/debian/changelog
===================================================================
--- kde-extras/kraft/trunk/debian/changelog	2018-04-05 05:47:18 UTC (rev 21106)
+++ kde-extras/kraft/trunk/debian/changelog	2018-04-05 05:48:27 UTC (rev 21107)
@@ -14,6 +14,10 @@
   * Update the runtime dependencies/recommends:
     - replace libqt4-sql-sqlite with libqt5sql5-sqlite
     - replace libqt4-sql-mysql with libqt5sql5-mysql
+   * Bump the debhelper compatibility to 11:
+     - bump the debhelper build dependency to 11~
+     - bump compat to 11
+     - remove --parallel for dh, as now done by default
 
  -- 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/compat
===================================================================
--- kde-extras/kraft/trunk/debian/compat	2018-04-05 05:47:18 UTC (rev 21106)
+++ kde-extras/kraft/trunk/debian/compat	2018-04-05 05:48:27 UTC (rev 21107)
@@ -1 +1 @@
-9
+11

Modified: kde-extras/kraft/trunk/debian/control
===================================================================
--- kde-extras/kraft/trunk/debian/control	2018-04-05 05:47:18 UTC (rev 21106)
+++ kde-extras/kraft/trunk/debian/control	2018-04-05 05:48:27 UTC (rev 21107)
@@ -4,7 +4,7 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>,
            Jonathan Patrick Davies <jpatrick at kubuntu.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11~),
                pkg-kde-tools (>= 0.15.16),
                cmake,
                extra-cmake-modules,

Modified: kde-extras/kraft/trunk/debian/rules
===================================================================
--- kde-extras/kraft/trunk/debian/rules	2018-04-05 05:47:18 UTC (rev 21106)
+++ kde-extras/kraft/trunk/debian/rules	2018-04-05 05:48:27 UTC (rev 21107)
@@ -6,4 +6,4 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kf5
+	dh $@ --with kf5




More information about the pkg-kde-commits mailing list