]> granicus.if.org Git - graphviz/commitdiff
update debian starting point to: graphviz_2.18-1ubuntu2.diff.gz
authorellson <devnull@localhost>
Mon, 25 Aug 2008 19:20:38 +0000 (19:20 +0000)
committerellson <devnull@localhost>
Mon, 25 Aug 2008 19:20:38 +0000 (19:20 +0000)
debian/control [deleted file]

diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index 87b0cc6..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-Source: graphviz
-Section: graphics
-Priority: optional
-Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
-XSBC-Original-Maintainer: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
-Standards-Version: 3.7.3
-Build-Depends: tk8.4-dev, tcl8.4-dev, debhelper (>= 5), libfreetype6-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libxaw7-dev, bison, flex, autotools-dev, pdksh, libexpat1-dev, libfontconfig1-dev, libltdl3-dev, swig, libperl-dev, libgd2-noxpm-dev (>= 2.0.35), quilt (>= 0.40), groff-base, ghostscript, liblualib50-dev, ruby, ruby1.8-dev, php5-dev, php5-cli, ocaml-nox, python-dev, python-minimal, libcairo2-dev, libpango1.0-dev, guile-1.6-dev, d-shlibs, python-support
-Vcs-Git: git://git.debian.org/git/collab-maint/graphviz.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/graphviz.git
-Homepage: http://www.graphviz.org/
-
-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 graphically
-   * 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
- .
- This package contains the command-line tools.
-
-Package: libgv-guile
-Architecture: any
-Section: interpreters
-Depends: ${shlibs:Depends}
-Description: Guile bindings for graphviz
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package contains the guile (1.6) bindings.
-
-Package: libgv-lua
-Architecture: any
-Section: interpreters
-Depends: ${shlibs:Depends}
-Description: Lua bindings for graphviz
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package contains the lua5.1 bindings.
-
-Package: libgv-ocaml
-Architecture: any
-Section: libs
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
-Description: OCaml bindings for graphviz
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package contains the OCaml bindings. The associated development files
- are in the libgraphviz-dev package so as to limit the number of binary
- packages.
-
-Package: libgv-perl
-Architecture: any
-Section: perl
-Depends: ${perl:Depends}, ${shlibs:Depends}
-Conflicts: graphviz (<< 2.12-1)
-Description: Perl bindings for graphviz
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package contains the Perl bindings.
-
-Package: libgv-php5
-Architecture: any
-Section: interpreters
-Depends: ${shlibs:Depends}
-Description: Php5 bindings for graphviz
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package contains the Php5 bindings.
-
-Package: libgv-python
-Architecture: any
-Section: interpreters
-Depends: ${shlibs:Depends}, ${python:Depends}
-Description: Python bindings for graphviz
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package contains the Python (2.5) bindings.
-
-Package: libgv-ruby
-Architecture: any
-Section: interpreters
-Depends: ${shlibs:Depends}, ruby1.8
-Description: Ruby bindings for graphviz
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package contains the Ruby (1.8) bindings.
-
-
-Package: libgv-tcl
-Architecture: any
-Section: interpreters
-Depends: ${shlibs:Depends}
-Conflicts: graphviz (<< 2.12-1)
-Description: Tcl bindings for graphviz
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package contains the Tcl (8.4) bindings.
-
-Package: libgraphviz4
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}
-Description: rich set of graph drawing tools
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package contains the libraries.
-
-Package: libgraphviz-dev
-Architecture: any
-Section: libdevel
-Depends: libgraphviz4 (= ${binary:Version}), ${devlibs:Depends}
-Suggests: ocaml-base-nox-${F:OCamlABI}, ocaml-findlib
-Conflicts: graphviz-dev (<< 2.12-1), libgraphviz3-dev, libgraphviz4-dev (<< 2.16-3)
-Replaces: libgraphviz3-dev, libgraphviz4-dev (<< 2.16-3)
-Provides: graphviz-dev
-Description: graphviz libs and headers against which to build applications
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package installs the libraries and headers necessary to link graphviz
- library routines into an application. It also installs additional man pages.
- .
- This package also contains the OCaml development files.
- .
- Note: A graphviz user doesn't need to install this package.
-
-Package: graphviz-doc
-Architecture: all
-Section: doc
-Conflicts: graphviz (<< 2.12-1)
-Suggests: graphviz
-Description: additional documentation for graphviz
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package installs HTML and PDF documentation for Graphviz, as well as
- examples.
-
-Package: graphviz-dev
-Architecture: all
-Depends: libgraphviz-dev
-Description: transitional package for graphviz-dev rename
- Graphviz is a set of graph drawing tools. See the description of the graphviz
- package for a full description.
- .
- This package is targeted at easing the upgrade from older graphviz-dev to the
- new libgraphviz-dev package.
- .
- This package can be purged at anytime once the libgraphviz-dev package has
- been installed.