freeipa/debian
2022-06-22 15:14:25 +03:00
..
missing-sources add stuff from webui.profile.js to missing-sources. 2016-09-01 11:28:34 +03:00
patches patches: Drop upstreamed patches. 2022-06-22 15:07:26 +03:00
source source: Extend diff-ignore. 2022-06-22 15:14:25 +03:00
tests tests: Disabled for a client-only build. 2021-12-15 16:37:06 +02:00
changelog source: Extend diff-ignore. 2022-06-22 15:14:25 +03:00
control control: Add systemd-timesyncd to freeipa-client Conflicts. (Closes: #1008195) 2022-03-29 12:04:35 +03:00
control.common control: Add systemd-timesyncd to freeipa-client Conflicts. (Closes: #1008195) 2022-03-29 12:04:35 +03:00
control.server control: Drop more of custodia. 2021-09-07 17:25:06 +03:00
control.server-bdeps control: Bump dogtag depends. 2021-09-07 17:24:04 +03:00
control.stub control, rules: Add --without-ipa-join-xml and drop libxmlrpc from depends. 2021-11-18 17:25:29 +02:00
copyright copyright: Fix duplicate-globbing-patterns lintian error. 2020-09-02 09:47:13 +03:00
freeipa-client-epn.install Move ipa-epn service to -client-epn package. 2020-10-01 13:53:49 +03:00
freeipa-client-samba.install control, install: Add freeipa-client-samba. 2019-08-09 00:09:13 +03:00
freeipa-client.dirs client.dirs: Add /var/lib/ipa-client/pki. 2018-02-22 03:08:25 +02:00
freeipa-client.install install: Added new files. 2020-12-07 23:41:27 +02:00
freeipa-client.lintian-overrides lintian: Drop override on python-script-but-no-python-dep, which doesn't exist anymore. 2021-10-13 15:45:44 +03:00
freeipa-client.postrm freeipa-client.post*: Use /var/log/ipaclient-upgrade.log instead of ipaupgrade.log, and remove it on purge. (Closes: #842071) 2016-10-26 19:34:58 +03:00
freeipa-client.tmpfiles client: Move .tmpfile -> .tmpfiles. 2021-11-18 11:15:28 +02:00
freeipa-common.install control: Split python stuff from server, client, tests to python- ipa{server,client,tests} 2016-01-04 14:23:49 +02:00
freeipa-server-dns.install Split freeipa-server-dns from server. 2016-01-05 10:06:29 +02:00
freeipa-server-trust-ad.install control, ipaserver: Move adtrustinstance python files to python- ipaserver, and add samba-common to python-ipaserver depends so that uninstall works. 2017-04-19 12:32:47 +03:00
freeipa-server.dirs server.dirs: Add missing directories, fix some permissions in postinst. 2018-04-06 17:20:11 +03:00
freeipa-server.docs *.install: Updated. 2017-03-15 09:59:28 +02:00
freeipa-server.install server.install: Updated. 2021-11-26 09:49:44 +02:00
freeipa-server.links wrap-and-sort -s 2015-09-24 04:52:32 +03:00
freeipa-server.lintian-overrides lintian: Drop override on python-script-but-no-python-dep, which doesn't exist anymore. 2021-10-13 15:45:44 +03:00
freeipa-server.postinst server.postinst: Drop old upgrade rules. 2021-11-18 18:52:43 +02:00
freeipa-server.postrm server.postinst/postrm: Enable/disable mod_ssl. 2018-04-06 17:31:43 +03:00
freeipa-server.prerm control, server: Migrate to mod-auth-gssapi. 2016-01-04 22:15:23 +02:00
freeipa-tests.install control: Split python stuff from server, client, tests to python- ipa{server,client,tests} 2016-01-04 14:23:49 +02:00
gitlab-ci.yml ci: Drop allowed failure for blhc, it passes now. 2021-10-13 16:44:38 +03:00
pydist-overrides d/pydist-overrides: Updated. 2019-08-09 00:28:22 +03:00
python3-ipaclient.install client: Drop csrgen 2021-06-17 13:11:43 +03:00
python3-ipalib.install .install: Updated. 2020-07-28 19:27:33 +03:00
python3-ipaserver.install Add new files for the server 2021-09-07 16:55:07 +03:00
python3-ipatests.install Migrate to python3. 2019-08-08 23:37:45 +03:00
python3-ipatests.lintian-overrides Migrate to python3. 2019-08-08 23:37:45 +03:00
README.source add stuff from webui.profile.js to missing-sources. 2016-09-01 11:28:34 +03:00
rules Build only the client, in order to be able to backport to bullseye. (Closes: #996946) 2021-12-15 16:32:08 +02:00
TODO Update TODO 2017-01-14 11:15:08 +02:00
watch watch: Fixed to find upstream rc's. 2020-12-07 23:03:25 +02:00

freeipa

Upstream does not ship unminified copies of various javascript files, so we must ship them
in debian/missing-sources. Minified build.js, dojo.js and freeipa/{app,core}.js
are built with a certain set of modules, so those bits are under missing-sources/{build,dojo}.
The list of modules needed for the build are taken from install/ui/src/build.profile.js,
install/ui/src/dojo.profile.js and install/ui/src/webui.profile.js.