summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ef338a4..216ba22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ genbackupdata (1.8-1) UNRELEASED; urgency=low
* debian/control: Move Homepage: to source stanza.
* debian/control: Update Standards-Version to 3.9.5. No further
changes required.
+ * debian/control: Depend and build depend on python-crypto, to get
+ the ARC4 implementation.
-- Lars Wirzenius <liw@liw.fi> Sat, 29 Mar 2014 12:39:22 +0000
diff --git a/debian/control b/debian/control
index e320c11..799e8dd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ 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-ttystatus, python-cliapp, cmdtest, python-crypto
X-Python-Version: >= 2.6
Package: genbackupdata
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-cliapp (>= 0.9),
- python-ttystatus
+ 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