diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/menu | 8 |
3 files changed, 13 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 049c41bf..e56d12bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.3.7pre-1) unstable; urgency=low + + * New upstream release. (Closes: #280694, #300114, #233033) + + -- Agney Lopes Roth Ferraz <agney@users.sourceforge.net> Mon, 13 Jun 2005 18:34:20 -0300 + hardinfo (0.3.6-5) unstable; urgency=high * Add Amd64 support (closes: #253935). diff --git a/debian/control b/debian/control index 7d215ba2..ada44e65 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: hardinfo Section: x11 Priority: optional -Maintainer: Leandro Pereira <leandro@linuxmag.com.br> +Maintainer: Agney Lopes Roth Ferraz <agney@users.sourceforge.net> Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, pciutils (>=1:2.1.11-10) -Standards-Version: 3.5.8 +Standards-Version: 3.6.1.0 Package: hardinfo Architecture: any diff --git a/debian/menu b/debian/menu index 474c06a4..4a3ff6d4 100644 --- a/debian/menu +++ b/debian/menu @@ -1,4 +1,6 @@ -?package(hardinfo):needs=X11 section=Apps/System\ - title="System Information" command="/usr/bin/hardinfo" \ - icon=/usr/share/hardinfo/pixmaps/logo.png +?package(hardinfo): \ +needs="X11" \ +section="Apps/System" \ +title="System Information" command="/usr/bin/hardinfo" \ +icon="/usr/share/hardinfo/pixmaps/logo.xpm" |