diff --git a/general-concepts/slotting/text.xml b/general-concepts/slotting/text.xml index 767238ad..c3d8e96f 100644 --- a/general-concepts/slotting/text.xml +++ b/general-concepts/slotting/text.xml @@ -159,12 +159,68 @@ of user scripts or tools, and build systems which expect the generic name to be available.
+
+For autotools-based packages, the
+New slots are usually incompatible with older versions in some regard like
+UI, syntax, behaviour. A new version of a slotted executable could suddenly
+break users' workflows, so a
+
+Depending on the level of incompatibility, a separate package may be +more appropriate to avoid breaking scripts, cronjobs, and so on. +
+ +
+For example, app-containers/docker-compose in
An