[neon/forks/pyqt6-charts/Neon/release] debian: Fix build with SIP ≥ 6.11 by using a lowercase name for dist-info.

Dmitry Shachnev null at kde.org
Mon Jul 27 14:45:00 BST 2026


Git commit 020068cb25a149719908d45c463063365948f69a by Dmitry Shachnev.
Committed on 19/10/2025 at 15:37.
Pushed by carlosdem into branch 'Neon/release'.

Fix build with SIP ≥ 6.11 by using a lowercase name for dist-info.

Closes: #1117760.

M  +7    -0    debian/changelog
M  +1    -1    debian/control
M  +3    -3    debian/not-installed

https://invent.kde.org/neon/forks/pyqt6-charts/-/commit/020068cb25a149719908d45c463063365948f69a

diff --git a/debian/changelog b/debian/changelog
index c7a217e..337fcd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyqt6-charts (6.9.0+dfsg-2) UNRELEASED; urgency=medium
+
+  * Fix build with SIP ≥ 6.11 by using a lowercase name for dist-info
+    (closes: #1117760).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 19 Oct 2025 18:36:07 +0300
+
 pyqt6-charts (6.9.0+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 7e90f14..83c0d31 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-all-dev,
                python3-pyqt6,
                python3-pyqtbuild,
-               python3-sipbuild,
+               python3-sipbuild (>= 6.11),
                qt6-charts-dev,
                qt6-tools-dev,
                sip-tools
diff --git a/debian/not-installed b/debian/not-installed
index ba6d146..b691868 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,3 +1,3 @@
-usr/lib/python3/dist-packages/PyQt6_Charts-*.dist-info/RECORD
-usr/lib/python3/dist-packages/PyQt6_Charts-*.dist-info/INSTALLER
-usr/lib/python3/dist-packages/PyQt6_Charts-*.dist-info/METADATA
+usr/lib/python3/dist-packages/pyqt6_charts-*.dist-info/RECORD
+usr/lib/python3/dist-packages/pyqt6_charts-*.dist-info/INSTALLER
+usr/lib/python3/dist-packages/pyqt6_charts-*.dist-info/METADATA



More information about the Neon-commits mailing list