deps 0.13-4.2 source package in Ubuntu

Changelog

deps (0.13-4.2) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/rules: Add build-{arch,indep} (Closes: #999186).

 -- Marcos Talau <email address hidden>  Wed, 02 Nov 2022 17:52:37 -0300

Upload details

Uploaded by:
Yann Dirson
Uploaded to:
Sid
Original maintainer:
Yann Dirson
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
deps_0.13-4.2.dsc 1.8 KiB 403d67ead7d8cdc8c158ba200db0b35248d0bffbccd3d6ca79b1aaf381dc3cd7
deps_0.13.orig.tar.gz 34.3 KiB 2872b7399dd82732f2bdc127360c025ba5e9ba113938630a06f33c0a5b5332f1
deps_0.13-4.2.diff.gz 3.5 KiB 6a616a82ef5bde6e63a94582ded1cedbd02937885c58b44df720174f9cd8100d

Available diffs

No changes file available.

Binary packages built by this source

deps-tools-cli: 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.

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

libdeps-renderer-dot-perl: DEPS renderer plugin using GraphViz/dot

 Graphviz output support for the Dependency Extraction and Processing
 System. Highly recommended.