mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
control: Build-depend on python-jinja2, add CSR files to python- ipaclient.
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -11,6 +11,8 @@ freeipa (4.5.0-1) UNRELEASED; urgency=medium
|
||||
fix-ipa-conf.diff, fix-replicainstall.diff
|
||||
* control et al: Memcached is not used anymore.
|
||||
* control, server.install: Depend on gssproxy.
|
||||
* control: Build-depend on python-jinja2, add CSR files to python-
|
||||
ipaclient.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Tue, 14 Mar 2017 16:55:45 +0200
|
||||
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -38,6 +38,7 @@ Build-Depends:
|
||||
python-dbus,
|
||||
python-dnspython (>= 1.11.1),
|
||||
python-gssapi,
|
||||
python-jinja2,
|
||||
python-kdcproxy,
|
||||
python-ldap (>= 2.4.15),
|
||||
python-lesscpy,
|
||||
@@ -256,6 +257,7 @@ Depends:
|
||||
freeipa-common (= ${binary:Version}),
|
||||
python-dnspython,
|
||||
python-ipalib (>= ${source:Version}),
|
||||
python-jinja2,
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
Description: FreeIPA centralized identity framework -- Python modules for ipaclient
|
||||
|
||||
3
debian/python-ipaclient.install
vendored
3
debian/python-ipaclient.install
vendored
@@ -1,5 +1,8 @@
|
||||
usr/lib/python*/dist-packages/ipaclient-*.egg-info
|
||||
usr/lib/python*/dist-packages/ipaclient/*.py
|
||||
usr/lib/python*/dist-packages/ipaclient/csrgen/profiles/*.json
|
||||
usr/lib/python*/dist-packages/ipaclient/csrgen/rules/*.json
|
||||
usr/lib/python*/dist-packages/ipaclient/csrgen/templates/*.tmpl
|
||||
usr/lib/python*/dist-packages/ipaclient/plugins/*.py
|
||||
usr/lib/python*/dist-packages/ipaclient/remote_plugins/*.py
|
||||
usr/lib/python*/dist-packages/ipaclient/remote_plugins/2_*/*.py
|
||||
|
||||
Reference in New Issue
Block a user