[neon/forks/pyqt5/Neon/release] debian: Remove dbgsym migration code.
Dmitry Shachnev
null at kde.org
Mon Sep 2 12:05:42 BST 2024
Git commit 0d976ec538a172b671e2178358fd1942f8ea859b by Dmitry Shachnev.
Committed on 08/07/2023 at 17:18.
Pushed by jriddell into branch 'Neon/release'.
Remove dbgsym migration code.
M +1 -0 debian/changelog
M +0 -12 debian/rules
https://invent.kde.org/neon/forks/pyqt5/-/commit/0d976ec538a172b671e2178358fd1942f8ea859b
diff --git a/debian/changelog b/debian/changelog
index b7df73e9..bf0f4e9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pyqt5 (5.15.9+dfsg-2) UNRELEASED; urgency=medium
* Add a patch to make pyrcc5 generate reproducible output
(closes: #1024114). Thanks Chris Lamb and Timo Röhling!
+ * Remove dbgsym migration code.
-- Dmitry Shachnev <mitya57 at debian.org> Sat, 08 Jul 2023 20:01:32 +0300
diff --git a/debian/rules b/debian/rules
index fc15bfba..fc49d3ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,6 @@ SPLIT=10
DEFAULT_PYTHON := $(shell py3versions -vd)
ALLPYTHONS := $(shell py3versions -vr)
-PYQT_MODULES := opengl remoteobjects sql webchannel webkit websockets xmlpatterns svg \
- multimedia quick serialport sensors texttospeech x11extras positioning bluetooth nfc
-
-PY_PACKAGE_NAMES := pyqt5 $(PYQT_MODULES:%=pyqt5.qt%) dbus.mainloop.pyqt5
-
export QT_SELECT=qt5
# STRIP is unset to let stripping be handled by dh_strip
@@ -109,12 +104,5 @@ override_dh_auto_clean:
override_dh_installdocs:
dh_installdocs -A NEWS
-override_dh_strip-arch:
- dh_strip -ppyqt5-dev-tools
- set -e; \
- for p in $(PY_PACKAGE_NAMES:%=python3-%); do \
- DH_OPTIONS= dh_strip -p$$p --dbgsym-migration="$$p-dbg (<< 5.15.4+dfsg-4~)"; \
- done
-
override_dh_python3:
dh_python3 -N pyqt5-examples
More information about the Neon-commits
mailing list