freeipa/debian
2024-12-09 12:39:05 +02:00
..
missing-sources add stuff from webui.profile.js to missing-sources. 2016-09-01 11:28:34 +03:00
patches map-ssh-service.diff: Map sshd service to use ssh.service. (LP: #2061055) 2024-04-12 13:31:51 +03:00
source source: Add a lintian override for client-only build; empty-debian- tests-control. 2023-06-07 19:31:14 +03:00
tests tests: Dump journalctl for select services 2023-02-27 12:10:40 +02:00
changelog version bump 2024-12-09 12:39:05 +02:00
control control, rules: Replace hardcoded librpm9 depends. (Closes: #1067570) 2024-04-10 15:45:46 +03:00
control.common control, rules: Replace hardcoded librpm9 depends. (Closes: #1067570) 2024-04-10 15:45:46 +03:00
control.server control.server: Drop python3-paste from python3-ipatests depends, obsolete. 2023-10-18 17:46:34 +03:00
control.server-bdeps control: Bump dogtag depends. 2021-09-07 17:24:04 +03:00
control.stub control, rules: Replace hardcoded librpm9 depends. (Closes: #1067570) 2024-04-10 15:45:46 +03:00
copyright copyright, source: Fix some lintian issues/overrides. 2023-06-07 19:01:26 +03:00
freeipa-client-epn.install Fix FTBFS when systemd.pc changes systemdsystemunitdir. (Closes: #1052641) 2023-09-25 17:44:20 +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-trust-ad.lintian-overrides server-trust-ad: Add a lintian override for the samba plugin rpath. 2023-06-07 19:07:15 +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 Fix FTBFS when systemd.pc changes systemdsystemunitdir. (Closes: #1052641) 2023-09-25 17:44:20 +03: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 control, rules: Replace hardcoded librpm9 depends. (Closes: #1067570) 2024-04-10 15:45:46 +03:00
TODO Update TODO 2017-01-14 11:15:08 +02:00
watch Revert "copyright, watch: Filter prebuilt html documentation from the tarball." 2023-06-07 15:04:59 +03: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.