I have to maintain several builds of nginx (with different sets of modules compiled in). These will be cloned from official package, with Replaces:/Conflicts: added, and will have different names (nginx-foo, nginx-bar...) but the same version number. I'd like to leave file names the same (/usr/sbin/nginx etc.); however, if I simply change the package name in debian/control, the binary name changes to .../nginx-foo too.
If anyone did that already, please share your solution.