complexity 1.13-1 source package in Ubuntu

Changelog

complexity (1.13-1) unstable; urgency=medium

  * Update to latest upstream version 1.13
  * Upstream 1.13 added explicit license to the offending file that mandated
    source repackaging in all previous versions which is now DFSG compatible
  * Remove gnulib generated stuff during build since there is no repackaging
  * Update standards to 4.6.0, no changes
  * Bump debhelper-compat to 13, no changes
  * Update watch to version 4
  * Add upstream metadata
  * New maintainer (Closes: #959161)

 -- Boian Bonev <email address hidden>  Sun, 12 Sep 2021 20:52:29 +0000

Upload details

Uploaded by:
Boian Bonev
Uploaded to:
Sid
Original maintainer:
Boian Bonev
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
complexity_1.13-1.dsc 2.1 KiB 8346f1760d905183efd1202c56840418b2bedecf178b44688d6fa9923c39de17
complexity_1.13.orig.tar.xz 445.6 KiB 80a625a87ee7c17fed02fb39482a7946fc757f10d8a4ffddc5372b4c4b739e67
complexity_1.13.orig.tar.xz.asc 659 bytes ed4c64a0e5b591303bf1a114a4d02326e7db237e4f07502aff01651ea2b588b7
complexity_1.13-1.debian.tar.xz 6.4 KiB 9521049dc564456cc291d44c435a4dba3caa792b4a7cdee0c04ca30611ed6b70

Available diffs

No changes file available.

Binary packages built by this source

complexity: tool for analyzing the complexity of C program functions

 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

complexity-dbgsym: debug symbols for complexity
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.