[neon/forks/pyqt6/Neon/release] debian: Move uic module from pyqt6-dev-tools to python3-pyqt6.

Dmitry Shachnev null at kde.org
Mon Jul 27 14:39:11 BST 2026


Git commit b25d38e20323d3e21058c2e08aa8bc6d129bcb23 by Dmitry Shachnev.
Committed on 26/05/2026 at 10:31.
Pushed by carlosdem into branch 'Neon/release'.

Move uic module from pyqt6-dev-tools to python3-pyqt6.

LP: #2154237.

M  +6    -0    debian/changelog
M  +1    -0    debian/control
M  +0    -1    debian/pyqt6-dev-tools.install
M  +1    -0    debian/python3-pyqt6.install

https://invent.kde.org/neon/forks/pyqt6/-/commit/b25d38e20323d3e21058c2e08aa8bc6d129bcb23

diff --git a/debian/changelog b/debian/changelog
index 848c781..028a16f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyqt6 (6.11.0-2) UNRELEASED; urgency=medium
+
+  * Move uic module from pyqt6-dev-tools to python3-pyqt6 (LP: #2154237).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 26 May 2026 13:28:44 +0300
+
 pyqt6 (6.11.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 74eac23..3143207 100644
--- a/debian/control
+++ b/debian/control
@@ -90,6 +90,7 @@ Description: Python bindings for Qt 6
   * QtTest
   * QtWidgets
   * QtXml
+  * uic
 
 Package: python3-pyqt6.qtbluetooth
 Architecture: linux-any
diff --git a/debian/pyqt6-dev-tools.install b/debian/pyqt6-dev-tools.install
index a78f1da..82763a6 100644
--- a/debian/pyqt6-dev-tools.install
+++ b/debian/pyqt6-dev-tools.install
@@ -1,4 +1,3 @@
 usr/bin/pylupdate6
 usr/bin/pyuic6
 usr/lib/python3/dist-packages/PyQt6/lupdate
-usr/lib/python3/dist-packages/PyQt6/uic
diff --git a/debian/python3-pyqt6.install b/debian/python3-pyqt6.install
index 0caa27a..f09702b 100644
--- a/debian/python3-pyqt6.install
+++ b/debian/python3-pyqt6.install
@@ -23,5 +23,6 @@ usr/lib/python3/dist-packages/PyQt6/QtXml.pyi
 usr/lib/python3/dist-packages/PyQt6/__init__.py
 usr/lib/python3/dist-packages/PyQt6/py.typed
 usr/lib/python3/dist-packages/PyQt6/sip.pyi
+usr/lib/python3/dist-packages/PyQt6/uic
 usr/lib/python3/dist-packages/pyqt6-*.dist-info/INSTALLER
 usr/lib/python3/dist-packages/pyqt6-*.dist-info/METADATA



More information about the Neon-commits mailing list