1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: rcs-blame
Section: devel
Priority: optional
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
Build-Depends: debhelper (>= 9), autotools-dev, flex, bison
Standards-Version: 3.9.5
Homepage: https://invisible-island.net/rcs-blame/rcs-blame.html
Package: rcs-blame
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: rcs
Description: display the last modification for each line in an RCS file
Blame is the equivalent for CVS's annotate command.
.
An annotated RCS file describes the revision and date in which each line was
added to the file, and the author of each line.
|