From c6e2efe57263fef42949fec42877ffca83c9f7c3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 21 Dec 2020 07:27:50 -0500 Subject: Initial commit --- (limited to 'substvars') 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". -- cgit v0.9.1