cloc 1.98-1 source package in Ubuntu

Changelog

cloc (1.98-1) unstable; urgency=medium

  * New upstream version 1.98
  * Update Maintainer field (Closes: #920103)
  * Clean up after tests to permit rebuild (Closes: #1043679)
  * Remove stray "binary" target in debian/rules

 -- tony mancill <email address hidden>  Tue, 19 Sep 2023 10:22:58 -0700

Upload details

Uploaded by:
Tony Mancill
Uploaded to:
Sid
Original maintainer:
Tony Mancill
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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloc_1.98-1.dsc 1.8 KiB 49191cff9bef46c5ed317b720c33fded88dea202a5bd09aeb9fa8611a7fcb4c4
cloc_1.98.orig.tar.xz 410.0 KiB a0fd21ec6976d3471be7700817096486f6d098052e2017dcba38393c32691d87
cloc_1.98-1.debian.tar.xz 5.5 KiB 5509b819e056562c83e6416cdcfe5de74725c387d387b67d2097afc537f7e26f

Available diffs

No changes file available.

Binary packages built by this source

cloc: statistics utility to count lines of code

 Count physical lines of source code in the given files (may be
 archives such as compressed tarballs or zip files) and/or
 recursively below the given directories.
 .
 Counts blank lines, comment lines, and physical lines of source code
 in many programming languages. It is written entirely in Perl, using
 only modules from the standard distribution.