[neon/qt6/qt6-libqaccessibilityclient/Neon/unstable] debian: bump dh compat to 11

Pino Toscano null at kde.org
Mon Mar 13 14:22:57 GMT 2023


Git commit f0d0e826a748bcb34c959f5ab1dd590796be68f3 by Pino Toscano.
Committed on 22/07/2018 at 20:45.
Pushed by jriddell into branch 'Neon/unstable'.

bump dh compat to 11

M  +4    -0    debian/changelog
M  +1    -1    debian/compat
M  +1    -1    debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-libqaccessibilityclient/commit/f0d0e826a748bcb34c959f5ab1dd590796be68f3

diff --git a/debian/changelog b/debian/changelog
index d752e7c..a1f31fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,10 @@ libqaccessibilityclient (0.2.0-0r1) UNRELEASED; urgency=medium
     build with newer versions of GCC/Clang; patch
     upstream_Compile-with-clang-and-make-sure-qHash-works-with-Ac.patch.
     (Closes: #897792)
+  * 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>  Sun, 20 May 2018 19:34:58 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index ad5afb5..33f4d2e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.6~), debhelper (>= 9), pkg-kde-tools,
+Build-Depends: cmake (>= 2.8.6~), debhelper (>= 11~), pkg-kde-tools,
  qtbase5-dev,
 Standards-Version: 3.9.8
 Homepage: https://phabricator.kde.org/source/libqaccessibilityclient
diff --git a/debian/rules b/debian/rules
index 1fb093b..35dcc7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidden
 
 %:
-	dh $@ --parallel --with pkgkde_symbolshelper
+	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	dh_auto_configure -- \



More information about the Neon-commits mailing list