mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
control: Fix freeipa-tests depends.
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
12
debian/control
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user