Loïc Minier wrote:
> I've prepared and uploaded a Debian package for sparse 0.1:
>
Thanks!
> Please find attached a trivial fix for .gitignore where "check" wasn't
> renamed to "sparse".
>
> It would also be more convenient to create BINDIR automatically on make
> install.
Thanks for these two fixes.
Sparse follows the same Signed-off-by convention as Linux, so coud you
please supply a Signed-off-by for your patches? See
for details on the Signed-off-by process and the Developer's Certificate of
Origin.
You might find git convenient for submitting patches. If you have changes to
Sparse in a git repository, you can create patch mails with "git
format-patch". git also makes Signed-off-by as simple as adding -s to the
"git commit" or "cg commit" command line.
Thanks,
Josh Triplett