Dear Maintainer,
Please, remove from "debian/redis-server.dirs" the line "/var/lib/redis". Actually, this directory is created before executing "adduser" in "redis-server.postinst", this command try to create the home dir "/var/lib/redis" and check the owner, as it owned by root and not by the new user, it fails. Thanks,