Renaming debian package
- by Tabiko
I'm trying to build a customized version of a nginx package for Debian/Ubuntu which had a different set of modules opposed to the default version.
What would be the fastest way to modify the debian/ structure (and which files) if I'd want to rename the package from 'nginx' to 'my-nginx' for example?
I've got the source deb package unpacked and…