This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=ed8cef98c69955f5259411dfd67d97036bb88677 commit ed8cef98c69955f5259411dfd67d97036bb88677 Author: Guillem Jover <[email protected]> AuthorDate: Sun Aug 11 16:40:30 2024 +0200 man: Use arch-bits in deb-src-symbols(5) example dependent on bitness Do not promote use of explicit arch lists when we are giving an example that changes symbols based on bitness. Instead use the arch-bits tag that was added precisely for this purpose. --- man/deb-src-symbols.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/deb-src-symbols.pod b/man/deb-src-symbols.pod index 0e5428d81..b05d6182a 100644 --- a/man/deb-src-symbols.pod +++ b/man/deb-src-symbols.pod @@ -417,8 +417,8 @@ to create a common I<package>.symbols file which includes architecture specific symbol files: common_symbol1@Base 1.0 - (arch=amd64 ia64 alpha)#include "package.symbols.64-bit" - (arch=!amd64 !ia64 !alpha)#include "package.symbols.32-bit" + (arch-bits=64)#include "package.symbols.64-bit" + (arch-bits=32)#include "package.symbols.32-bit" common_symbol2@Base 1.0 =back -- Dpkg.Org's dpkg

