File: control

package info (click to toggle)
libgraph-writer-graphviz-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 108 kB
  • ctags: 61
  • sloc: perl: 734; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
Build-Depends-Indep: perl (>= 5.8.7), libio-all-perl, libgraphviz-perl, libgraph-readwrite-perl
Build-Depends: debhelper (>= 7), libmodule-build-perl, quilt
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Graph-Writer-GraphViz/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgraph-writer-graphviz-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgraph-writer-graphviz-perl/

Package: libgraph-writer-graphviz-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libgraphviz-perl, libgraph-perl, libio-all-perl, libgraph-readwrite-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.