rev 21118 - kde-extras/smb4k/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Wed Apr 11 05:36:11 UTC 2018


Author: pino
Date: 2018-04-11 05:36:11 +0000 (Wed, 11 Apr 2018)
New Revision: 21118

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


Modified: kde-extras/smb4k/trunk/debian/changelog
===================================================================
--- kde-extras/smb4k/trunk/debian/changelog	2018-04-11 05:34:58 UTC (rev 21117)
+++ kde-extras/smb4k/trunk/debian/changelog	2018-04-11 05:36:11 UTC (rev 21118)
@@ -5,6 +5,10 @@
   * Add new required libkf5crash-dev build dependency.
   * Bump Standards-Version to 4.1.4, no changes required.
   * Do not ship the helper translations of the appdata file.
+  * 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>  Wed, 11 Apr 2018 07:20:32 +0200
 

Modified: kde-extras/smb4k/trunk/debian/compat
===================================================================
--- kde-extras/smb4k/trunk/debian/compat	2018-04-11 05:34:58 UTC (rev 21117)
+++ kde-extras/smb4k/trunk/debian/compat	2018-04-11 05:36:11 UTC (rev 21118)
@@ -1 +1 @@
-9
+11

Modified: kde-extras/smb4k/trunk/debian/control
===================================================================
--- kde-extras/smb4k/trunk/debian/control	2018-04-11 05:34:58 UTC (rev 21117)
+++ kde-extras/smb4k/trunk/debian/control	2018-04-11 05:36:11 UTC (rev 21118)
@@ -4,7 +4,7 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
 Build-Depends: cmake (>= 3.2),
-               debhelper (>= 9),
+               debhelper (>= 11~),
                pkg-kde-tools (>= 0.15.16),
                extra-cmake-modules,
                qtbase5-dev,

Modified: kde-extras/smb4k/trunk/debian/rules
===================================================================
--- kde-extras/smb4k/trunk/debian/rules	2018-04-11 05:34:58 UTC (rev 21117)
+++ kde-extras/smb4k/trunk/debian/rules	2018-04-11 05:36:11 UTC (rev 21118)
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kf5
+	dh $@ --with kf5
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DINSTALL_PLASMOID=false -DINSTALL_HEADER_FILES=OFF




More information about the pkg-kde-commits mailing list