summaryrefslogtreecommitdiffstats
path: root/substvars
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2020-12-21 07:27:50 (EST)
committer P. J. McDermott <pj@pehjota.net>2020-12-21 07:27:50 (EST)
commitc6e2efe57263fef42949fec42877ffca83c9f7c3 (patch)
treea2c7fa93139f065eb4f265c98178540bcda724da /substvars
Initial commit
Diffstat (limited to 'substvars')
-rw-r--r--substvars15
1 files changed, 15 insertions, 0 deletions
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..56891ac
--- /dev/null
+++ b/substvars
@@ -0,0 +1,15 @@
+Common-Description:
+ ProteanOS library packages are having their host architectures appended to
+ their names, in order to allow coinstallation of different architecture builds
+ of each library for the purpose of cross-building dependent source packages.
+ For more information, see:
+ .
+ http://www.proteanos.com/dev/multiarch/
+ .
+ Renaming library packages would temporarily break the installation of all other
+ packages that depend on them, so temporary transitional packages are necessary.
+ The libraries' source packages can't build such transitional packages
+ themselves, because opkbuild automatically renames library packages and won't
+ allow two binary packages in one source package to share the same name (before
+ acrhictecture qualification). So the transitional packages are built by a
+ separate source package called "malt", or "multiarch library transitions".