cgvg 1.6.2-4 source package in Ubuntu

Changelog

cgvg (1.6.2-4) unstable; urgency=medium

  * QA upload.
  * debian/docs: AUTHORS entry added.
  * debian/tests/control: removed a Test-Command.

 -- Felipe Amorim <email address hidden>  Sat, 20 Jul 2019 17:24:37 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
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
Jammy release universe devel
Focal release universe devel

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cgvg_1.6.2-4.dsc 1.7 KiB 7ffb13bbcd7ad4c006cd6b556267d17c80c1e43cb4c6a5902e5f2a9e421cd633
cgvg_1.6.2.orig.tar.gz 41.1 KiB d702f61c6c61414b690e8f8f4ac3f186d13c31f84a217b94d384f8037b9ab102
cgvg_1.6.2-4.debian.tar.xz 3.6 KiB 911c7a1429dbd87bc455fc209abdd7882fe5cc8fc36bd31222446486accaf285

Available diffs

No changes file available.

Binary packages built by this source

cgvg: command-line source browsing tool

 cgvg is a pair of Perl scripts ("cg" and "vg") which are meant to
 assist a programmer in doing command-line source browsing.
 .
 The idea is you can easily search for keywords in the code, and jump
 to the file and line where a match is found. Used with ctags(1), this
 can really help with jumping around and following code. Some features
 include a human-readable output, coloring, bold (and alternate
 bolding), and just sheer convenience for a programmer.
 .
 cgvg uses the Perl internal find and does its own searching, rather
 than being a wrapper for UNIX find(1) and grep(1). There is a
 ~/.cgvgrc file for per-user configuration, and some nice features
 like coloring, and multiple log files.