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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: deps
Section: devel
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.6.0)
Maintainer: Yann Dirson <dirson@debian.org>
Standards-Version: 3.6.2
Package: libdeps-perl
Architecture: all
Depends: libset-object-perl, ${perl:Depends}, ${misc:Depends}
Recommends: libdeps-renderer-dot-perl | libdeps-renderer
Replaces: graph-includes (<< 0.12)
Conflicts: graph-includes (<< 0.12)
Description: Dependency Extraction and Processing System
Toolkit to extract internal dependencies from a project, manipulate
the dependency graph in arbitrary ways, and produce graphs to help in
managing your project, including locating abusive #includes.
.
It aims to be fully generic and pluggable, but is still under
development. However, several aspects are already possible to
customize. Eg, you can provide your own graph transformations,
styling rules, and graph renderers.
Package: libdeps-renderer-dot-perl
Architecture: all
Depends: libdeps-perl, graphviz, ${perl:Depends}, ${misc:Depends}
Enhances: libdeps-perl
Provides: libdeps-renderer
Replaces: graph-includes (<< 0.12)
Conflicts: graph-includes (<< 0.12)
Description: DEPS renderer plugin using GraphViz/dot
Graphviz output support for the Dependency Extraction and Processing
System. Highly recommended.
Package: libdeps-renderer-tulip-perl
Architecture: all
Depends: libdeps-perl, tulip, ${perl:Depends}, ${misc:Depends}
Enhances: libdeps-perl
Provides: libdeps-renderer
Replaces: graph-includes (<< 0.12)
Conflicts: graph-includes (<< 0.12)
Description: DEPS renderer plugin using Tulip
Tulip output support for the Dependency Extraction and Processing
System. Tulip can render graphs in three dimensions using OpenGL,
but this plugin is currently very limited.
Package: deps-tools-cli
Architecture: all
Depends: libdeps-perl, libdeps-renderer-dot-perl | libdeps-renderer, ${perl:Depends}, ${misc:Depends}
Replaces: graph-includes (<< 0.12)
Conflicts: graph-includes (<< 0.12)
Description: DEPS command-line tools
Currently only contains the limited "graph-includes" tool.
.
Graph-includes creates a graph of dependencies between source-files
and/or groups of source-files, with an emphasis on getting readable
and usable graphs even for large projects.
.
Usability of the dependency graphs are currently improved by:
- customizable grouping of several source files into a single node
- transitive reduction of the graph
.
It currently supports graphing the C/C++ #include relationship, using
graphviz by default. Limited support is provided to draw 3D graphs
using tulip.
Package: graph-includes
Architecture: all
Depends: deps-tools-cli
Description: transitionnal package
This package solely exists to smooth the transition from
graph-includes to DEPS. It can be safely removed after upgrade.
|