Package: mk-configure / 0.29.1-3

Metadata

Package Version Patches format
mk-configure 0.29.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Split .dot into two separate files.patch | (download)

presentation/Makefile | 4 2 + 2 - 0 !
presentation/my_prjs1.dot | 8 0 + 8 - 0 !
presentation/my_prjs2.dot | 7 7 + 0 - 0 !
presentation/presentation.tex | 5 4 + 1 - 0 !
4 files changed, 13 insertions(+), 11 deletions(-)

 [patch] split .dot into two separate files

dot has a bug: graphs spanning multiple pages contain incorrect PostScript.

This is an upstream bug in graphviz. This patch a workaround for mk-configure.

This splits up the offending .dot file into two separate .dot files, each
with a single graph.

Closes: #895320
Signed-off-by: Andrej Shadura <andrewsh@debian.org>