summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-09-30 01:29:20 +0300
committerLars Wirzenius <liw@iki.fi>2007-09-30 01:29:20 +0300
commita573391d50b789f9d2d39a26932b4c2d276224fd (patch)
treebb578b7af839df96f7dd39ee87f26b91c01731ab /debian/control
parenta07d968d2d66ced014664a6b3d6c4a807e78938e (diff)
downloadgenbackupdata-a573391d50b789f9d2d39a26932b4c2d276224fd.tar.gz
Removed Debian packaging from trunk, since it does not belong there. Will make a new branch for that.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 3c3b5c0..0000000
--- a/debian/control
+++ /dev/null
@@ -1,21 +0,0 @@
-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: all
-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.