[neon/qt/pyside2/Neon/release] debian: Import Debian changes 5.15.2-2.1
Nicholas D Steeves
null at kde.org
Wed Oct 19 14:56:30 BST 2022
Git commit 1e3c8127967fcbd1211dd889788b8543000e8324 by Nicholas D Steeves, on behalf of Christian Marillat.
Committed on 14/06/2022 at 20:52.
Pushed by jriddell into branch 'Neon/release'.
Import Debian changes 5.15.2-2.1
pyside2 (5.15.2-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Should always Build-Depends on python3-dev but not on python3-all-dev.
This package is unable to manage two python versions at the same time.
(Closes: #1008849)
M +9 -0 debian/changelog
M +1 -1 debian/control
https://invent.kde.org/neon/qt/pyside2/commit/1e3c8127967fcbd1211dd889788b8543000e8324
diff --git a/debian/changelog b/debian/changelog
index 44025054..bf6ee0b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pyside2 (5.15.2-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Should always Build-Depends on python3-dev but not on python3-all-dev.
+ This package is unable to manage two python versions at the same time.
+ (Closes: #1008849)
+
+ -- Christian Marillat <marillat at debian.org> Sun, 12 Jun 2022 18:30:03 +0200
+
pyside2 (5.15.2-2) unstable; urgency=medium
* Backport upstream patches for Python 3.10 support (closes: #999369).
diff --git a/debian/control b/debian/control
index 3ee7e17b..f736f262 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Build-Depends: chrpath,
libxslt1-dev,
llvm-dev,
patchelf,
- python3-all-dev,
+ python3-dev,
python3-distro,
python3-setuptools,
python3-sphinx,
More information about the Neon-commits
mailing list