From 819c0c3382b06fc0f0a1679465966f811aa2e0f8 Mon Sep 17 00:00:00 2001 From: Agney Lopes Roth Ferraz Date: Sun, 6 Jul 2008 19:01:51 -0300 Subject: Import Debian changes 0.4.2.3-5 hardinfo (0.4.2.3-5) unstable; urgency=low * Fixed location on menu. (Closes: #487569) --- Makefile | 2 +- config.h | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a81fa07f..c56693d7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 +GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 SOUP_LIBS = -lsoup-2.2 -lgnutls -ltasn1 -lgcrypt -lgobject-2.0 -lxml2 -lz -lm -lglib-2.0 SOUP_CFLAGS = -I/usr/include/libsoup-2.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 PACKAGE = hardinfo-0.4.2.3 diff --git a/config.h b/config.h index 7b5d5999..83916ce3 100644 --- a/config.h +++ b/config.h @@ -2,11 +2,11 @@ #define __CONFIG_H__ #define VERSION "0.4.2.3" -#define LSPCI "/bin/lspci -v" +#define LSPCI "/usr/bin/lspci -v" #define ARCH_i386 #define ARCH "ARCH_i386" #define PLATFORM "Linux" -#define KERNEL "2.6.23-1-686" +#define KERNEL "2.6.24-1-686" #define HOSTNAME "comanche" #define PREFIX "/usr/share/hardinfo/" #define LIBPREFIX "/usr/lib/hardinfo/" diff --git a/debian/changelog b/debian/changelog index bb41f27c..f4ea2b07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.4.2.3-5) unstable; urgency=low + + * Fixed location on menu. (Closes: #487569) + + -- Agney Lopes Roth Ferraz Sun, 06 Jul 2008 19:01:51 -0300 + hardinfo (0.4.2.3-4) unstable; urgency=low * Fixed LSPCIPATH on configure. (Closes: #482381) -- cgit v1.2.3