++ debug(DEBUG_STATUS, "reallocating logbufflen to %d bytes for file %s", logbufflen, file->filename);
--- cvsps-2.1.orig/debian/control
+++ cvsps-2.1/debian/control
+Maintainer: Michael Casadevall <sonicmctails@gmail.com>
+Build-Depends: debhelper (>> 4.0.0), zlib1g-dev, dpatch
+Standards-Version: 3.7.2
+Depends: ${shlibs:Depends}, cvs
+Description: Tool to generate CVS patch set information
+ CVSps is a program for generating 'patch set' information from a CVS
+ repository. A patch set in this case is defined as a set of changes made
+ to a collection of files, all committed at the same time (using a single
+ 'cvs commit' command). This information is valuable for seeing the
+ big picture of the evolution of a CVS project. While CVS tracks revision
+ information, it is often difficult to see what changes were committed
+ 'atomically' to the repository.
--- cvsps-2.1.orig/debian/compat
+++ cvsps-2.1/debian/compat
--- cvsps-2.1.orig/debian/rules
+++ cvsps-2.1/debian/rules
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+# Uncomment this to turn on verbose mode.
+configure: configure-stamp
+ # Add here commands to configure the package.
+build: configure-stamp build-stamp
+clean: clean-patched unpatch
+ rm -f build-stamp configure-stamp
+ [ ! -f Makefile ] || $(MAKE) clean