gnu: quilt: Use shorter file names for patches.
authorLudovic Courtès <ludo@gnu.org>
Tue, 4 Dec 2018 21:55:46 +0000 (22:55 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 4 Dec 2018 23:08:28 +0000 (00:08 +0100)
commitc16c119d0a7894c42bbe816ec381a0f458f26e6a
treeecc05876c10ce19cfbb7ae1dc53b495246380e40
parent040ae1881952c90dae9478e5cfff6aad0ce950da
gnu: quilt: Use shorter file names for patches.

We were reaching the 99-character limit of POSIX tar.

* gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch:
Rename to...
* gnu/packages/patches/quilt-getopt-nondigit-param.patch: ... this.
* gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch:
Rename to...
* gnu/packages/patches/quilt-getopt-second-separator.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/patchutils.scm (quilt)[source](patches): Likewise.
gnu/local.mk
gnu/packages/patches/quilt-getopt-nondigit-param.patch [moved from gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch with 100% similarity]
gnu/packages/patches/quilt-getopt-second-separator.patch [moved from gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch with 100% similarity]
gnu/packages/patchutils.scm