Source: git-big-picture
Version: 1.3.0-1
Severity: serious
Tags: ftbfs patch
X-Debbugs-Cc: [email protected]

Hi,
Your package participates in the Graphviz transition. Currently it
FTBFS as the self-testing needs extra dependency and a separate tool
dependency as graphviz is now modularized. The autopkgtest also needs
the extra dependency. To make life easier, I provide a patch.

Regards,
Laszlo/GCS
diff -Nru git-big-picture-1.3.0/debian/control git-big-picture-1.3.0/debian/control
--- git-big-picture-1.3.0/debian/control	2024-03-09 01:50:25.000000000 +0100
+++ git-big-picture-1.3.0/debian/control	2025-12-09 08:51:20.000000000 +0100
@@ -8,6 +8,8 @@
                dh-sequence-python3,
                git <!nocheck>,
                graphviz <!nocheck>,
+               graphviz-tools <!nocheck>,
+               libgvplugin-pango <!nocheck>,
                python3-all,
                python3-cram <!nocheck>,
                python3-docutils <!nodoc>,
diff -Nru git-big-picture-1.3.0/debian/tests/control git-big-picture-1.3.0/debian/tests/control
--- git-big-picture-1.3.0/debian/tests/control	2024-03-09 01:50:25.000000000 +0100
+++ git-big-picture-1.3.0/debian/tests/control	2025-12-09 08:51:20.000000000 +0100
@@ -1,3 +1,3 @@
 Test-Command: cram3 test.cram
-Depends: git-big-picture, python3-cram
+Depends: git-big-picture, python3-cram, libgvplugin-pango
 Features: test-name=cram

Reply via email to