diff options
-rw-r--r-- | dev/multiarch.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/multiarch.mdwn b/dev/multiarch.mdwn index 0a94460..c9aa90b 100644 --- a/dev/multiarch.mdwn +++ b/dev/multiarch.mdwn @@ -112,7 +112,7 @@ install foo-dbg` for the native architecture. Similarly, `Section: libdev` packages as build dependencies could be automatically installed for the host architecture by prokit supplying an appropriate `-a` option, allowing maintainers to continue listing unqualified package names in `Build-Depends` -instead of having to add `-${Host-Arch}` to every `Section: libdev` package in +instead of having to add `:${Host-Arch}` to every `Section: libdev` package in `Build-Depends`. Therefore, only `Section: lib` packages need to have architecture-qualified names (due to the coinstallability issue described above), and neither users nor maintainers are expected to manually install or |