[neon/qt/pyside2/Neon/release] debian: Build with bundled patchelf on mips64el again.

Dmitry Shachnev null at kde.org
Thu Jul 25 03:06:04 BST 2024


Git commit 395e8563a306ae5639ef59578e8023c11c9a053d by Dmitry Shachnev.
Committed on 24/01/2024 at 20:16.
Pushed by carlosdem into branch 'Neon/release'.

Build with bundled patchelf on mips64el again.

M  +2    -0    debian/changelog
M  +1    -1    debian/control

https://invent.kde.org/neon/qt/pyside2/-/commit/395e8563a306ae5639ef59578e8023c11c9a053d

diff --git a/debian/changelog b/debian/changelog
index caffe6ab..9a75553b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ pyside2 (5.15.12-2) UNRELEASED; urgency=medium
   * Backport upstream patches to support Python 3.12.
   * Blacklist registry::existence_test. It was never actually run, but
     Python 3.12 started considering it a failure when all tests are skipped.
+  * Build with bundled patchelf on mips64el again.
+    - Restore update-patchelf.patch which was removed in 5.15.2-1~exp1.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 23 Jan 2024 15:39:08 +0300
 
diff --git a/debian/control b/debian/control
index dceb7a1d..706b3310 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Build-Depends: chrpath,
                libxml2-dev,
                libxslt1-dev,
                llvm-15-dev,
-               patchelf,
+               patchelf [!mips64el],
                python3-dev,
                python3-distro,
                python3-setuptools,



More information about the Neon-commits mailing list