cgvg 1.6.2-2.1 source package in Ubuntu

Changelog

cgvg (1.6.2-2.1) unstable; urgency=low


  * Non-maintainer upload.
  * Add Depends on libperl4-corelibs-perl (Closes: #658946)
  * Move debhelper from Build-Depends-Indep to Build-Depends
    (fixes Lintian error)

 -- Dominic Hargreaves <email address hidden>  Sun, 18 Mar 2012 12:49:48 +0000

Upload details

Uploaded by:
Sergio Talens-Oliag
Uploaded to:
Sid
Original maintainer:
Sergio Talens-Oliag
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cgvg_1.6.2-2.1.dsc 964 bytes 279112d2529af8fb8af1c626499c98384f6887365685c5b849457f463e2015f7
cgvg_1.6.2.orig.tar.gz 41.1 KiB d702f61c6c61414b690e8f8f4ac3f186d13c31f84a217b94d384f8037b9ab102
cgvg_1.6.2-2.1.diff.gz 2.2 KiB 1350ad98a9314e0230e58ec19c47c498f457cc628dbee6e5b861f633f5af1ad5

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, bolding (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.