summaryrefslogtreecommitdiff
path: root/debian/control
blob: 01ed1d6611d1d0ad60b705509fb593bd414ab795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: summain
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: misc
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), python-all (>= 2.7~),
    python-all-dev (>= 2.7~), python-cliapp (>= 0.7), cmdtest,
    pep8, pylint
Homepage: http://liw.fi/summain/
X-Python-Version: >= 2.7

Package: summain
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, 
    python-cliapp (>= 0.7)
Description: create file manifests with checksums
 Summain generates file manifests, which contain metadata about the files,
 and a checksum of their content for regular files. The manifest can be
 generated for a directory tree at different points in time and compared
 (with diff) to see if something has changed.