[neon/backports-focal/pyside2/Neon/unstable] debian: no Data Visualization or Qt5 Scxml in neon so remove those, tests do not build so remove those

Jonathan Riddell null at kde.org
Wed Jun 30 14:18:53 BST 2021


Git commit 829791bc8296eab68a040dec5f76e81857aa334a by Jonathan Riddell.
Committed on 30/06/2021 at 13:18.
Pushed by jriddell into branch 'Neon/unstable'.

no Data Visualization or Qt5 Scxml in neon so remove those, tests do not build so remove those

M  +0    -27   debian/control
M  +2    -7    debian/rules

https://invent.kde.org/neon/backports-focal/pyside2/commit/829791bc8296eab68a040dec5f76e81857aa334a

diff --git a/debian/control b/debian/control
index 3ee7e17..bdb8e85 100644
--- a/debian/control
+++ b/debian/control
@@ -11,11 +11,8 @@ Build-Depends: chrpath,
                graphviz,
                libclang-dev,
                libqt5charts5-dev (>= 5.15),
-               libqt5datavisualization5-dev (>= 5.15) [!mips64el !mipsel !mips],
                libqt5opengl5-dev (>= 5.15),
                libqt5remoteobjects5-dev (>= 5.15),
-               libqt5scxml5-bin (>= 5.15),
-               libqt5scxml5-dev (>= 5.15),
                libqt5sensors5-dev (>= 5.15),
                libqt5serialport5-dev (>= 5.15),
                libqt5svg5-dev (>= 5.15),
@@ -664,18 +661,6 @@ 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
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
- python3-pyside2.qtgui, python3-pyside2.qtcore
-Description: Python bindings for Qt5 Data Visualization (Python 3)
- pyside2 provides Python bindings for Qt 5.x framework.
- .
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains Python 3 bindings for the QtDataVisualization module.
-
 Package: python3-pyside2.qtopenglfunctions
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
@@ -688,18 +673,6 @@ Description: Python bindings for Qt5 Open GL Functions (Python 3)
  .
  This package contains Python 3 bindings for the OpenGLFunctions module.
 
-Package: python3-pyside2.qtscxml
-Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
- python3-pyside2.qtcore
-Description: Python bindings for Qt5 Scxml (Python 3)
- pyside2 provides Python bindings for Qt 5.x framework.
- .
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains Python 3 bindings for the Scxml module.
-
 Package: python3-pyside2.qtwebengine
 Architecture: amd64 arm64 armhf i386 mipsel
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
diff --git a/debian/rules b/debian/rules
index cb53dc8..55bac6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ endif
 
 export PYBUILD_NAME=pyside2
 export PYBUILD_SYSTEM=distutils
-export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose-build --no-examples --build-tests --doc-build-online --ignore-git $(OPTION_JOBS)
+export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose-build --no-examples --doc-build-online --ignore-git $(OPTION_JOBS)
 
 export MAIN_VERSION_UPSTREAM := $(shell echo $(DEB_VERSION_UPSTREAM))
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
@@ -53,9 +53,4 @@ override_dh_install-arch:
 	debian/set-paths
 
 override_dh_auto_test:
-ifeq (mips64el,$(DEB_HOST_ARCH))
-	# See https://bugs.debian.org/868745
-	QSG_NO_DEPTH_BUFFER=1 xvfb-run python3 testrunner.py test
-else
-	xvfb-run python3 testrunner.py test
-endif
+	true


More information about the Neon-commits mailing list