summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-07-13 03:59:55 +0300
committerLars Wirzenius <liw@iki.fi>2007-07-13 03:59:55 +0300
commita9bac3e955ab3b6721c89304c962c730a80c5563 (patch)
tree3fc36d16e492d5c3e9cd282e8a82685817ddb923 /debian/control
parentc04cd40ae3e291fd74ff108f87b9a889af6ad7bc (diff)
downloadgenbackupdata-a9bac3e955ab3b6721c89304c962c730a80c5563.tar.gz
First attempt at debian packaging.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c986360
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: genbackupdata
+Maintainer: Lars Wirzenius <liw@iki.fi>
+Section: devel
+Priority: optional
+Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38),
+ python-central (>= 0.5.6), python
+XS-Python-Version: all
+
+Package: genbackupdata
+Architecture: any
+Depends: ${python:Depends}
+XB-Python-Version: ${python:Versions}
+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.