I would like to build an existing Ubuntu package (let's say the firefox
package for example), but instead of using the Ubuntu version of the Firefox source code, I want to use a compiled Firefox binaries provided from the Firefox website. How can I do this? I'm experienced with building and compiling applications from source code, but I'm pretty unfamiliar with packaging them into a .deb
.
I saw this answer for a similar question, and thought I would try my hand at it, but I'm curious if the answer is relevant to my use case.