[neon/forks/pyqt6-webengine/Neon/release] debian: Fix build with SIP ≥ 6.11 by using a lowercase name for dist-info.
Dmitry Shachnev
null at kde.org
Wed Dec 3 08:18:16 GMT 2025
Git commit 31122c7d3023b6ab5b0dcf1a4c4845013945b086 by Dmitry Shachnev.
Committed on 12/10/2025 at 10:35.
Pushed by carlosdem into branch 'Neon/release'.
Fix build with SIP ≥ 6.11 by using a lowercase name for dist-info.
Closes: #1117762.
M +7 -0 debian/changelog
M +1 -0 debian/control
M +1 -1 debian/not-installed
M +2 -2 debian/python3-pyqt6.qtwebengine.install
https://invent.kde.org/neon/forks/pyqt6-webengine/-/commit/31122c7d3023b6ab5b0dcf1a4c4845013945b086
diff --git a/debian/changelog b/debian/changelog
index 04ec160..d76b3a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyqt6-webengine (6.9.0-2) UNRELEASED; urgency=medium
+
+ * Fix build with SIP ≥ 6.11 by using a lowercase name for dist-info
+ (closes: #1117762).
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 12 Oct 2025 13:15:23 +0300
+
pyqt6-webengine (6.9.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index fd80690..c7c62b2 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13),
pyqt6-dev,
python3-all-dev,
python3-pyqtbuild (>= 1.17),
+ python3-sipbuild (>= 6.11),
qt6-base-dev (>= 6.2.4+dfsg-3~),
qt6-webengine-dev,
sip-tools (>= 6.9)
diff --git a/debian/not-installed b/debian/not-installed
index 08809c0..e6b3d78 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1 +1 @@
-usr/lib/python3/dist-packages/PyQt6_WebEngine-*.dist-info/RECORD
+usr/lib/python3/dist-packages/pyqt6_webengine-*.dist-info/RECORD
diff --git a/debian/python3-pyqt6.qtwebengine.install b/debian/python3-pyqt6.qtwebengine.install
index 7d8f9cc..fea503d 100644
--- a/debian/python3-pyqt6.qtwebengine.install
+++ b/debian/python3-pyqt6.qtwebengine.install
@@ -4,5 +4,5 @@ usr/lib/python3/dist-packages/PyQt6/QtWebEngineQuick.abi3.so
usr/lib/python3/dist-packages/PyQt6/QtWebEngineQuick.pyi
usr/lib/python3/dist-packages/PyQt6/QtWebEngineWidgets.abi3.so
usr/lib/python3/dist-packages/PyQt6/QtWebEngineWidgets.pyi
-usr/lib/python3/dist-packages/PyQt6_WebEngine-*.dist-info/INSTALLER
-usr/lib/python3/dist-packages/PyQt6_WebEngine-*.dist-info/METADATA
+usr/lib/python3/dist-packages/pyqt6_webengine-*.dist-info/INSTALLER
+usr/lib/python3/dist-packages/pyqt6_webengine-*.dist-info/METADATA
More information about the Neon-commits
mailing list