Package: graphviz Version: 2.8-2.3 Severity: normal Please find attached the diff for my graphviz 2.8-2.4 NMU.
-- Cyril Brulebois
diff -urN graphviz-2.8~/cmd/tools/Makefile.am graphviz-2.8/cmd/tools/Makefile.am --- graphviz-2.8~/cmd/tools/Makefile.am 2006-11-17 21:35:18.000000000 +0100 +++ graphviz-2.8/cmd/tools/Makefile.am 2006-11-17 21:36:27.000000000 +0100 @@ -75,7 +75,7 @@ nop_LDADD = \ $(top_builddir)/lib/ingraphs/libingraphs.la \ - $(top_builddir)/lib/graph/libgraph.la + $(top_builddir)/lib/agraph/libagraph.la gvcolor_SOURCES = gvcolor.c colxlate.c colortbl.h diff -urN graphviz-2.8~/cmd/tools/Makefile.in graphviz-2.8/cmd/tools/Makefile.in --- graphviz-2.8~/cmd/tools/Makefile.in 2006-11-17 21:35:18.000000000 +0100 +++ graphviz-2.8/cmd/tools/Makefile.in 2006-11-17 21:36:27.000000000 +0100 @@ -450,7 +450,7 @@ nop_SOURCES = nop.c nop_LDADD = \ $(top_builddir)/lib/ingraphs/libingraphs.la \ - $(top_builddir)/lib/graph/libgraph.la + $(top_builddir)/lib/agraph/libagraph.la gvcolor_SOURCES = gvcolor.c colxlate.c colortbl.h gvcolor_LDADD = \ diff -urN graphviz-2.8~/debian/changelog graphviz-2.8/debian/changelog --- graphviz-2.8~/debian/changelog 2006-11-17 21:35:18.000000000 +0100 +++ graphviz-2.8/debian/changelog 2006-11-17 21:37:14.000000000 +0100 @@ -1,3 +1,14 @@ +graphviz (2.8-2.4) unstable; urgency=low + + * Non-maintainer upload. + * Fixed totally broken `nop' utility by applying a patch backported from the + 2.9 version, fixing the linking against a wrong library. Since the current + packaging doesn't provide any means of keeping patches separate, the files + cmd/tools/Makefile.{am,in} are patched directly, using the patch submitted + in the BTS (closes: #359870). + + -- Cyril Brulebois <[EMAIL PROTECTED]> Fri, 17 Nov 2006 21:05:35 +0100 + graphviz (2.8-2.3) unstable; urgency=medium * Non-maintainer upload.