[neon/qt/pyside2/Neon/unstable] debian: Remove dh-exec (debhelper now supports substitutions natively).

Dmitry Shachnev null at kde.org
Thu Jun 15 10:12:13 BST 2023


Git commit 7f062dd9ef9db4bf87325a0c87cb0f90be709af9 by Dmitry Shachnev.
Committed on 04/01/2023 at 19:39.
Pushed by carlosdem into branch 'Neon/unstable'.

Remove dh-exec (debhelper now supports substitutions natively).

M  +1    -0    debian/changelog
M  +0    -1    debian/control
M  +0    -1    debian/libpyside2-dev.install
M  +0    -1    debian/libpyside2-py3-5.15.install
M  +0    -1    debian/libshiboken2-dev.install
M  +0    -1    debian/libshiboken2-py3-5.15.install

https://invent.kde.org/neon/qt/pyside2/-/commit/7f062dd9ef9db4bf87325a0c87cb0f90be709af9

diff --git a/debian/changelog b/debian/changelog
index 9fadd015..e1ab62ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ pyside2 (5.15.8-1) UNRELEASED; urgency=medium
     - shiboken6-Adapt-to-LLVM-12.01.patch
   * Refresh debian/patches/blacklist-failing-tests.patch.
   * Backport several upstream patches to support Python 3.11.
+  * Remove dh-exec (debhelper now supports substitutions natively).
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 31 Dec 2022 21:24:57 +0300
 
diff --git a/debian/control b/debian/control
index f736f262..58c3f77f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Kurt Kremitzki <kkremitzki at debian.org>
 Build-Depends: chrpath,
                cmake (>= 3.1),
                debhelper-compat (= 13),
-               dh-exec,
                dh-python,
                graphviz,
                libclang-dev,
diff --git a/debian/libpyside2-dev.install b/debian/libpyside2-dev.install
old mode 100755
new mode 100644
index 6a8e25e2..3eb64ff8
--- a/debian/libpyside2-dev.install
+++ b/debian/libpyside2-dev.install
@@ -1,4 +1,3 @@
-#!/usr/bin/dh-exec --with=subst
 pyside3_install/py3*-relwithdebinfo/include/PySide2 usr/include
 pyside3_install/py3*-relwithdebinfo/share/PySide2 usr/share
 pyside3_install/py3*-relwithdebinfo/lib/pkgconfig/pyside2.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
diff --git a/debian/libpyside2-py3-5.15.install b/debian/libpyside2-py3-5.15.install
old mode 100755
new mode 100644
index 28f46bee..cd81eb81
--- a/debian/libpyside2-py3-5.15.install
+++ b/debian/libpyside2-py3-5.15.install
@@ -1,4 +1,3 @@
-#!/usr/bin/dh-exec
 pyside3_install/py3*-relwithdebinfo/lib/libpyside2*.so.* usr/lib/${DEB_HOST_MULTIARCH}
 pyside3_install/py3*-relwithdebinfo/lib/python*/site-packages/PySide2/_git_pyside_version.py usr/lib/python3/dist-packages/PySide2
 pyside3_install/py3*-relwithdebinfo/lib/python*/site-packages/PySide2/__init__.py usr/lib/python3/dist-packages/PySide2
diff --git a/debian/libshiboken2-dev.install b/debian/libshiboken2-dev.install
old mode 100755
new mode 100644
index 58d76073..b2dd32ad
--- a/debian/libshiboken2-dev.install
+++ b/debian/libshiboken2-dev.install
@@ -1,4 +1,3 @@
-#!/usr/bin/dh-exec --with=subst
 pyside3_install/py3*-relwithdebinfo/include/shiboken2 usr/include
 pyside3_install/py3*-relwithdebinfo/lib/pkgconfig/shiboken2.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
 pyside3_install/py3*-relwithdebinfo/lib/libshiboken2*.so usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libshiboken2-py3-5.15.install b/debian/libshiboken2-py3-5.15.install
old mode 100755
new mode 100644
index 10e7460b..1bc21225
--- a/debian/libshiboken2-py3-5.15.install
+++ b/debian/libshiboken2-py3-5.15.install
@@ -1,3 +1,2 @@
-#!/usr/bin/dh-exec
 pyside3_install/py3*-relwithdebinfo/lib/libshiboken2*.so.* usr/lib/${DEB_HOST_MULTIARCH}
 pyside3_install/py3*-relwithdebinfo/lib/python3*/site-packages/shiboken2/* usr/lib/python3/dist-packages/shiboken2



More information about the Neon-commits mailing list