diff options
author | Agney Lopes Roth Ferraz <agney@users.sourceforge.net> | 2006-04-09 15:31:38 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:32 -0500 |
commit | e4f0aba9e74eea1d7d103e4e5a083f192971876e (patch) | |
tree | 1028f85f23e05b5059cf1aed44400829dd8a83de | |
parent | 952adafd11c1993a59aa369642c7fc8d8b8d2507 (diff) |
Import Debian changes 0.3.7pre-3
hardinfo (0.3.7pre-3) unstable; urgency=low
* added mips64 support.
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | config.h | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
4 files changed, 10 insertions, 4 deletions
@@ -1,6 +1,6 @@ TARGET = GTK2 -GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -GTK_CFLAGS = -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include +GTK_LIBS = -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXext -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXcursor -lpango-1.0 -lcairo -lXrender -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 +GTK_CFLAGS = -DXTHREADS -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/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include PACKAGE = hardinfo-0.3.7pre # ---------------------------------------------------------------------------- @@ -8,7 +8,7 @@ #define ENABLE_NLS #define ARCH_i386 #define PLATFORM "Linux" -#define KERNEL "2.6.11-1-k7" +#define KERNEL "2.6.15-1-k7" #define HOSTNAME "comanche.hangar" #endif /* __CONFIG_H__ */ @@ -79,7 +79,7 @@ case $PROC in ARCH="ARCH_PPC" ;; x86_64) ARCH="ARCH_x86_64" ;; - mips) + mips*) ARCH="ARCH_MIPS" ;; parisc*) ARCH="ARCH_PARISC" ;; diff --git a/debian/changelog b/debian/changelog index c16f396f..7db6df6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.3.7pre-3) unstable; urgency=low + + * added mips64 support. + + -- Agney Lopes Roth Ferraz <agney@users.sourceforge.net> Sun, 9 Apr 2006 15:31:38 -0300 + hardinfo (0.3.7pre-2) unstable; urgency=low * Fixed FTBFS (file intl.c updated). Thanks to Andreas Jochens. (Closes: #326033) |