[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#451221: marked as done (report-hw should consider newer versions of DirectFB too)



Your message dated Fri, 15 Feb 2008 13:02:05 +0000
with message-id <E1JQ0Cb-0002wT-6j@ries.debian.org>
and subject line Bug#451221: fixed in installation-report 2.32
has caused the Debian Bug report #451221,
regarding report-hw should consider newer versions of DirectFB too
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
451221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451221
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
package: installation-report
severity: normal
tags: patch

While experimenting with the new DirectFB 1.0, i noticed the report-hw
script has the 0.9.25 version of DirectFB hardcoded into it.
As a consequence, it looks for the diagnostig dfbinfo tool into
/usr/lib/directfb-0.9.25/bin/, while libdirectfb-1.0-0-udeb provides
such tool into /usr/lib/directfb-1.0.0/bin/ and future versions of this
package may install dfbinfo in other paths.
So, i propose to make the script dfb version agnostic with the attached
patch: is it ok committing the patch ?

regards

Attilio Fiandrotti

Index: report-hw
===================================================================
--- report-hw	(revisione 50086)
+++ report-hw	(copia locale)
@@ -67,7 +67,7 @@
 if [ "$DEBIAN_FRONTEND" = gtk ]; then
 	addfile /proc/fb
 	addfile /etc/directfbrc
-	if [ -x /usr/lib/directfb-0.9.25/bin/dfbinfo ]; then
-		/usr/lib/directfb-0.9.25/bin/dfbinfo 2>&1 | addinfo dfbinfo
+	if [ -x /usr/lib/directfb-*/bin/dfbinfo ]; then
+		/usr/lib/directfb-*/bin/dfbinfo 2>&1 | addinfo dfbinfo
 	fi
 fi


--- End Message ---
--- Begin Message ---
Source: installation-report
Source-Version: 2.32

We believe that the bug you reported is fixed in the latest version of
installation-report, which is due to be installed in the Debian FTP archive:

installation-report_2.32.dsc
  to pool/main/i/installation-report/installation-report_2.32.dsc
installation-report_2.32.tar.gz
  to pool/main/i/installation-report/installation-report_2.32.tar.gz
installation-report_2.32_all.deb
  to pool/main/i/installation-report/installation-report_2.32_all.deb
save-logs_2.32_all.udeb
  to pool/main/i/installation-report/save-logs_2.32_all.udeb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 451221@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador <otavio@debian.org> (supplier of updated installation-report package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 15 Feb 2008 10:57:30 -0200
Source: installation-report
Binary: save-logs installation-report
Architecture: source all
Version: 2.32
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Otavio Salvador <otavio@debian.org>
Description: 
 installation-report - system installation report
 save-logs  - save logs and configuration for debug purposes (udeb)
Closes: 438502 451221
Changes: 
 installation-report (2.32) unstable; urgency=low
 .
   [ Joey Hess ]
   * Fix bug script to not fail if gettext is not installed. Closes: #438502
 .
   [ Attilio Fiandrotti ]
   * Execution of the dfbinfo diagnostic tool for the graphical installer is
     not tied any more to a specific DirectFB version. Closes: #451221
 .
   [ Joey Hess ]
   * De-register and remove the old init.d script.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Belarusian (be.po) by Hleb Rubanau
   * Bengali (bn.po) by Jamil Ahmed
   * Finnish (fi.po) by Esko Arajärvi
   * Indonesian (id.po) by Arief S Fitrianto
   * Italian (it.po) by Stefano Canepa
   * Korean (ko.po) by Changwoo Ryu
   * Latvian (lv.po) by Viesturs Zarins
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Panjabi (pa.po) by A S Alam
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
   * Romanian (ro.po) by Eddy Petrișor
   * Slovak (sk.po) by Ivan Masár
   * Turkish (tr.po) by Recai Oktaş
   * Vietnamese (vi.po) by Clytie Siddall
   * Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 ac652ea616745e92a65e45a54339ae59 797 debian-installer optional installation-report_2.32.dsc
 078e80e3441f557c25567876f550a2fc 71593 debian-installer optional installation-report_2.32.tar.gz
 d47f705b5fda75ccafcfa2371236812f 45552 debian-installer standard save-logs_2.32_all.udeb
 f3f066224252a39184fa8d562c453de5 16068 misc optional installation-report_2.32_all.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHtYxcLqiZQEml+FURAiKvAJ0QVyRzr9xhFz1GgeLniScNlKCqRQCfcRji
zT/PSQOzcnExoUzFgjN3cow=
=31ke
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: