mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
add freeipa-server-trust-ad and freeipa-tests packages, modify -server & -admintools installs, drop tomcat6 from depends
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@@ -54,6 +54,8 @@ ifneq ($(ONLY_CLIENT), 1)
|
||||
# cd selinux
|
||||
# make $(PLATFORM) IPA_VERSION_IS_GIT_SNAPSHOT=no install DESTDIR=$(DESTDIR)
|
||||
cd ..
|
||||
|
||||
install -m 0644 contrib/completion/ipa.bash_completion $(DESTDIR)/etc/bash_completion.d/ipa
|
||||
else
|
||||
make $(PLATFORM) IPA_VERSION_IS_GIT_SNAPSHOT=no client-install DESTDIR=$(DESTDIR)
|
||||
endif
|
||||
@@ -67,7 +69,7 @@ endif
|
||||
# fix permissions
|
||||
find $(CURDIR)/debian/tmp -name "*.mo" -type f -exec chmod -x "{}" \;
|
||||
|
||||
dh_install --fail-missing
|
||||
dh_install --list-missing
|
||||
|
||||
%:
|
||||
dh $@ --with quilt,autoreconf,python2
|
||||
|
||||
Reference in New Issue
Block a user