I’m porting a software package FOO whose source code is available from several sites - the project seems abandoned and no longer maintained, so there is plenty of forks and copies out there. The sourceforge page itself DOES NOT host a full tarball of the latest release.
debian hosts the most complete and up-to-date source package with patches and I took them from there.
Now, the questions:
-
should I link to the debian FOO.orig.tar.xz source package in a recipe? I suspect when the current release (bullseye?) will switch into old-stable, the link will change.
-
should I link to the debian FOO.debian.tar.xz additional package in a recipe? It includes needed patches and a modernized Makefile, so it is relevant indeed. But will haikuporter be able to download this file, unpack, patch, and then apply further patches (haiku-specific)? OTOH this seems to me the simplest way to keep credit for the original patch authors’ work.
Any help will be appreciated.