diff options
-rw-r--r-- | dev/multiarch.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/multiarch.mdwn b/dev/multiarch.mdwn index 5315e76..d7c6a05 100644 --- a/dev/multiarch.mdwn +++ b/dev/multiarch.mdwn @@ -85,7 +85,8 @@ provides: executables and/or libraries). Again this requires modifications to the package manager to affect dependency resolution. ProteanOS's design is similar, but implemented in a way such that *dependent* binary packages are responsible for declaring the architectures of *their dependencies* (which can -be done automatically at build time). +be done automatically at build time, so package maintainers can focus on +declaring how their packages satisfy dependencies, as in Debian and Ubuntu). One way to declare dependency semantics is by introducing a new single-purpose control field like Debian's and Ubuntu's `Multi-Arch`. However, ProteanOS will |