[Reproducible-commits] [dpkg] 20/30: arch: Clarify column descriptions in table files

Mattia Rizzolo mattia at debian.org
Mon May 9 09:02:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit d078868c0df78a4a711314445f176b5252a5e433
Author: Guillem Jover <guillem at debian.org>
Date:   Mon May 9 04:02:54 2016 +0200

    arch: Clarify column descriptions in table files
    
    Prompted-by: Wookey <wookey at debian.org>
---
 abitable         |  4 ++--
 cputable         | 16 ++++++++--------
 debian/changelog |  1 +
 ostable          | 12 ++++++------
 4 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/abitable b/abitable
index 300a1ab..0631a8c 100644
--- a/abitable
+++ b/abitable
@@ -3,8 +3,8 @@
 # If the ABI is not present here then the attribute information for a
 # Debian triplet matches the one on the cputable.
 #
-# Column 1 is the Debian name for the ABI.
-# Column 2 is the size (in bits) of the ABI integers/pointers.
+# - Column 1 is the Debian name for the ABI.
+# - Column 2 is the size (in bits) of the ABI pointers.
 #
 # <Debian name>	<Bits>
 gnuabin32	32
diff --git a/cputable b/cputable
index 2088d8e..6093220 100644
--- a/cputable
+++ b/cputable
@@ -4,14 +4,14 @@
 # (from ostable) and CPU name (from this table) after mapping from
 # the Debian triplet (from triplettable).
 #
-# Column 1 is the Debian name for the CPU, used to form the cpu part in
-# the Debian triplet.
-# Column 2 is the GNU name for the CPU, used to output build and host
-# targets in ‘dpkg-architecture’.
-# Column 3 is an extended regular expression used to match against the
-# CPU part of the output of the GNU config.guess script.
-# Column 4 is the size (in bits) of the integers/pointers
-# Column 5 is the endianness (byte ordering in numbers)
+# - Column 1 is the Debian name for the CPU, used to form the cpu part in
+#   the Debian triplet.
+# - Column 2 is the GNU name for the CPU, used to output build, host and
+#   target variables in ‘dpkg-architecture’.
+# - Column 3 is an extended regular expression used to match against the
+#   CPU part of the output of the GNU config.guess script.
+# - Column 4 is the size (in bits) of pointers.
+# - Column 5 is the endianness (byte ordering in numbers).
 #
 # <Debian name>	<GNU name>	<config.guess regex>	<Bits>	<Endianness>
 i386		i686		(i[34567]86|pentium)	32	little
diff --git a/debian/changelog b/debian/changelog
index 57c688e..1879eae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ dpkg (1.18.7) UNRELEASED; urgency=medium
   * Architecture support:
     - Bump the GNU triplet cpu from i386 to i686 to match toolchain changes.
       Thanks to Ben Hutchings <ben at decadent.org.uk>. Closes: #823619
+    - Clarify column descriptions in architecture table files.
   * Perl modules:
     - Relax dependency restrictions parsing to allow again sloppy spaces
       around versions, architectures and profile restrictions.
diff --git a/ostable b/ostable
index 10e0d3a..a9b24c3 100644
--- a/ostable
+++ b/ostable
@@ -4,12 +4,12 @@
 # (from this table) and CPU name (from cputable) after mapping from
 # the Debian triplet (from triplettable).
 #
-# Column 1 is the Debian name for the system, used to form the system part
-# in the Debian triplet.
-# Column 2 is the GNU name for the system, used to output build and host
-# targets in ‘dpkg-architecture’.
-# Column 3 is an extended regular expression used to match against the
-# system part of the output of the GNU config.guess script.
+# - Column 1 is the Debian name for the system, used to form the system part
+#   in the Debian triplet.
+# - Column 2 is the GNU name for the system, used to output build, host and
+#   target variables in ‘dpkg-architecture’.
+# - Column 3 is an extended regular expression used to match against the
+#   system part of the output of the GNU config.guess script.
 #
 # <Debian name>		<GNU name>		<config.guess regex>
 uclibceabi-linux	linux-uclibceabi	linux[^-]*-uclibceabi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list