[Reproducible-commits] [dpkg] 38/54: Add NIOS2 support to cputable

Mattia Rizzolo mattia at debian.org
Fri Jan 15 18:54:02 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 db4f3d717895fcc2348579670a58ed95a7f0f4a7
Author: Marek Vasut <marex at denx.de>
Date:   Thu Dec 24 12:32:03 2015 +0100

    Add NIOS2 support to cputable
    
    NIOS2 is a little endian soft-core by Altera.
    
    Signed-off-by: Guillem Jover <guillem at debian.org>
---
 cputable              | 1 +
 debian/changelog      | 1 +
 scripts/t/Dpkg_Arch.t | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/cputable b/cputable
index 676dcd7..9c24003 100644
--- a/cputable
+++ b/cputable
@@ -29,6 +29,7 @@ mips		mips		mips(eb)?		32	big
 mipsel		mipsel		mipsel			32	little
 mips64		mips64		mips64			64	big
 mips64el	mips64el	mips64el		64	little
+nios2		nios2		nios2			32	little
 or1k		or1k		or1k			32	big
 powerpc		powerpc		(powerpc|ppc)		32	big
 powerpcel	powerpcle	powerpcle		32	little
diff --git a/debian/changelog b/debian/changelog
index feb80f4..a017d26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ dpkg (1.18.4) UNRELEASED; urgency=medium
     Thanks to Yuri Gribov <tetra2005 at gmail.com>.
   * Fix usage of dpkg-architecture -s after other action options.
     Reported by Niels Thykier <niels at thykier.net>.
+  * Add NIOS2 support to cputable. Thanks to Marek Vasut <marex at denx.de>.
   * Test suite:
     - Improve perl code test coverage.
   * Build system:
diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t
index 6d3f248..b57a0cf 100644
--- a/scripts/t/Dpkg_Arch.t
+++ b/scripts/t/Dpkg_Arch.t
@@ -98,7 +98,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(), 403, 'expected amount of known architectures');
+is(scalar get_valid_arches(), 417, '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