I'm creating a Debian package for a piece of software that has no usable makefile at all. Should I put the building instructions into debian/rules
or a separate Makefile? I'm tending towards the latter.
If I do create a separate Makefile, how do I properly include it in my source package?