reopen 363059 thanks I think you made a mistake somehow. In debian/rules you (still) delete the usr/share/icons/default directory soon after dh_installdirs create it:
# Don't overwrite system's default xcursor
rm -r $(CURDIR)/debian/crystalcursors/$(ICONDIR)/default
I think you should change this to
rm -r $(CURDIR)/debian/crystalcursors/$(ICONDIR)/default/*
or patch Makefile not to copy index.theme there.
Ironically, all *_src/Makefiles create the default directory if it doesn't
exist.
--
Magnus Holmgren [EMAIL PROTECTED]
(No Cc of list mail needed, thanks)
pgpZTvbaJIvgx.pgp
Description: PGP signature

