mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix clean
This commit is contained in:
parent
e2eb46a6bf
commit
5df39aac49
9
debian/rules
vendored
9
debian/rules
vendored
@ -10,13 +10,14 @@ export SUPPORTED_PLATFORM=debian
|
||||
|
||||
override_dh_auto_clean:
|
||||
rm -rf ipa-python/build
|
||||
# for i in "ipa-server" "ipa-client"; do \
|
||||
# (cd $$i && [ ! -f Makefile ] || $(MAKE) distclean); \
|
||||
# (cd $$i && rm -f COPYING INSTALL depcomp install-sh missing py-compile config.guess config.sub aclocal.m4 config.h.in version.m4); \
|
||||
# done
|
||||
for i in daemons install ipaserver ipa-client; do \
|
||||
(cd $$i && [ ! -f Makefile ] || $(MAKE) distclean); \
|
||||
(cd $$i && rm -f COPYING INSTALL depcomp install-sh missing py-compile config.guess config.sub aclocal.m4 config.h.in version.m4); \
|
||||
done
|
||||
find . -name "*.pyo" -o -name "*.pyc" -type f -exec rm -f "{}" \;
|
||||
find . -name "ltmain.sh" -exec rm -f "{}" \;
|
||||
find . -name "configure" -exec rm -f "{}" \;
|
||||
rm -rf daemons/ipa-version.h freeipa.spec freeipa.egg-info ipa-client/ipa-client.spec version.m4
|
||||
dh_clean
|
||||
rm -rf $(DESTDIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user