File: control

package info (click to toggle)
graphviz 2.8-3%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 20,480 kB
  • ctags: 22,071
  • sloc: ansic: 163,260; cpp: 36,565; sh: 25,024; yacc: 2,358; tcl: 1,808; makefile: 1,745; cs: 805; perl: 801; ml: 649; awk: 160; lex: 153; python: 105; ruby: 32; php: 6
file content (56 lines) | stat: -rw-r--r-- 2,476 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: graphviz
Section: graphics
Priority: optional
Maintainer: Cyril Brulebois <kibi@debian.org>
Standards-Version: 3.6.2
Build-Depends: tk8.4-dev, tcl8.4-dev, debhelper (>=4.0.0), libfreetype6-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libxaw7-dev, bison, flex, autotools-dev, pdksh, libttf-dev, libexpat1-dev, libfontconfig1-dev, libltdl3-dev, swig, libperl-dev, libgd2-xpm-dev

Package: graphviz
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: gdtclft
Suggests: msttcorefonts, gsfonts, graphviz-doc
Description: rich set of graph drawing tools 
 Graph drawing addresses the problem of visualizing structural information 
 by constructing geometric representations of abstract graphs and networks. 
 Automatic generation of graph drawings has important applications in key 
 technologies such as database design, software engineering, VLSI and 
 network design and visual interfaces in other domains. Situations where 
 these tools might be particularly useful include:
 .
   * you would like to restructure a program and first need to understand 
     the relationships between its types, procedures, and source files.
   * you need to find the bottlenecks in an Internet backbone - not only
     individual links, but their relationships
   * you're debugging a protocol or microarchitecture represented as a
     finite state machine and need to figure out how a certain
     error state arises
   * you would like to browse a database schema, knowledge base, or
     distributed program represented pictorially
   * you would like to see an overview of a collection of linked documents
   * you would like to discover patterns and communities of interest in a
     database of telephone calls or e-mail messages
 .
 Homepage: http://www.graphviz.org

Package: graphviz-dev
Architecture: any
Depends: graphviz (= ${Source-Version}), libltdl3-dev
Section: devel
Description: graphviz Libs and Headers aginst which to build applications
 Graphviz is a set of graph drawing tools
 .
 This package installs the libraries and headers necessary to link graphviz
 library routines into your application. It also installs additional man
 pages.
 .
 NOTE: as a user of graphviz this package does not need to be installed.

Package: graphviz-doc
Architecture: all
Section: doc
Suggests: graphviz
Description: additional documentation for graphviz
 Graphviz is a set of graph drawing tools
 .
 This package installs additional html and pdf documentation for Graphviz.