M68k patch
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:10 +0000 (16:57 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:10 +0000 (16:57 +0000)
Author: jgg
Date: 2001-03-09 05:54:19 GMT
M68k patch

buildlib/config.guess
debian/changelog

index 0c9c875..bf5a9b3 100755 (executable)
@@ -757,7 +757,7 @@ EOF
        echo ${UNAME_MACHINE}-unknown-linux
        exit 0 ;;
     m68*:Linux:*:*)
-       echo ${UNAME_MACHINE}-unknown-linux-gnuaout
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit 0 ;;
     mips:Linux:*:*)
        cat >$dummy.c <<EOF
index c32f6bf..70aba32 100644 (file)
@@ -1,3 +1,9 @@
+apt (0.5.3) unstable; urgency=low
+
+  * M68k config.guess patch. Closes: #88913
+  
+ -- Jason Gunthorpe <jgg@debian.org>  Thu,  8 Mar 2001 22:48:06 -0700
+
 apt (0.5.3) unstable; urgency=low
 
   * JoeyH's dpkg::preconfig not working. Closes: #88675