On 25/1/02 1:15 PM, "Kyle Moffett" <[EMAIL PROTECTED]> wrote:

> I am attempting to create a slew of packages for Apache::ASP and all its
> dependancies, should I create them all, then post to a single package
> submission? Or should I post individually (like 15 different
> submissions)?

Not sure on this one... Would any of the packages be used by themselves
without the need for all (most) of the others? If so, probably separate
packages...

> Also, can somebody give the procedure for using diff to make a patch, I
> did it once successfully, but I have been having problems repeating the
> thing.

I usually extract the source tarball twice, and move one to SOURCE-patched,
modify everything in then, and then run 'diff -ru SOURCE SOURCE-patch >
PACKAGE-VERSION-REVISION.patch'. However, if you had created files in the
patched directory, and want to include those (Say... Generating scipts using
autogen.sh, etc), you'd do 'diff -ruP' or 'diff -ruN'. Have a look at the
diff manpage for more info..

HTH!


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to