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=b37a4cb15255ed6b1bc9b22d1dbe1e1e3b448b03 commit b37a4cb15255ed6b1bc9b22d1dbe1e1e3b448b03 Author: Guillem Jover <[email protected]> AuthorDate: Mon Nov 13 04:09:48 2023 +0100 arch: Split tupletable header names description into two paragraphs Clearly separate the arch tuple name and arch name and descriptions to make it easier to get at them. Instead of using a single running paragraph. --- data/tupletable | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/data/tupletable b/data/tupletable index be9baef71..ae9f2ddb4 100644 --- a/data/tupletable +++ b/data/tupletable @@ -4,13 +4,14 @@ # # Debian arch tuple names are formed as a combination of the Debian system # name (from the ostable) and the Debian CPU name (from the cputable) after -# applying the variable substitutions. Debian arch names are the result of -# historical naming conventions in Debian, where the predominant system -# architectures have many of their parts in implicit form, by only exposing -# the CPU with the ABI bolted on, where less common architectures have their -# OS part spelled out, and where even less common ones, have their libc -# spelled out. This table maps between the ideal architecture tuple, with -# the current messy reality. +# applying the variable substitutions. +# +# Debian arch names are the result of historical naming conventions in Debian, +# where the predominant system architectures have many of their parts in +# implicit form, by only exposing the CPU with the ABI bolted on, where less +# common architectures have their OS part spelled out, and where even less +# common ones, have their libc spelled out. This table maps between the ideal +# architecture tuple, with the current messy reality. # # - Column 1 is the Debian arch tuple name, as the normalized form of the # architecture names, used as the internal representation. -- Dpkg.Org's dpkg

