This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch sid in repository dpkg.
commit 0419b862a70504164c15680a6d3267f158bde1aa Author: Manuel A. Fernandez Montecelo <[email protected]> Date: Tue Jan 16 00:43:51 2018 +0100 arch: Add support for riscv64 CPU [[email protected]: - Update unit-tests. ] Closes: #822914 Stable-Candidate: 1.18.x Signed-off-by: Guillem Jover <[email protected]> (cherry picked from commit ee0855cc66076691de4796be48f8a0d889fde001) --- data/cputable | 1 + debian/changelog | 3 +++ scripts/t/Dpkg_Arch.t | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/data/cputable b/data/cputable index a2bd7d6..9f2a8e0 100644 --- a/data/cputable +++ b/data/cputable @@ -41,6 +41,7 @@ powerpc powerpc (powerpc|ppc) 32 big powerpcel powerpcle powerpcle 32 little ppc64 powerpc64 (powerpc|ppc)64 64 big ppc64el powerpc64le powerpc64le 64 little +riscv64 riscv64 riscv64 64 little s390 s390 s390 32 big s390x s390x s390x 64 big sh3 sh3 sh3 32 little diff --git a/debian/changelog b/debian/changelog index ee9b7bf..4531bbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ dpkg (1.19.0.5) UNRELEASED; urgency=medium * Fix directory traversal with dpkg-deb --raw-extract, by guaranteeing that the DEBIAN pathname does not exist. Closes: #879982 Reported by Jakub Wilk <[email protected]>. + * Architecture support: + - Add support for riscv64 CPU. Closes: #822914 + Thanks to Manuel A. Fernandez Montecelo <[email protected]> * Perl modules: - Dpkg::Vendor::Debian: Use proper %use_feature key. This was causing perl errors on paths not accapted for fixdebugpath. diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t index 5258170..57891fe 100644 --- a/scripts/t/Dpkg_Arch.t +++ b/scripts/t/Dpkg_Arch.t @@ -16,7 +16,7 @@ use strict; use warnings; -use Test::More tests => 16367; +use Test::More tests => 16830; use_ok('Dpkg::Arch', qw(debarch_to_debtuple debarch_to_multiarch debarch_eq debarch_is debarch_is_wildcard @@ -162,7 +162,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(), 524, 'expected amount of known architectures'); +is(scalar get_valid_arches(), 539, 'expected amount of known architectures'); { local $ENV{CC} = 'false'; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

