Chris wrote: > > Hi. I was wanting to recomplie a package for use with my debian box. > I have downloaded the source file (orig.tar.gz) and the diff file (.diff). > I was wondering if someone could tell me an easy way to apply the diff > file so that I can compile a 'debianized' version? I'm sure its pretty > obvious - but I can't seem to see how yet. > > Thanx, > > Chris > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
You missed one file: the .dsc file. Brab that too. Put the tar.gz, the diff.gz, and the dsc in a dir together and run "dpkg-source -x file.dsc". Where file.dsc is the dsc file name. Then CD into the created dir and run "dpkg-buildpackage" as root, or use sudo. This will create your own debian package from the orig. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]