From: Marcel Denia Date: Fri, 25 Sep 2015 06:26:58 +0000 (+0200) Subject: perl: Reorganize patches X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3aaaede7b2b1f91c7f69674d56ae9a49b9dc8cb3;p=openwrt-packages.git perl: Reorganize patches The old scheme didn't make any sense...not that there was a scheme really. Signed-off-by: Marcel Denia --- diff --git a/lang/perl/README.patches b/lang/perl/README.patches new file mode 100644 index 000000000..5f3b5951d --- /dev/null +++ b/lang/perl/README.patches @@ -0,0 +1,9 @@ +The patches in this package are loosely sorted into the following categories: + +0xx - Bugfixes +1xx - Cross-compile fixes +3xx - Workarounds +7xx - Testsuite fixes + +Feel free to add another one if your new patch doesn't seem to fit into an +existing category. \ No newline at end of file diff --git a/lang/perl/patches/100-musl-compat.patch b/lang/perl/patches/010-musl-compat.patch similarity index 100% rename from lang/perl/patches/100-musl-compat.patch rename to lang/perl/patches/010-musl-compat.patch diff --git a/lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch b/lang/perl/patches/020-host-libc-dir-moved-debian+derivatives.patch similarity index 100% rename from lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch rename to lang/perl/patches/020-host-libc-dir-moved-debian+derivatives.patch diff --git a/lang/perl/patches/101-fix-cross-compile-endianness-detection.patch b/lang/perl/patches/100-fix-cross-compile-endianness-detection.patch similarity index 100% rename from lang/perl/patches/101-fix-cross-compile-endianness-detection.patch rename to lang/perl/patches/100-fix-cross-compile-endianness-detection.patch diff --git a/lang/perl/patches/300-always_use_miniperl.patch b/lang/perl/patches/110-always_use_miniperl.patch similarity index 100% rename from lang/perl/patches/300-always_use_miniperl.patch rename to lang/perl/patches/110-always_use_miniperl.patch diff --git a/lang/perl/patches/500-add-relink-hack.patch b/lang/perl/patches/300-add-relink-hack.patch similarity index 100% rename from lang/perl/patches/500-add-relink-hack.patch rename to lang/perl/patches/300-add-relink-hack.patch diff --git a/lang/perl/patches/600-tie_fetch_count_t-handle_missing_crypt.patch b/lang/perl/patches/700-tie_fetch_count_t-handle_missing_crypt.patch similarity index 100% rename from lang/perl/patches/600-tie_fetch_count_t-handle_missing_crypt.patch rename to lang/perl/patches/700-tie_fetch_count_t-handle_missing_crypt.patch diff --git a/lang/perl/patches/700-threads_join-skip_ps_on_busybox.patch b/lang/perl/patches/710-threads_join-skip_ps_on_busybox.patch similarity index 100% rename from lang/perl/patches/700-threads_join-skip_ps_on_busybox.patch rename to lang/perl/patches/710-threads_join-skip_ps_on_busybox.patch