rules: fix clean

This commit is contained in:
Timo Aaltonen 2011-10-28 16:00:42 +03:00
parent 00bad90165
commit fd9f36175f

2
debian/rules vendored
View File

@ -15,9 +15,7 @@ override_dh_auto_clean:
(cd $$i && rm -f COPYING INSTALL depcomp install-sh missing py-compile config.guess config.sub aclocal.m4 config.h.in version.m4); \ (cd $$i && rm -f COPYING INSTALL depcomp install-sh missing py-compile config.guess config.sub aclocal.m4 config.h.in version.m4); \
done done
find . -name "*.pyo" -o -name "*.pyc" -type f -exec rm -f "{}" \; find . -name "*.pyo" -o -name "*.pyc" -type f -exec rm -f "{}" \;
find . -name "*.spec" -type f -exec rm -f "{}" \;
find . -name "ltmain.sh" -exec rm -f "{}" \; find . -name "ltmain.sh" -exec rm -f "{}" \;
find . -name "Makefile.in" -exec rm -f "{}" \;
find . -name "configure" -exec rm -f "{}" \; find . -name "configure" -exec rm -f "{}" \;
dh_clean dh_clean
rm -rf $(DESTDIR) rm -rf $(DESTDIR)