[neon/qt/pyside2/Neon/release] debian: Stop hardcoding py3.8 in debian/shiboken2-doc.docs.

Dmitry Shachnev null at kde.org
Wed Oct 19 14:56:28 BST 2022


Git commit 23baba66e952ef6a03f5b6cf7bd3e5bf314e8c6b by Dmitry Shachnev.
Committed on 11/12/2020 at 17:58.
Pushed by jriddell into branch 'Neon/release'.

Stop hardcoding py3.8 in debian/shiboken2-doc.docs.

Just py3* will work even if there are two supported Python versions:
dh_installdocs will process two directories one after the other, and
the contents of the last directory will remain.

Closes: #976900.

M  +1    -0    debian/changelog
M  +1    -1    debian/shiboken2-doc.docs

https://invent.kde.org/neon/qt/pyside2/commit/23baba66e952ef6a03f5b6cf7bd3e5bf314e8c6b

diff --git a/debian/changelog b/debian/changelog
index a4933674..27c5724e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ pyside2 (5.15.0-6) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Drop ftbfs-old-qt.patch. Not needed since Debian has Qt 5.15.
+  * Stop hardcoding py3.8 in debian/shiboken2-doc.docs (closes: #976900).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 11 Dec 2020 15:37:19 +0300
 
diff --git a/debian/shiboken2-doc.docs b/debian/shiboken2-doc.docs
index d3a722a2..bc427a51 100644
--- a/debian/shiboken2-doc.docs
+++ b/debian/shiboken2-doc.docs
@@ -1 +1 @@
-pyside3_build/py3.8-*-relwithdebinfo/shiboken2/doc/html
+pyside3_build/py3*-relwithdebinfo/shiboken2/doc/html



More information about the Neon-commits mailing list