[neon/forks/pyqt5/Neon/release-lts] debian: Remove QtNetworkAuth packages, upstream moved them to a separate source.
Dmitry Shachnev
null at kde.org
Wed May 26 11:29:30 BST 2021
Git commit 301328864037206c10af669727adf124439f7ad2 by Dmitry Shachnev.
Committed on 25/02/2021 at 11:45.
Pushed by jriddell into branch 'Neon/release-lts'.
Remove QtNetworkAuth packages, upstream moved them to a separate source.
M +1 -0 debian/changelog
M +0 -29 debian/control
D +0 -1 debian/python3-pyqt5.qtnetworkauth-dbg.install
D +0 -2 debian/python3-pyqt5.qtnetworkauth.install
M +1 -1 debian/rules
https://invent.kde.org/neon/forks/pyqt5/commit/301328864037206c10af669727adf124439f7ad2
diff --git a/debian/changelog b/debian/changelog
index d8b29435..e52076c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pyqt5 (5.15.3+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Remove QtNetworkAuth packages, upstream moved them to a separate source.
-- Dmitry Shachnev <mitya57 at debian.org> Thu, 25 Feb 2021 14:41:58 +0300
diff --git a/debian/control b/debian/control
index db71233e..2762246c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends: debhelper-compat (= 13),
libdbus-1-dev (>= 1.0.2),
libglib2.0-dev,
libjs-jquery,
- libqt5networkauth5-dev,
libqt5opengl5-dev (>= 5.9.1),
libqt5remoteobjects5-dev,
libqt5sensors5-dev (>= 5.9.1),
@@ -584,31 +583,3 @@ Description: Python bindings for Qt NFC module (debug extension)
The Qt NFC API provides connectivity between NFC enabled devices.
.
This package contains the extension built for the Python 3 debug interpreter.
-
-Package: python3-pyqt5.qtnetworkauth
-Architecture: any
-Depends: python3-pyqt5 (= ${binary:Version}),
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
-Description: Python bindings for Qt Network Authorization module
- Qt Network Authorization provides a set of APIs that enable Qt applications
- to obtain limited access to online accounts and HTTP services without
- exposing users' passwords.
- .
- This package contains the Python 3 version of this module.
-
-Package: python3-pyqt5.qtnetworkauth-dbg
-Section: debug
-Architecture: any
-Depends: python3-dbg,
- python3-pyqt5-dbg (= ${binary:Version}),
- python3-pyqt5.qtnetworkauth (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Description: Python bindings for Qt Network Authorization module (debug extension)
- Qt Network Authorization provides a set of APIs that enable Qt applications
- to obtain limited access to online accounts and HTTP services without
- exposing users' passwords.
- .
- This package contains the extension built for the Python 3 debug interpreter.
diff --git a/debian/python3-pyqt5.qtnetworkauth-dbg.install b/debian/python3-pyqt5.qtnetworkauth-dbg.install
deleted file mode 100644
index 842297c8..00000000
--- a/debian/python3-pyqt5.qtnetworkauth-dbg.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/python3/dist-packages/PyQt5/QtNetworkAuth.cpython-*.so
diff --git a/debian/python3-pyqt5.qtnetworkauth.install b/debian/python3-pyqt5.qtnetworkauth.install
deleted file mode 100644
index ed91d273..00000000
--- a/debian/python3-pyqt5.qtnetworkauth.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/python3/dist-packages/PyQt5/QtNetworkAuth.abi3.so
-usr/lib/python3/dist-packages/PyQt5/QtNetworkAuth.pyi
diff --git a/debian/rules b/debian/rules
index e0e59c26..615700e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ DEFAULT_PYTHON := $(shell py3versions -vd)
ALLPYTHONS := $(shell py3versions -vr)
PYQT_MODULES := opengl remoteobjects sql webchannel webkit websockets xmlpatterns svg \
- multimedia quick serialport sensors texttospeech x11extras positioning bluetooth nfc networkauth
+ multimedia quick serialport sensors texttospeech x11extras positioning bluetooth nfc
PY_PACKAGE_NAMES := pyqt5 $(PYQT_MODULES:%=pyqt5.qt%) dbus.mainloop.pyqt5
More information about the Neon-commits
mailing list