I'm trying to convert an RPM into a DEB file but I need to edit the debian control file first. So I ran alien with the -g switch "Generate build tree, but do not build package." and edited the file. When I went to build the deb file, the instructions I have state to run "sudo debian/rules binary". This appears to work, but no output file isgenerated. Something must be missing from my instructions...

Comment