File: control

package info (click to toggle)
libgraph-writer-graphviz-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 144 kB
  • sloc: perl: 1,385; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,228 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
23
24
25
26
27
28
29
30
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.