complexity 1.5+dfsg-1 source package in Ubuntu

Changelog

complexity (1.5+dfsg-1) unstable; urgency=medium

  * New upstream release, which fix issues with non-Unix line endings
    (Closes: #816244)
  * Standards version bump -- 3.9.7 (No changes needed)

 -- Dmitry Bogatov <email address hidden>  Tue, 01 Mar 2016 22:20:16 +0300

Upload details

Uploaded by:
Dmitry Bogatov
Uploaded to:
Sid
Original maintainer:
Dmitry Bogatov
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
complexity_1.5+dfsg-1.dsc 1.9 KiB 36b624d0f4b2be321abc969f1cf3a55f40370e2e072442735a263fe062773d4d
complexity_1.5+dfsg.orig.tar.xz 296.2 KiB 83f055a82074d708caaab05f829ba30377e18a5715f70b88ac351783d3f77fd4
complexity_1.5+dfsg-1.debian.tar.xz 4.9 KiB d3ec8475290e670f48a554d449e2fe429dae2f50ddf9613fe5039cd001576a22

Available diffs

No changes file available.

Binary packages built by this source

complexity: No summary available for complexity in ubuntu yakkety.

No description available for complexity in ubuntu yakkety.

complexity-dbgsym: No summary available for complexity-dbgsym in ubuntu yakkety.

No description available for complexity-dbgsym in ubuntu yakkety.

complexity-doc: tool for analyzing the complexity of C program (documentation)

 Complexity measurement tool help to:
 .
  * locate suspicious areas in unfamiliar code
  * get an idea of how much effort may be required to understand that
    code
  * get an idea of the effort required to test a code base
  * provide a reminder to yourself. You may see what you've written
     as obvious, but others may not.
 .
 Comparing with existing tool McCabe, this program improves scoring
 of following language constructs:
 .
  * code length
  * switch statement
  * logic conditions
 .
 This package contains documentation in TexInfo format.