Explorar el Código

* merged the NMU from Franz Pop, fixed armeb problem (#333599)

Michael Vogt hace 20 años
padre
commit
670c56e521
Se han modificado 5 ficheros con 13 adiciones y 3 borrados
  1. 1 1
      buildlib/archtable
  2. 1 0
      buildlib/sizetable
  3. 1 1
      configure.in
  4. 10 1
      debian/changelog
  5. BIN
      share/debian-archive.gpg

+ 1 - 1
buildlib/archtable

@@ -11,7 +11,7 @@ sparc	sparc
 sparc64	sparc
 alpha.*	alpha
 m68k	m68k
-armeb.*	armeb
+arm.*b	armeb
 arm.*	arm
 powerpc	powerpc
 ppc	powerpc

+ 1 - 0
buildlib/sizetable

@@ -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

+ 1 - 1
configure.in

@@ -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)

+ 10 - 1
debian/changelog

@@ -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

BIN
share/debian-archive.gpg