File: control

package info (click to toggle)
changetrack 4.7-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 232 kB
  • ctags: 15
  • sloc: perl: 1,066; sh: 65; makefile: 48
file content (22 lines) | stat: -rw-r--r-- 969 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: changetrack
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Vcs-Hg: http://hg.debian.org/hg/collab-maint/changetrack/changetrack
Homepage: http://changetrack.sourceforge.net

Package: changetrack
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Recommends: cron, ed | rcs
Description: monitor changes to (configuration) files
 A program to automatically monitor changes to a set of files.  If
 files are modified one day, and the machine stops working correctly
 some days later, changetrack provides information on which files were
 modified, and thus helps locate the problem.  If you tell changetrack
 to use either the line editor ed (the default) or The Revision
 Control System (RCS), you can recover files to any previous stage.
 If you do not want to install Perl, try out the filetraq or diffmon
 package.  Another similar program is etckeeper.