diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2007-12-09 05:03:40 -0400 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:45 -0500 |
commit | 18e8f4ab62003cb2e251f1540d083114ad489123 (patch) | |
tree | 1685ab16402d10233f81c67aa4ad7cf857246d86 /debian | |
parent | 401ee3a8ee846998cf0fa3ebadcc81cffe1da3ed (diff) | |
parent | ee6c3f9b4cf08a276c971dee66e1acdb32b3dff9 (diff) |
Import Debian changes 0.4.2.3-1
hardinfo (0.4.2.3-1) unstable; urgency=low
* New upstream release.(Closes: #454947)
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 |