control: Fix freeipa-tests depends.

This commit is contained in:
Timo Aaltonen
2015-03-05 15:49:14 +02:00
parent 997da94cd0
commit d275653d61
2 changed files with 17 additions and 1 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
freeipa (4.0.5-4) UNRELEASED; urgency=medium
* control: Fix freeipa-tests depends.
-- Timo Aaltonen <tjaalton@debian.org> Thu, 05 Mar 2015 15:49:03 +0200
freeipa (4.0.5-3) unstable; urgency=medium freeipa (4.0.5-3) unstable; urgency=medium
* rules: Set JAVA_STACK_SIZE to hopefully avoid FTBFS on exotic archs. * rules: Set JAVA_STACK_SIZE to hopefully avoid FTBFS on exotic archs.

12
debian/control vendored
View File

@@ -176,7 +176,17 @@ Description: FreeIPA centralized identity framework -- admintools
Package: freeipa-tests Package: freeipa-tests
Architecture: any Architecture: any
Depends: xz-utils, ${misc:Depends}, ${python:Depends} Depends:
freeipa-client (= ${binary:Version}),
python-freeipa (= ${binary:Version}),
python-nose,
python-paste,
python-coverage,
python-polib,
python-paramiko,
xz-utils,
${misc:Depends},
${python:Depends}
Description: FreeIPA centralized identity framework -- tests Description: FreeIPA centralized identity framework -- tests
FreeIPA is an integrated solution to provide centrally managed Identity FreeIPA is an integrated solution to provide centrally managed Identity
(machine, user, virtual machines, groups, authentication credentials), Policy (machine, user, virtual machines, groups, authentication credentials), Policy