* merged the NMU from Franz Pop, fixed armeb problem (#333599)
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 8 Nov 2005 16:19:07 +0000 (16:19 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 8 Nov 2005 16:19:07 +0000 (16:19 +0000)
buildlib/archtable
buildlib/sizetable
configure.in
debian/changelog
share/debian-archive.gpg

index af1123d..1975292 100644 (file)
@@ -11,7 +11,7 @@ sparc sparc
 sparc64        sparc
 alpha.*        alpha
 m68k   m68k
-armeb.*        armeb
+arm.*b armeb
 arm.*  arm
 powerpc        powerpc
 ppc    powerpc
index 51a136d..cf6a3ae 100644 (file)
@@ -11,6 +11,7 @@
 # The format is:-
 # CPU endian sizeof: char, int, short, long
 i386    little  1 4 2 4
+armeb   big     1 4 2 4
 arm     little  1 4 2 4
 armeb   big     1 4 2 4
 alpha   little  1 4 2 8
index 758727f..cae1ffe 100644 (file)
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.6.42.1")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.42.2")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
index a8c9e39..acacb8f 100644 (file)
@@ -1,4 +1,4 @@
-apt (0.6.42.2) unstable; urgency=low
+apt (0.6.42.3) unstable; urgency=low
 
   * Merge bubulle@debian.org--2005/apt--main--0 up to patch-129:
     - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
@@ -16,6 +16,15 @@ apt (0.6.42.2) unstable; urgency=low
    
  --
 
+apt (0.6.42.2) unstable; urgency=high
+
+  * NMU (approved by maintainer)
+  * Add AMD64 archive signing key to debian-archive.gpg (closes: #336500).
+  * Add big-endian arm (armeb) support (closes: #333599).
+  * Priority high to get the AMD key into testing ASAP.
+
+ -- Frans Pop <fjp@debian.org>  Sun, 30 Oct 2005 21:29:11 +0100
 apt (0.6.42.1) unstable; urgency=low
 
   * fix a incorrect example in the apt_prefrences man page
index c391d8f..bb5ed50 100644 (file)
Binary files a/share/debian-archive.gpg and b/share/debian-archive.gpg differ