Control: tags -1 + patch

use chrpath instead of patchelf (broken on mips64el)
diff -Nru plplot-5.15.0+dfsg2/debian/changelog plplot-5.15.0+dfsg2/debian/changelog
--- plplot-5.15.0+dfsg2/debian/changelog	2024-01-19 12:24:17.000000000 +0100
+++ plplot-5.15.0+dfsg2/debian/changelog	2024-02-29 01:58:07.000000000 +0100
@@ -1,3 +1,10 @@
+plplot (5.15.0+dfsg2-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use chrpath instead of patchelf. Closes: #1063796.
+
+ -- Matthias Klose <d...@debian.org>  Thu, 29 Feb 2024 01:58:07 +0100
+
 plplot (5.15.0+dfsg2-7+deb13u1) unstable; urgency=medium
 
   * d/rules: Avoid FTBFS on armhf.
diff -Nru plplot-5.15.0+dfsg2/debian/control plplot-5.15.0+dfsg2/debian/control
--- plplot-5.15.0+dfsg2/debian/control	2024-01-19 12:24:17.000000000 +0100
+++ plplot-5.15.0+dfsg2/debian/control	2024-02-29 01:58:07.000000000 +0100
@@ -6,6 +6,7 @@
            Rafael Laboissière <raf...@debian.org>
 Standards-Version: 4.6.2
 Build-Depends: camlidl,
+               chrpath,
                cmake (>= 2.6.3),
                debhelper-compat (= 13),
                default-jdk,
@@ -37,7 +38,6 @@
                m4,
                ocaml-findlib,
                ocaml-nox,
-               patchelf,
                pkg-config,
                pyqt5-dev,
                python3-dev,
diff -Nru plplot-5.15.0+dfsg2/debian/rules plplot-5.15.0+dfsg2/debian/rules
--- plplot-5.15.0+dfsg2/debian/rules	2024-01-19 12:24:17.000000000 +0100
+++ plplot-5.15.0+dfsg2/debian/rules	2024-02-29 01:58:07.000000000 +0100
@@ -84,7 +84,7 @@
 	    debian/tmp/usr/share/plplot*/examples/tk/tk*
 
 	# Remove RUNPATH from OCaml binding library
-	patchelf --remove-rpath debian/tmp/usr/lib/ocaml/stublibs/dllplplot_stubs.so
+	chrpath --delete debian/tmp/usr/lib/ocaml/stublibs/dllplplot_stubs.so
 
 	dh_numpy3
 

Reply via email to