From 7285e3cc64a26dc9b9a69940fd0c0b040e50a7c7 Mon Sep 17 00:00:00 2001 From: Stephane Fontaine Date: Sun, 31 Mar 2024 00:01:55 -0400 Subject: [PATCH] gnome/crater: add a basic README --- crater/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crater/README diff --git a/crater/README b/crater/README new file mode 100644 index 0000000..92e0da5 --- /dev/null +++ b/crater/README @@ -0,0 +1,9 @@ +The crater subdirectory is where badly broken modules go until the complete +removal can be done. The reasons to move a module there can include: + - The source archive is nowhere to be found on the internet; + - The source code doesn't compile anymore or is broken due to deprecations + and there's no maintenance done upstream; + - The module has been replaced by a new one. + +Complete removal will be made once no problems have been reported for a good +while and that most modules have been tested to work well without it.