Renaming debian package
Posted
by
Tabiko
on Server Fault
See other posts from Server Fault
or by Tabiko
Published on 2014-08-17T00:25:56Z
Indexed on
2014/08/18
22:23 UTC
Read the original article
Hit count: 269
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 which files I'd need to modify in nginx-1.4.5/debian/ directory (holding the control, rules.. files) have buildpackage generate my-nginx-1.4.5.deb package instead of nginx-1.4.6.deb package.
I appreciate your help!
© Server Fault or respective owner