Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
control: Move python-jwcrypto to python-ipaserver depends.
· 74cc1e36
Timo Aaltonen
authored
May 06, 2019
74cc1e36
releasing package freeipa version 4.7.2-3
· 4d268205
Timo Aaltonen
authored
May 06, 2019
4d268205
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4d268205
freeipa (4.7.2-3) unstable; urgency=medium
* control: Move python-jwcrypto to python-ipaserver depends.
-- Timo Aaltonen <tjaalton@debian.org> Mon, 06 May 2019 08:43:34 +0300
freeipa (4.7.2-2) unstable; urgency=medium
* tests: Disabled, they are for the server.
...
...
debian/control.common
View file @
4d268205
...
...
@@ -95,7 +95,6 @@ Depends:
python-dbus,
python-dnspython,
python-gssapi,
python-jwcrypto,
python-ldap,
python-libipa-hbac,
python-lxml,
...
...
debian/control.server
View file @
4d268205
...
...
@@ -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,
...
...