diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 2b6886c2..835f8c66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.4.2.3-1) unstable; urgency=low + + * New upstream release.(Closes: #454947) + + -- Agney Lopes Roth Ferraz <agney@debian.org> Sun, 09 Dec 2007 05:03:40 -0400 + hardinfo (0.4.2.2-3) unstable; urgency=low * Fixed FTBFS on s390. (Closes: #443293) diff --git a/debian/control b/debian/control index 802c51a6..2dff59c7 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.2.0 +Standards-Version: 3.7.3.0 Package: hardinfo Architecture: any @@ -13,5 +13,3 @@ 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, IDE, SCSI, Serial and parallel port devices. - . - Homepage: http://hardinfo.berlios.de diff --git a/debian/rules b/debian/rules index 6a418d06..64bb199a 100755 --- a/debian/rules +++ b/debian/rules @@ -75,6 +75,7 @@ binary-arch: build install # dh_installexamples dh_install dh_installmenu + dh_desktop # dh_installdebconf # dh_installlogrotate # dh_installemacsen |