From 4c52aebc47fb3ee110149cca245ae1fbbf9e774e Mon Sep 17 00:00:00 2001 From: Agney Lopes Roth Ferraz Date: Fri, 13 Oct 2006 14:41:04 -0300 Subject: Import Debian changes 0.4.1-5 hardinfo (0.4.1-5) unstable; urgency=low * Fixed FTBFS on alpha. --- arch/linux/alpha/processor.h | 2 +- config.h | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/arch/linux/alpha/processor.h b/arch/linux/alpha/processor.h index 88f58589..fa02ea05 100644 --- a/arch/linux/alpha/processor.h +++ b/arch/linux/alpha/processor.h @@ -60,7 +60,7 @@ processor_get_info(Processor *processor) "BogoMips=%.2f" "Byte Order=%s\n", processor->model_name, - processor->plataform, + processor->strmodel, processor->bogomips, #if G_BYTE_ORDER == G_LITTLE_ENDIAN "Little Endian" diff --git a/config.h b/config.h index 6a0131b5..9cbab190 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ #define LSPCI "/bin/lspci -v" #define ARCH_i386 #define PLATFORM "Linux" -#define KERNEL "2.6.17-1-k7" -#define HOSTNAME "comanche.linuxhome.com.br" +#define KERNEL "2.6.17-2-686" +#define HOSTNAME "lxmaster.intranet.dasa" #define PREFIX "/usr/share/hardinfo/" #define LIBPREFIX "/usr/lib/hardinfo/" #define DEBUG 1 diff --git a/debian/changelog b/debian/changelog index d2547f1c..c29395d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.4.1-5) unstable; urgency=low + + * Fixed FTBFS on alpha. + + -- Agney Lopes Roth Ferraz Fri, 13 Oct 2006 14:41:04 -0300 + hardinfo (0.4.1-4) unstable; urgency=low * Fixed FTBFS on alphaand ia64. -- cgit v1.2.3