freeipa/debian
2017-04-05 17:56:31 +03:00
..
missing-sources add stuff from webui.profile.js to missing-sources. 2016-09-01 11:28:34 +03:00
patches ipa-kdb-support-dal-version-5-and-6.diff dropped, purge-firefox-extension.diff refreshed 2017-04-01 01:11:21 +03:00
source source/lintian-overrides: Document minified javascript issues. 2016-08-31 12:08:42 +03:00
tests tests: Add simple autopkgtest to check that ipa-server-install works. 2016-10-05 00:35:50 +03:00
autoreconf port packaging to current git 2016-03-10 11:27:18 +02:00
changelog copyright, watch: Update source/release location. 2017-04-05 17:56:31 +03:00
compat various changes to enable server packaging 2012-01-02 16:09:40 +02:00
control control: Fix python-ipatests to depend on python-sss instead of - sssdconfig. 2017-01-28 00:04:28 +02:00
copyright copyright, watch: Update source/release location. 2017-04-05 17:56:31 +03:00
freeipa-admintools.install admintools: Use the new location for bash completions. 2016-01-05 10:40:24 +02:00
freeipa-admintools.lintian-overrides fix lintian failures 2014-07-01 22:43:05 +03:00
freeipa-client.dirs client.dirs: Ship /etc/krb5.conf.d, because not having that breaks the installer when krb5.conf tries to include that. 2017-02-17 15:07:42 +02:00
freeipa-client.install control: Split python stuff from server, client, tests to python- ipa{server,client,tests} 2016-01-04 14:23:49 +02:00
freeipa-client.lintian-overrides silence some lintian warnings 2014-10-25 01:48:02 +03:00
freeipa-client.postinst client.postinst: Fix logfile location. 2017-01-28 15:29:02 +02: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.tmpfile use debian/*.tmpfile instead of creating tmpfile.d stuff in rules 2014-10-23 23:50:29 +03: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-dns.lintian-overrides fix server-dns lintian override 2016-01-05 14:54:07 +02:00
freeipa-server-trust-ad.install move adtrust python stuff back to freeipa-server-trust-ad 2016-03-29 10:53:19 +03:00
freeipa-server-trust-ad.lintian-overrides install: create a backup directory and include in -server 2014-07-08 14:59:41 +03:00
freeipa-server.dirs rules, platform, server.dirs, server.install: Add support for DNSSEC. 2016-03-08 19:13:25 +02:00
freeipa-server.docs janitorial 2011-10-28 13:58:49 +03:00
freeipa-server.install install: Updated. 2016-12-01 11:14:28 +02:00
freeipa-server.links wrap-and-sort -s 2015-09-24 04:52:32 +03:00
freeipa-server.lintian-overrides fix non-standard-dir-perm lintian overrides 2014-11-05 17:38:48 +02:00
freeipa-server.postinst server: enable mod_proxy_http too 2016-03-02 11:42:19 +02:00
freeipa-server.postrm server: enable mod_proxy_http too 2016-03-02 11:42:19 +02:00
freeipa-server.prerm control, server: Migrate to mod-auth-gssapi. 2016-01-04 22:15:23 +02:00
freeipa-server.tmpfile server.postinst, tmpfile: Create state directories for mod_auth_gssapi. 2016-01-07 19:36:31 +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
freeipa-tests.lintian-overrides fix python-ipatests lintian overrides 2016-01-05 10:50:48 +02:00
python-ipaclient.install install: Updated. 2016-12-01 11:14:28 +02:00
python-ipalib.install port packaging to current git 2016-03-10 11:27:18 +02:00
python-ipaserver.install install: Updated. 2016-12-01 11:14:28 +02:00
python-ipatests.install control: Split python stuff from server, client, tests to python- ipa{server,client,tests} 2016-01-04 14:23:49 +02:00
python-ipatests.lintian-overrides fix python-ipatests lintian-override 2016-01-05 14:54:47 +02:00
README.source add stuff from webui.profile.js to missing-sources. 2016-09-01 11:28:34 +03:00
rules rules: Add a check to override_dh_fixperms so that chmod is not run on arch-indep build where the targets don't exist. (Closes: #839844) 2016-10-06 01:21:35 +03:00
TODO Update TODO 2017-01-14 11:15:08 +02:00
watch copyright, watch: Update source/release location. 2017-04-05 17:56:31 +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.