From bfe48eef42da48cc62800da06ab7296c5dfa2dc8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 2 Apr 2015 22:26:41 +0300 Subject: Add {,build} dependency on python-crypto --- debian/changelog | 2 ++ debian/control | 4 ++-- 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 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 -- cgit v1.2.1