I have an RPM package which I converted to Debian package using alien. When I try to install it on ubuntu using ubuntu software center it cribs and throws warnings like maintainer name/address malformed(it gets installed w/o any errors warnings when I use dpkg -i command).
My question is where do I set the maintainer name and address(and other debian specific metadata) while building the RPM package, so that alien will set it in the debian package?