The following commit has been merged in the master branch:
commit 7786b93c8005b2f7a5a1043c2f07d06a80563e72
Author: Wookey <woo...@wookware.org>
Date:   Fri May 11 02:03:38 2012 +0200

    Add arm64 support to cputable
    
    [guil...@debian.org:
     - Change config.guess regex to not match on aarch64_be. ]
    
    Closes: #672408
    
    Signed-off-by: Guillem Jover <guil...@debian.org>

diff --git a/cputable b/cputable
index 8b6280b..28630f0 100644
--- a/cputable
+++ b/cputable
@@ -22,6 +22,7 @@ alpha         alpha           alpha.*                 64      
little
 amd64          x86_64          x86_64                  64      little
 armeb          armeb           arm.*b                  32      big
 arm            arm             arm.*                   32      little
+arm64          aarch64         aarch64                 64      little
 avr32          avr32           avr32                   32      big
 hppa           hppa            hppa.*                  32      big
 m32r           m32r            m32r                    32      big
diff --git a/debian/changelog b/debian/changelog
index fe53620..8520e65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ dpkg (1.16.4) UNRELEASED; urgency=low
   * Remove deprecated support for PGP style signing command interface from
     dpkg-buildpackage.
   * Remove obsolete --udeb dpkg-scanpackages option.
+  * Add arm64 support to cputable. Closes: #672408
+    Thanks Wookey <woo...@wookware.org>.
 
   [ Updated man page translations ]
   * German (Helge Kreutzmann).

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to