graphviz 2.26.3-8ubuntu1 source package in Ubuntu

Changelog

graphviz (2.26.3-8ubuntu1) precise; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - debian/patches/linkage: Add more explicit library linkage to cope with
      'ld --no-copy-dt-needed-entries'.

graphviz (2.26.3-8) unstable; urgency=low

  [ David Claughton ]
  * Switch Build Deps to unversioned tcl/tk-dev (Closes: #639288)
    - Includes symlink /usr/lib/tclConfig.sh pointing to /usr/lib/tcl8.5.
      Needed as configure.ac no longer finds tclConfig.sh on 64-bit builds
      (it looks for /usr/lib64/tclConfig but /usr/lib64 symlink no longer present).

  [ Christoph Egger ]
  * Remove ocaml bindings (Closes: #647435)

graphviz (2.26.3-7) unstable; urgency=low

  * refresh patches
  * Add patch by Petr Salinger to handle chroot case on kFreeBSD
    correctly (Closes: #575797)
  * Fix clean target

graphviz (2.26.3-6) unstable; urgency=low

  [ David Claughton ]
  * Fix capitalisation of PHP in package description (Closes: #613990)
  * Apply patch by Samuel Thibault to fix problem on Hurd causing
    doxygen FTBFS bugs - Thanks Samuel! (Closes: #578320)
  * Add Python 2.7 support (Closes: #623165). Thanks to Barry Warsaw
    for the patch and Mehdi Dogguy for additional work and testing.
    - Added dh-autoreconf as a Build-Dependency
    - Added patch python27-support
  * Simply patch 50_remove_changelog_in because we now autoreconf.
  * Minor fixes to dot.1 manpage. Thanks to Mats Erik Andersson
    for the patch. (Closes: #622781)

  [ Mehdi Dogguy ]
  * Rebuild with OCaml 3.12.0 (Closes: #623289).
 -- Colin Watson <email address hidden>   Fri, 18 Nov 2011 09:53:14 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
graphics
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
graphviz_2.26.3.orig.tar.gz 16.3 MiB f410996e69b1095237c2128deae5fc7b6ce99055b095271abb14447bc2f37fa1
graphviz_2.26.3-8ubuntu1.debian.tar.gz 49.3 KiB cbe237901d6471e3b9a650d1cdfe509df0d32edf295ce20ba381238274302a2b
graphviz_2.26.3-8ubuntu1.dsc 3.3 KiB c2b6a5e935ad756527a828273e37517971e321d32faa074060848077112e5540

View changes file

Binary packages built by this source

graphviz: 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.

graphviz-dev: 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.

graphviz-doc: 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.

libcdt4: rich set of graph drawing tools - cdt library

 Graphviz is a set of graph drawing tools. See the description of the graphviz
 package for a full description.
 .
 This package contains the cdt library.

libcgraph5: rich set of graph drawing tools - cgraph library

 Graphviz is a set of graph drawing tools. See the description of the graphviz
 package for a full description.
 .
 This package contains the cgraph library.

libgraph4: rich set of graph drawing tools - graph library

 Graphviz is a set of graph drawing tools. See the description of the graphviz
 package for a full description.
 .
 This package contains the graph library.

libgraphviz-dev: 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.
 .
 Note: A graphviz user doesn't need to install this package.

libgv-guile: 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.8) bindings.

libgv-lua: 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.

libgv-perl: 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.

libgv-php5: 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.

libgv-python: 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 bindings.

libgv-ruby: 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.

libgv-tcl: 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.5) bindings.

libgvc5: rich set of graph drawing tools - gvc library

 Graphviz is a set of graph drawing tools. See the description of the graphviz
 package for a full description.
 .
 This package contains the gvc library.

libgvc5-plugins-gtk: rich set of graph drawing tools - gtk plugins

 Graphviz is a set of graph drawing tools. See the description of the graphviz
 package for a full description.
 .
 This package contains the gtk and gdk-pixbuf plugins.

libgvpr1: rich set of graph drawing tools - gvpr library

 Graphviz is a set of graph drawing tools. See the description of the graphviz
 package for a full description.
 .
 This package contains the gvpr library.

libpathplan4: rich set of graph drawing tools - pathplan library

 Graphviz is a set of graph drawing tools. See the description of the graphviz
 package for a full description.
 .
 This package contains the pathplan library.

libxdot4: rich set of graph drawing tools - xdot library

 Graphviz is a set of graph drawing tools. See the description of the graphviz
 package for a full description.
 .
 This package contains the xdot library.