Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package xdot [ Reason ] Fixing a (non-filed) RC bug - missing dependency on numpy. https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/1496 [ Impact ] The package may not be usable, if the user doesn't have numpy installed, already. [ Tests ] No automated tests. Manually tested that the package is still installable, and works. [ Risks ] Trivial change. [ 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 unblock xdot/1.2-2
diff -Nru xdot-1.2/debian/changelog xdot-1.2/debian/changelog --- xdot-1.2/debian/changelog 2020-11-23 16:08:19.000000000 -0400 +++ xdot-1.2/debian/changelog 2021-06-18 10:01:16.000000000 -0400 @@ -1,3 +1,9 @@ +xdot (1.2-2) unstable; urgency=medium + + * Add missing dependency on python3-numpy, introduced in 1.2. + + -- Stefano Rivera <stefa...@debian.org> Fri, 18 Jun 2021 10:01:16 -0400 + xdot (1.2-1) unstable; urgency=low [ Stefano Rivera ] diff -Nru xdot-1.2/debian/control xdot-1.2/debian/control --- xdot-1.2/debian/control 2020-11-23 16:08:19.000000000 -0400 +++ xdot-1.2/debian/control 2021-06-18 10:01:16.000000000 -0400 @@ -22,6 +22,7 @@ graphviz, python3-gi, python3-gi-cairo, + python3-numpy, ${misc:Depends}, ${python3:Depends} Description: interactive viewer for Graphviz dot files