freeipa/debian
2016-10-26 19:34:58 +03:00
..
missing-sources add stuff from webui.profile.js to missing-sources. 2016-09-01 11:28:34 +03:00
patches add-debian-platform.diff: Fix libsofthsm2.so install path. 2016-10-04 10:21:16 +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 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
compat various changes to enable server packaging 2012-01-02 16:09:40 +02:00
control control: Bump dep on softhsm2 due to changed lib install path. 2016-10-05 00:29:11 +03:00
copyright copyright: Since ffb9a09a0d all original code should be GPL-3+, so drop some exceptions. 2016-09-15 23:41:10 +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 freeipa-client: Add /etc/ipa/nssdb, rework /etc/pki/nssdb handling. 2015-09-24 11:31:48 +03: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 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.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 purge-firefox-extension.diff: Clean obsolete kerberosauth.xpi 2016-03-30 06:48:18 +03: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 port packaging to current git 2016-03-10 11:27:18 +02:00
python-ipalib.install port packaging to current git 2016-03-10 11:27:18 +02:00
python-ipaserver.install move adtrust python stuff back to freeipa-server-trust-ad 2016-03-29 10:53:19 +03: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 add a TODO file 2015-03-05 15:27:03 +02:00
watch don't drop files from tarball, update source lintian-overrides 2016-08-30 02:27:56 +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.