complexity 1.10+dfsg-3 source package in Ubuntu

Changelog

complexity (1.10+dfsg-3) unstable; urgency=medium

  * Update Vcs-* fields in debian/control.
  * Update maintainer email
  * Build-depend on `debhelper-compat' (obsoletes `debian/compat')

 -- Dmitry Bogatov <email address hidden>  Sat, 24 Nov 2018 18:50:02 +0000

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

Downloads

File Size SHA-256 Checksum
complexity_1.10+dfsg-3.dsc 2.0 KiB 407bda7c3de732c0894ec98bcb178cfd6c58f6d1fb69168cd22b8860926f2bb9
complexity_1.10+dfsg.orig.tar.xz 300.1 KiB 35d8b9fabc0a1ebe73ec4fc09709d5ca26d4312df93895fe2032a2c67c4d46d9
complexity_1.10+dfsg-3.debian.tar.xz 5.2 KiB 7d811257f448f4b25f3e9ddb1a2a09e1ab50d7e4fa4c5b02e7b9d3a3465b54ea

Available diffs

No changes file available.

Binary packages built by this source

complexity: No summary available for complexity in ubuntu disco.

No description available for complexity in ubuntu disco.

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

No description available for complexity-dbgsym in ubuntu disco.

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.