diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:10 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:10 +0000 |
commit | 270b9ad11be6c5c51ad7e5c22223203a9f823acf (patch) | |
tree | 32ada71d4a8ab8e09d8fd557d6597f4e3a63f80b | |
parent | 345090780d16bca5b6d61277e2845d5e33f3ece5 (diff) |
M68k patch
Author: jgg
Date: 2001-03-09 05:54:19 GMT
M68k patch
-rwxr-xr-x | buildlib/config.guess | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/buildlib/config.guess b/buildlib/config.guess index 0c9c8752f..bf5a9b3cd 100755 --- a/buildlib/config.guess +++ b/buildlib/config.guess @@ -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 diff --git a/debian/changelog b/debian/changelog index c32f6bf86..70aba32d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ 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 * Fixed apt override disparity * Alfredo's SHA-1 and related patches |