[Pkg-freeipa-devel] freeipa: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Thu Mar 5 13:49:18 UTC 2015


 debian/changelog |    6 ++++++
 debian/control   |   12 +++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

New commits:
commit d275653d6172d2d69942a22d2081b92f4452f514
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Thu Mar 5 15:49:14 2015 +0200

    control: Fix freeipa-tests depends.

diff --git a/debian/changelog b/debian/changelog
index 3f7c596..60abeb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freeipa (4.0.5-4) UNRELEASED; urgency=medium
+
+  * control: Fix freeipa-tests depends.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Thu, 05 Mar 2015 15:49:03 +0200
+
 freeipa (4.0.5-3) unstable; urgency=medium
 
   * rules: Set JAVA_STACK_SIZE to hopefully avoid FTBFS on exotic archs.
diff --git a/debian/control b/debian/control
index eb7a6aa..4a79324 100644
--- a/debian/control
+++ b/debian/control
@@ -176,7 +176,17 @@ Description: FreeIPA centralized identity framework -- admintools
 
 Package: freeipa-tests
 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
  FreeIPA is an integrated solution to provide centrally managed Identity
  (machine, user, virtual machines, groups, authentication credentials), Policy



More information about the Pkg-freeipa-devel mailing list