diff --git a/debian/changelog b/debian/changelog index cc13b179e..813076455 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,12 @@ freeipa (4.7.2+git20190502-1) UNRELEASED; urgency=medium -- Timo Aaltonen Fri, 26 Apr 2019 00:12:20 +0300 +freeipa (4.7.2-3) unstable; urgency=medium + + * control: Move python-jwcrypto to python-ipaserver depends. + + -- Timo Aaltonen Mon, 06 May 2019 08:43:34 +0300 + freeipa (4.7.2-2+exp1) experimental; urgency=medium * rules: Build the server for experimental. diff --git a/debian/control.common b/debian/control.common index 6e5ff9c27..1ac4fe5d3 100644 --- a/debian/control.common +++ b/debian/control.common @@ -95,7 +95,6 @@ Depends: python-dbus, python-dnspython, python-gssapi, - python-jwcrypto, python-ldap, python-libipa-hbac, python-lxml, diff --git a/debian/control.server b/debian/control.server index d9397f410..b4565da90 100644 --- a/debian/control.server +++ b/debian/control.server @@ -132,6 +132,7 @@ Depends: python-gssapi, python-ipaclient (= ${binary:Version}), python-ipalib (>= ${source:Version}), + python-jwcrypto, python-kdcproxy, python-ldap (>= 2.4.22), python-libsss-nss-idmap,