> Hello to everyone.
>
> I have downloaded the source file of an application (apt-get source appl).
> Along with the .tar.gz file, I got and diff.gz file which I don't know how
> to apply it to the .tar.gz file (after the extract of cource).

last i checked apt-get source automatically extracted and patched
the source with the diff, you can see if this is the case by checking
to see if there is a debian/ directory within the extracted source tree
of the app you apt-get source'd.

in any case, the usual command to use with a diff is patch, be sure
to decompress it first(gzip -d or gunzip)

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to