[neon/qt/pyside2/Neon/release] debian: Enable the Qt Data Visualization package on all architectures.

Dmitry Shachnev null at kde.org
Mon Oct 9 15:37:19 BST 2023


Git commit 439a7582de909ba34eba36ec7b65102940beb42f by Dmitry Shachnev.
Committed on 25/06/2023 at 18:28.
Pushed by jriddell into branch 'Neon/release'.

Enable the Qt Data Visualization package on all architectures.

Since this upload, that package builds on mips*, so we can use it:
https://tracker.debian.org/news/1390635/accepted-qtdatavis3d-everywhere-src-5156-3-source-into-unstable/

M  +1    -0    debian/changelog
M  +2    -2    debian/control

https://invent.kde.org/neon/qt/pyside2/-/commit/439a7582de909ba34eba36ec7b65102940beb42f

diff --git a/debian/changelog b/debian/changelog
index 794edda8..a7c8fa6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pyside2 (5.15.10-2) UNRELEASED; urgency=medium
 
   * Regenerate debian/tests/control using debian/tests/control.gen.
   * Enable the Qt WebEngine packages on mips64el.
+  * Enable the Qt Data Visualization package on all architectures.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 25 Jun 2023 19:11:04 +0300
 
diff --git a/debian/control b/debian/control
index 146a25dd..ad6a1cdb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: chrpath,
                graphviz,
                libclang-dev,
                libqt5charts5-dev (>= 5.15),
-               libqt5datavisualization5-dev (>= 5.15) [!mips64el !mipsel !mips],
+               libqt5datavisualization5-dev (>= 5.15),
                libqt5opengl5-dev (>= 5.15),
                libqt5remoteobjects5-dev (>= 5.15),
                libqt5scxml5-bin (>= 5.15),
@@ -664,7 +664,7 @@ Description: Python bindings for Qt5 WebSockets module (Python 3)
  This package contains Python 3 bindings for the QtWebSockets module.
 
 Package: python3-pyside2.qtdatavisualization
-Architecture: amd64 arm64 armel armhf i386 ppc64el s390x
+Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
  python3-pyside2.qtgui, python3-pyside2.qtcore
 Description: Python bindings for Qt5 Data Visualization (Python 3)



More information about the Neon-commits mailing list