Bug#451221: report-hw should consider newer versions of DirectFB too

2007-11-14 Thread Attilio Fiandrotti
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

Bug#451221: report-hw should consider newer versions of DirectFB too

2007-11-14 Thread Geert Stappers
Op 14-11-2007 om 09:51 schreef Attilio Fiandrotti: +++ report-hw (copia locale) + if [ -x /usr/lib/directfb-*/bin/dfbinfo ]; then + /usr/lib/directfb-*/bin/dfbinfo 21 | addinfo dfbinfo What will happen when there are several version of directfb installed? (example given: head

Bug#451221: report-hw should consider newer versions of DirectFB too

2007-11-14 Thread Frans Pop
On Wednesday 14 November 2007, Attilio Fiandrotti wrote: So, i propose to make the script dfb version agnostic with the attached patch: is it ok committing the patch ? No objection to the idea, but better make the patch: dfbinfo=$(ls /usr/lib/directfb-*/bin/dfbinfo 2/dev/null || true) if [ -x

Bug#451221: report-hw should consider newer versions of DirectFB too

2007-11-14 Thread Geert Stappers
Op 14-11-2007 om 10:46 schreef Geert Stappers: What will happen when there are several version of directfb installed? (example given: head has dfb-1.0, developer adds dfb-1.1 for testing) dfbinfo=$(ls /usr/lib/directfb-*/bin/dfbinfo 2/dev/null || echo no_dbfinfo) dfbinfo=$(echo $dfbinfo |

Bug#451221: report-hw should consider newer versions of DirectFB too

2007-11-14 Thread Frans Pop
On Wednesday 14 November 2007, Geert Stappers wrote: Op 14-11-2007 om 10:46 schreef Geert Stappers: What will happen when there are several version of directfb installed? (example given: head has dfb-1.0, developer adds dfb-1.1 for testing) I actually considered this, but I did not think it

Bug#451221: report-hw should consider newer versions of DirectFB too

2007-11-14 Thread Attilio Fiandrotti
Frans Pop wrote: On Wednesday 14 November 2007, Geert Stappers wrote: Op 14-11-2007 om 10:46 schreef Geert Stappers: What will happen when there are several version of directfb installed? (example given: head has dfb-1.0, developer adds dfb-1.1 for testing) I actually considered this, but I

Bug#451221: report-hw should consider newer versions of DirectFB too

2007-11-14 Thread Otavio Salvador
Attilio Fiandrotti [EMAIL PROTECTED] writes: Frans Pop wrote: On Wednesday 14 November 2007, Geert Stappers wrote: Op 14-11-2007 om 10:46 schreef Geert Stappers: What will happen when there are several version of directfb installed? (example given: head has dfb-1.0, developer adds dfb-1.1