File: control

package info (click to toggle)
filetraq 0.3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: sh: 182; makefile: 1
file content (18 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: filetraq
Section: admin
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Build-Depends: cdbs, debhelper (>= 9)
Standards-Version: 3.9.1
Vcs-Git: https://salsa.debian.org/debian/filetraq.git
Vcs-Browser: https://salsa.debian.org/debian/filetraq

Package: filetraq
Architecture: all
Depends: ${misc:Depends}
Suggests: systraq
Description: Small utility to keep track of changes in config files
 FileTraq is a shell script that reads a list of files to watch, runs
 diff against each file and its backup, and reports any discrepancies, along
 with keeping a dated backup of the original.
 It's designed to be run as a cron job.