[Reproducible-commits] [dpkg] 72/74: arch: Add TILE-Gx support to cputable

Mattia Rizzolo mattia at debian.org
Sun Jul 3 22:22:59 UTC 2016


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

mattia pushed a commit to annotated tag 1.18.8
in repository dpkg.

commit 6ab5c0754b2f98430f6761b5dc54f643c3d32838
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Sun Jul 3 18:23:41 2016 +0200

    arch: Add TILE-Gx support to cputable
    
    TILE-Gx is little endian 64-bit.
    
    Closes: #823167
    Signed-off-by: Guillem Jover <guillem at debian.org>
---
 cputable              | 1 +
 debian/changelog      | 3 +++
 scripts/t/Dpkg_Arch.t | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/cputable b/cputable
index 6093220..e2f3f2d 100644
--- a/cputable
+++ b/cputable
@@ -47,3 +47,4 @@ sh4		sh4		sh4			32	little
 sh4eb		sh4eb		sh4eb			32	big
 sparc		sparc		sparc			32	big
 sparc64		sparc64		sparc64			64	big
+tilegx		tilegx		tilegx			64	little
diff --git a/debian/changelog b/debian/changelog
index a24f32d..5772130 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,9 @@ dpkg (1.18.8) UNRELEASED; urgency=medium
     packages that are not found in debian/control.
   * Export SOURCE_DATE_EPOCH from pkg-info.mk makefile snippet.
     Closes: #824572
+  * Architecture support:
+    - Add TILE-Gx support to cputable. Closes: #823167
+      Thanks to Helmut Grohne <helmut at subdivi.de>.
   * Perl modules:
     - Use warnings::warnif() instead of carp() for deprecated warnings.
     - Add new format_range() method and deprecate dpkg() and rfc822() methods
diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t
index dd7954e..66a08f1 100644
--- a/scripts/t/Dpkg_Arch.t
+++ b/scripts/t/Dpkg_Arch.t
@@ -120,7 +120,7 @@ is(gnutriplet_to_debarch(undef), undef, 'undef gnutriplet');
 is(gnutriplet_to_debarch('unknown-unknown-unknown'), undef, 'unknown gnutriplet');
 is(gnutriplet_to_debarch('x86_64-linux-gnu'), 'amd64', 'known gnutriplet');
 
-is(scalar get_valid_arches(), 475, 'expected amount of known architectures');
+is(scalar get_valid_arches(), 489, 'expected amount of known architectures');
 
 {
     local $ENV{CC} = 'false';

-- 
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