--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: wxpython4.0@packages.debian.org
Control: affects -1 + src:wxpython4.0
Please unblock package wxpython4.0
[ Reason ]
Remove reference to non-existent package (wx3.0-doc).
[ Impact ]
wxpython4.0 will get shipped with a Suggests for a non-existent package.
[ Tests ]
None.
[ Risks ]
Changes are trivial.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
[ Other info ]
None
unblock wxpython4.0/4.2.0+dfsg-3
diff -Nru wxpython4.0-4.2.0+dfsg/debian/changelog wxpython4.0-4.2.0+dfsg/debian/changelog
--- wxpython4.0-4.2.0+dfsg/debian/changelog 2023-02-23 19:34:57.000000000 -0500
+++ wxpython4.0-4.2.0+dfsg/debian/changelog 2023-03-15 20:27:44.000000000 -0400
@@ -1,3 +1,9 @@
+wxpython4.0 (4.2.0+dfsg-3) unstable; urgency=medium
+
+ * d/control: update wx3.0-doc Suggests to wx3.2-doc (Closes: #1032867)
+
+ -- Scott Talbert <swt@techie.net> Wed, 15 Mar 2023 20:27:44 -0400
+
wxpython4.0 (4.2.0+dfsg-2) unstable; urgency=medium
* d/control: make sip-tools requirements match python3-sipbuild
diff -Nru wxpython4.0-4.2.0+dfsg/debian/control wxpython4.0-4.2.0+dfsg/debian/control
--- wxpython4.0-4.2.0+dfsg/debian/control 2023-02-23 19:26:38.000000000 -0500
+++ wxpython4.0-4.2.0+dfsg/debian/control 2023-03-15 20:26:03.000000000 -0400
@@ -33,7 +33,7 @@
Package: python3-wxgtk4.0
Architecture: any
Depends: python3-pil, python3-six, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: wx3.0-doc
+Suggests: wx3.2-doc
Provides: ${python3:Provides}
Description: Python 3 interface to the wxWidgets Cross-platform C++ GUI toolkit
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
--- End Message ---