]> git.saurik.com Git - apt.git/commitdiff
* added armeb to archtable
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 25 Oct 2005 09:23:47 +0000 (09:23 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 25 Oct 2005 09:23:47 +0000 (09:23 +0000)
buildlib/archtable
buildlib/sizetable
debian/changelog

index b01743c0254bb5559b56673843b05245a3f4529d..af1123d020cb92b9ada14ff257b5fcf730e247af 100644 (file)
@@ -11,6 +11,7 @@ sparc sparc
 sparc64        sparc
 alpha.*        alpha
 m68k   m68k
+armeb.*        armeb
 arm.*  arm
 powerpc        powerpc
 ppc    powerpc
index 911180145407fb6ecb543792d8d5535febd85641..51a136d4a0c844ce2ad491f1d109a7bc1cb40db8 100644 (file)
@@ -12,6 +12,7 @@
 # CPU endian sizeof: char, int, short, long
 i386    little  1 4 2 4
 arm     little  1 4 2 4
+armeb   big     1 4 2 4
 alpha   little  1 4 2 8
 mipsel  little  1 4 2 4
 sparc   big     1 4 2 4
index a7ea0c95423977505237756285603a067cacaf5c..a4e4030300135a7e4f1b3dc01d661ef0c48c800e 100644 (file)
@@ -4,6 +4,7 @@ apt (0.6.42.2) unstable; urgency=low
     - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
   * cmdline/apt-get.cc:
     - bufix in FindSrc  (closes: #335213)
+  * added armeb to archtable (closes: #333599)
    
  --