Source: libgraph-writer-graphviz-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Oswald <xoswald@debian.org>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libgraph-perl,
 libgraph-readwrite-perl,
 libgraphviz-perl,
 libio-all-perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Graph-Writer-GraphViz/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libgraph-writer-graphviz-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgraph-writer-graphviz-perl.git

Package: libgraph-writer-graphviz-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libgraph-readwrite-perl,
 libgraphviz-perl,
 libio-all-perl
Description: GraphViz Writer for Graph object
 Graph::Writer::GraphViz is a class for writing out a Graph object with GraphViz
 module. All GraphViz formats should be supported without a problem.
 .
 Unlike other Graph::Writer modules, this module provide an extra parameter
 '-format' to new() method, in order to save different format. Other supported
 GraphViz parameters are -layout, -ranksep, -shape, -fontsize, -arrowsize.
