[neon/qt/qtbase/Neon/testing] debian: Add a patch to loosen xcb-util requirement from 0.3.9 to 0.3.8.

Dmitry Shachnev null at kde.org
Tue May 18 11:01:28 BST 2021


Git commit 2a464c17fad9ded8497ab34dc855dc08f76f7e0f by Dmitry Shachnev.
Committed on 20/11/2020 at 12:30.
Pushed by sitter into branch 'Neon/testing'.

Add a patch to loosen xcb-util requirement from 0.3.9 to 0.3.8.

See #975259.

M  +2    -0    debian/changelog
A  +24   -0    debian/patches/loosen_xcb-util_requirement.diff
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/qt/qtbase/commit/2a464c17fad9ded8497ab34dc855dc08f76f7e0f

diff --git a/debian/changelog b/debian/changelog
index 16e6ce6..247e49f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ qtbase-opensource-src (5.15.2+dfsg-1) UNRELEASED; urgency=medium
     - clone_sigchld.diff
   * Bump ABI version to qtbase-abi-5-15-2.
   * Update debian/copyright using debian/scripts/update-copyright.
+  * Add a patch to loosen xcb-util requirement from 0.3.9 to 0.3.8
+    (see #975259).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 20 Nov 2020 15:26:57 +0300
 
diff --git a/debian/patches/loosen_xcb-util_requirement.diff b/debian/patches/loosen_xcb-util_requirement.diff
new file mode 100644
index 0000000..77e9571
--- /dev/null
+++ b/debian/patches/loosen_xcb-util_requirement.diff
@@ -0,0 +1,24 @@
+Description: loosen xcb-util requirement to 0.3.8
+ Debian has an ancient version, but there are no major changes between
+ 0.3.8 and 0.3.9.
+ .
+ Drop this patch when https://bugs.debian.org/975259 is fixed.
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: not-needed
+Last-Update: 2020-11-19
+
+--- a/src/gui/configure.json
++++ b/src/gui/configure.json
+@@ -602,10 +602,10 @@
+             "use": "xcb"
+         },
+         "xcb_util": {
+-            "label": "XCB Util >= 0.3.9",
++            "label": "XCB Util >= 0.3.8",
+             "headers": "xcb/xcb_util.h",
+             "sources": [
+-                { "type": "pkgConfig", "args": "xcb-util >= 0.3.9" },
++                { "type": "pkgConfig", "args": "xcb-util >= 0.3.8" },
+                 "-lxcb-util"
+             ],
+             "use": "xcb"
diff --git a/debian/patches/series b/debian/patches/series
index 9635796..59bcb3e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ qdoc_default_incdirs.diff
 path_max.diff
 qstorageinfo_linux.diff
 cross_build_mysql.diff
+loosen_xcb-util_requirement.diff



More information about the Neon-commits mailing list