We are moving our servers from CentOS to ubuntu. For a self-recording application, we created a special file for creating an RPM for easy installation on CentOS. Now we want to convert it to debian format. What is the easiest way to do this? I do not mean creating a .deb file from an rpm file, but converting a spec file to an ubuntu control file.
source
share