Convert spec file to debian

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.

+5
source share
2 answers

The canonical answer seems to revolve around .alien --generate

+2
source

I wrote spec2deb for this purpose.

+2
source

All Articles