I changed all files (but not the directories) under /var/lib/pootle to not-executable and had no problems. Maybe the maintainer really wants sth. like this:
find /var/lib/pootle -type d -exec chmod 755 {} \;
find /var/lib/pootle -type f -exec chmod 644 {} \;
or whatever.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

