1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: cvsdelta
Section: vcs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://sourceforge.net/projects/cvsdelta
Vcs-Browser: https://salsa.debian.org/debian/cvsdelta
Vcs-Git: https://salsa.debian.org/debian/cvsdelta.git
Package: cvsdelta
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ruby:any
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.
|