diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2008-02-24 23:35:44 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:46 -0500 |
commit | c35d7b49d224c9b029fb6e28f7a175c5c968efba (patch) | |
tree | 31ac5f9c2c017ab0910a6631c1249bee87e86479 /config.h | |
parent | 18e8f4ab62003cb2e251f1540d083114ad489123 (diff) |
Import Debian changes 0.4.2.3-2
hardinfo (0.4.2.3-2) unstable; urgency=low
* fixed desktop file, thanks to Kjell Braden. (Closes: #466587)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ #define ARCH_i386 #define ARCH "ARCH_i386" #define PLATFORM "Linux" -#define KERNEL "2.6.22-1-686" -#define HOSTNAME "mirage" +#define KERNEL "2.6.23-1-686" +#define HOSTNAME "comanche" #define PREFIX "/usr/share/hardinfo/" #define LIBPREFIX "/usr/lib/hardinfo/" #define HAS_LIBSOUP |