--- cgvg-1.6.2.orig/debian/rules
+++ cgvg-1.6.2/debian/rules
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=1
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+
+ ./configure --prefix=/usr --mandir=\$${prefix}/share/man
+ # Add here commands to compile the package.
+ $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ # Add here commands to clean up after the build process.
+ -$(MAKE) distclean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/tmp.
+ $(MAKE) install prefix=`pwd`/debian/tmp/usr
+
+ touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_installchangelogs ChangeLog
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_perl
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- cgvg-1.6.2.orig/debian/changelog
+++ cgvg-1.6.2/debian/changelog
@@ -0,0 +1,52 @@
+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 <dom@earth.li> Sun, 18 Mar 2012 12:49:48 +0000
+
+cgvg (1.6.2-2) unstable; urgency=low
+
+ * Fixed typo on package description. (Closes: Bug#268499)
+ * Upgraded Standards to 3.6.1.1.
+
+ -- Sergio Talens-Oliag <sto@debian.org> Wed, 1 Sep 2004 21:44:46 +0200
+
+cgvg (1.6.2-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Sergio Talens-Oliag <sto@debian.org> Wed, 13 Mar 2002 16:12:08 +0100
+
+cgvg (1.6.1-4) unstable; urgency=low
+
+ * Corrected a bug in the builtin pager. (closes: Bug#101631)
+
+ -- Sergio Talens-Oliag <sto@debian.org> Fri, 22 Jun 2001 13:18:51 +0200
+
+cgvg (1.6.1-3) unstable; urgency=low
+
+ * First upload to debian. (closes: Bug#95201)
+
+ -- Sergio Talens-Oliag <sto@debian.org> Wed, 25 Apr 2001 12:25:23 +0200
+
+cgvg (1.6.1-2) unstable; urgency=low
+
+ * Fix lintian bug (old copyright location).
+
+ -- Sergio Talens-Oliag <sto@isoco.com> Mon, 18 Dec 2000 11:08:22 +0100
+
+cgvg (1.6.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Sergio Talens-Oliag <sto@isoco.com> Tue, 14 Nov 2000 14:43:17 +0100
+
+cgvg (1.6.0-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Sergio Talens-Oliag <sto@uv.es> Fri, 5 Nov 1999 00:12:30 +0100
+
--- cgvg-1.6.2.orig/debian/dirs
+++ cgvg-1.6.2/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
--- cgvg-1.6.2.orig/debian/control
+++ cgvg-1.6.2/debian/control
@@ -0,0 +1,25 @@
+Source: cgvg
+Section: devel
+Priority: optional
+Maintainer: Sergio Talens-Oliag <sto@debian.org>
+Build-Depends: debhelper (>> 3.0.0)
+Standards-Version: 3.6.1.1
+
+Package: cgvg
+Architecture: all
+Depends: perl | perl5, libperl4-corelibs-perl | perl (<< 5.12.3-7)
+Suggests: ctags
+Description: 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.
--- cgvg-1.6.2.orig/debian/docs
+++ cgvg-1.6.2/debian/docs
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO
--- cgvg-1.6.2.orig/debian/README.debian
+++ cgvg-1.6.2/debian/README.debian
@@ -0,0 +1,6 @@
+cgvg for Debian
+---------------
+
+For a sample .cgvgrc file see /usr/share/cgvg/cgvgrc-example
+
+Sergio Talens-Oliag <sto@debian.org>, Tue Nov 14 15:51:33 CET 2000
--- cgvg-1.6.2.orig/debian/copyright
+++ cgvg-1.6.2/debian/copyright
@@ -0,0 +1,10 @@
+This package was debianized by Sergio Talens-Oliag <sto@debian.org> on
+Tue, Nov 14 15:52:06 CET 2000.
+
+It was downloaded from http://linux.ucla.edu/~uzi/cgvg/cgvg-1.6.1.tar.gz
+
+Upstream Author: Joshua Uziel <juziel@home.com>
+
+Copyright:
+
+GPL, on debian systems look in '/usr/share/common-licenses/GPL'.