diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2007-09-11 14:53:15 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:43 -0500 |
commit | 99a9c2a16af89bceed1f90c58faefd555a3268c3 (patch) | |
tree | 1e92d5f8160b4445b2459044400120e430f1fc23 /debian | |
parent | 0afab9fd83ec42e082ffa61f037519f3e1262e39 (diff) | |
parent | 7aeb5ac87c6105bd8fcc9b1fd12e37ba1550f587 (diff) |
Import Debian changes 0.4.2.2-1
hardinfo (0.4.2.2-1) unstable; urgency=low
* New upstream release.
* hardinfo now suggests mesa-utils (Closes: #435793)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/hardinfo.desktop | 13 | ||||
-rw-r--r-- | debian/menu | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
5 files changed, 18 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index fb864c81..d6d6aefa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hardinfo (0.4.2.2-1) unstable; urgency=low + + * New upstream release. + * hardinfo now suggests mesa-utils (Closes: #435793) + + + -- Agney Lopes Roth Ferraz <agney@debian.org> Tue, 11 Sep 2007 14:53:15 -0300 + hardinfo (0.4.2.1.svn30042007-1) unstable; urgency=low * Fixed FTBFS on SVN version (Closes: #419587) diff --git a/debian/control b/debian/control index f3609168..802c51a6 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Standards-Version: 3.7.2.0 Package: hardinfo Architecture: any Depends: ${shlibs:Depends}, pciutils (>=1:2.1.11-10) +Suggests: mesa-utils Description: Displays system information HardInfo is a small application that displays information about your hardware and operating system. Currently it knows about PCI, ISA PnP, USB, diff --git a/debian/hardinfo.desktop b/debian/hardinfo.desktop index 09e12180..3c799fd6 100644 --- a/debian/hardinfo.desktop +++ b/debian/hardinfo.desktop @@ -1,9 +1,10 @@ [Desktop Entry] -Name=Hardinfo -Comment=Displays system information +Encoding=UTF-8 +Name=System Profiler and Benchmark +Name[pt_BR]=Informações e Testes do Sistema Exec=/usr/bin/hardinfo -Icon=/usr/share/pixmaps/hardinfo.xpm +Icon=/usr/share/hardinfo/pixmaps/logo.png Terminal=false -MultipleArgs=false -Type=Application -Categories=Application;System; +Type=HardwareSettings +StartupNotify=true +Categories=Settings;HardwareSettings diff --git a/debian/menu b/debian/menu index f6d6d3be..389d9fce 100644 --- a/debian/menu +++ b/debian/menu @@ -1,6 +1,5 @@ ?package(hardinfo): \ needs="X11" \ -section="Apps/System" \ +section="Applications/System/Administration" \ title="System Information" command="/usr/bin/hardinfo" \ icon="/usr/share/pixmaps/hardinfo.xpm" - diff --git a/debian/rules b/debian/rules index 9b3c802f..f39c5e1e 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean |