1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: cvsdelta
Section: vcs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 4.1), cdbs
Build-Depends-Indep: ruby (>> 1.6)
Standards-Version: 3.8.1
XS-Vcs-Git: git://git.debian.org/git/collab-main/cvsdelta.git
XS-Vcs-Browser: http://git.debian.org/?p=collab-maint/cvsdelta.git
Package: cvsdelta
Architecture: all
Depends: ${misc:Depends}
Description: Summarize differences in a CVS repository
cvsdelta summarizes the difference between a CVS project and its
local version. It detects files that have been added and removed, and
of existing files it counts the number of lines that have been added,
deleted, and changed. It filters project changes by using .cvsignore
files, both system-wide and locally.
|