[neon/qt/pyside2/Neon/release] debian: Build with system patchelf on all architectures.

Dmitry Shachnev null at kde.org
Wed Oct 19 14:56:29 BST 2022


Git commit a982be2a58b5479ea8f09ab91fa8255b2144b1e2 by Dmitry Shachnev.
Committed on 16/12/2020 at 17:40.
Pushed by jriddell into branch 'Neon/release'.

Build with system patchelf on all architectures.

It is now available on mipsel and mips64el too.

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

https://invent.kde.org/neon/qt/pyside2/commit/a982be2a58b5479ea8f09ab91fa8255b2144b1e2

diff --git a/debian/changelog b/debian/changelog
index a3180653..bf910108 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ pyside2 (5.15.2-1) UNRELEASED; urgency=medium
   * Rebase other patches.
   * Backport upstream changes to pass --reuse-build only to commands that
     support it.
+  * Build with system patchelf on all architectures. It is now available on
+    mipsel and mips64el too.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 16 Dec 2020 20:21:03 +0300
 
diff --git a/debian/control b/debian/control
index 0f15772b..12c4bfe0 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends: chrpath,
                libxml2-dev,
                libxslt1-dev,
                llvm-9-dev,
-               patchelf [!mips64el !mipsel !mips],
+               patchelf,
                python3-all-dev,
                python3-distro,
                python3-setuptools,



More information about the Neon-commits mailing list