We are migrating our servers from CentOS to ubuntu. For a self written application we created a spec file to create RPM's for easy installation on CentOS. Now we want to convert it to the debian format. What is the simplest way to do it? I don't mean creating from the rpm a .deb file but converting the spec file to an ubuntu control file.
Asked
Active
Viewed 6,273 times
2 Answers
2
I have written spec2deb for that purpose.

Guido U. Draheim
- 3,038
- 1
- 20
- 19
-
this script does not work for https://github.com/CpanelInc/ea-apache2/blob/master/SPECS/ea-apache24.spec – Surjit Sidhu Apr 23 '17 at 06:22