[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39372] Chicken Scheme: Update version to 5.1.0 and add gcc-toolchai
From: |
Ekaitz Zarraga |
Subject: |
[bug#39372] Chicken Scheme: Update version to 5.1.0 and add gcc-toolchain |
Date: |
Sun, 09 Feb 2020 15:54:02 +0000 |
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, February 9, 2020 3:30 PM, Julien Lepiller <address@hidden> wrote:
> This is almost correct. You should make it two patches: the first moves
> chicken to its own module, the second updates it. Make sure to add the
> licence in the new file with a copyright line for yourself. The commit
> message should be:
>
> gnu: chicken: Move to a separate module.
>
> - gnu/packages/scheme.scm (chicken): Move to chicken.scm.
> - gnu/packages/chicken.scm: New file.
> - gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
>
> for the first patch and:
>
> gnu: chicken: Update to 5.1.0.
>
> - gnu/packages/chicken.scm (chicken): Update to 5.1.0.
> [propagated-inputs]: Add gcc-toolchain.
>
> for the second patch. This makes it clearer what happens. You can find
> a lot of examples from 'git log'.
>
> Since no other package depends on chicken, we're all good I think.
>
Oh thanks.
I'll add them to the thread right now.