~ubuntu-branches/ubuntu/wily/cvsdelta/wily

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: cvsdelta
Section: devel
Priority: optional
Maintainer: Eric Dorland <eric@debian.org>
Build-Depends-Indep: debhelper (>= 4.1), cdbs, ruby (>> 1.6)
Standards-Version: 3.6.2.2

Package: cvsdelta
Architecture: all
Depends: cvs, ruby (>> 1.6)
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.