aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2009-03-28 22:55:02 -0300
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:48 -0500
commit1b6665085f47e0a86e4bebd5e313a2ab63600eb4 (patch)
tree6b7dedc1886b42d07cc48359470fe3f595500cc8 /debian
parent819c0c3382b06fc0f0a1679465966f811aa2e0f8 (diff)
parent4979bb6cbbbe39eb44c32530cd13f86bf44e5d77 (diff)
Import Debian changes 0.5c-1
hardinfo (0.5c-1) unstable; urgency=low * New upstream version. (Closes: #517591, #511237, #457703, #519256, #449250, #457820, #497758)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rw-r--r--debian/copyright4
-rw-r--r--debian/hardinfo.desktop5
-rw-r--r--debian/preinst44
-rw-r--r--debian/prerm39
7 files changed, 14 insertions, 89 deletions
diff --git a/debian/changelog b/debian/changelog
index f4ea2b07..3c82e108 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hardinfo (0.5c-1) unstable; urgency=low
+
+ * New upstream version.
+ (Closes: #517591, #511237, #457703, #519256, #449250, #457820, #497758)
+
+ -- Agney Lopes Roth Ferraz <agney@debian.org> Sat, 28 Mar 2009 22:55:02 -0300
+
hardinfo (0.4.2.3-5) unstable; urgency=low
* Fixed location on menu. (Closes: #487569)
diff --git a/debian/compat b/debian/compat
index b8626c4c..7ed6ff82 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 2dff59c7..6f0c4e7c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
Priority: optional
Maintainer: Agney Lopes Roth Ferraz <agney@debian.org>
Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, pciutils (>=1:2.1.11-10), libsoup2.2-dev
-Standards-Version: 3.7.3.0
+Standards-Version: 3.8.1.0
Package: hardinfo
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 2e4c40d9..55aad79c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,6 +8,6 @@ Upstream Author: Leandro Pereira <leandro@linuxmag.com.br>
Copyright (c) 2003, Leandro Pereira.
You are free to distribute and/or modify this software under the terms of
-the GNU General Public License.
+the GNU General Public License version 2.
On Debian systems, the complete text of the GNU General Public License can
-be found in /usr/share/common-licenses/GPL file.
+be found in /usr/share/common-licenses/GPL-2 file.
diff --git a/debian/hardinfo.desktop b/debian/hardinfo.desktop
index 97709a0f..5a34c247 100644
--- a/debian/hardinfo.desktop
+++ b/debian/hardinfo.desktop
@@ -1,9 +1,10 @@
[Desktop Entry]
Name=System Profiler and Benchmark
Name[pt_BR]=Informações e Testes do Sistema
-Exec=/usr/bin/hardinfo
+Exec=hardinfo
Icon=/usr/share/hardinfo/pixmaps/logo.png
Terminal=false
Type=Application
StartupNotify=true
-Categories=Settings;HardwareSettings;
+Categories=System;
+
diff --git a/debian/preinst b/debian/preinst
deleted file mode 100644
index f7df1741..00000000
--- a/debian/preinst
+++ /dev/null
@@ -1,44 +0,0 @@
-#! /bin/sh
-# preinst script for hardinfo
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <new-preinst> `install'
-# * <new-preinst> `install' <old-version>
-# * <new-preinst> `upgrade' <old-version>
-# * <old-preinst> `abort-upgrade' <new-version>
-#
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- install|upgrade)
-# if [ "$1" = "upgrade" ]
-# then
-# start-stop-daemon --stop --quiet --oknodo \
-# --pidfile /var/run/hardinfo.pid \
-# --exec /usr/sbin/hardinfo 2>/dev/null || true
-# fi
- ;;
-
- abort-upgrade)
- ;;
-
- *)
- echo "preinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/prerm b/debian/prerm
deleted file mode 100644
index 2a27c8cd..00000000
--- a/debian/prerm
+++ /dev/null
@@ -1,39 +0,0 @@
-#! /bin/sh
-# prerm script for hardinfo
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- remove|upgrade|deconfigure)
-# install-info --quiet --remove /usr/info/hardinfo.info.gz
- ;;
- failed-upgrade)
- ;;
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-