1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: rcs-blame
Section: devel
Priority: optional
Maintainer: наб <nabijaczleweli@nabijaczleweli.xyz>
Build-Depends: debhelper-compat (= 13), flex, bison
Standards-Version: 4.7.0
Homepage: https://invisible-island.net/rcs-blame/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/rcs-blame.git
Vcs-Browser: https://salsa.debian.org/debian/rcs-blame
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.
|