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 | |
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)
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config.h | 4 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/hardinfo.desktop | 5 |
5 files changed, 12 insertions, 7 deletions
@@ -1,6 +1,6 @@ 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 -SOUP_LIBS = -lsoup-2.2 -lglib-2.0 -lxml2 -lz -lm -lgnutls -ltasn1 -lgcrypt +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 ARCHOPTS = @@ -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 diff --git a/debian/changelog b/debian/changelog index 835f8c66..f5a9b801 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.4.2.3-2) unstable; urgency=low + + * fixed desktop file, thanks to Kjell Braden. (Closes: #466587) + + -- Agney Lopes Roth Ferraz <agney@debian.org> Sun, 24 Feb 2008 23:35:44 -0300 + hardinfo (0.4.2.3-1) unstable; urgency=low * New upstream release.(Closes: #454947) diff --git a/debian/copyright b/debian/copyright index 7f996d3a..2e4c40d9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ It was downloaded from http://hardinfo.berlios.de/ Upstream Author: Leandro Pereira <leandro@linuxmag.com.br> -This software is copyright (c) 2003 by Leandro Pereira. +Copyright (c) 2003, Leandro Pereira. You are free to distribute and/or modify this software under the terms of the GNU General Public License. diff --git a/debian/hardinfo.desktop b/debian/hardinfo.desktop index 3c799fd6..97709a0f 100644 --- a/debian/hardinfo.desktop +++ b/debian/hardinfo.desktop @@ -1,10 +1,9 @@ [Desktop Entry] -Encoding=UTF-8 Name=System Profiler and Benchmark Name[pt_BR]=Informações e Testes do Sistema Exec=/usr/bin/hardinfo Icon=/usr/share/hardinfo/pixmaps/logo.png Terminal=false -Type=HardwareSettings +Type=Application StartupNotify=true -Categories=Settings;HardwareSettings +Categories=Settings;HardwareSettings; |