summaryrefslogtreecommitdiff
path: root/debian/control
blob: 9e02c67981a6415bb53ffcaf5eee0679d5545f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: genbackupdata
Maintainer: Lars Wirzenius <liw@liw.fi>
Homepage: http://liw.fi/genbackupdata/
Section: devel
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
    python-ttystatus, python-cliapp, cmdtest, python-crypto, pep8,
    pandoc, texlive-full
X-Python-Version: >= 2.6

Package: genbackupdata
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-cliapp (>= 0.9),
    python-ttystatus, python-crypto
Description: generate test data sets for backup software
 genbackupdata creates or modifies directory trees in ways that simulate
 real filesystems sufficiently well for performance testing of backup
 software. For example, it can create files that are a mix of small text
 files and big binary files, with the binary files containing random
 binary junk which compresses badly. This can then be backed up, and
 later the directory tree can be changed by creating new files, modifying
 files, or deleting or renaming files. The backup can then be run again.