Comment 3 for bug 363130

Revision history for this message
Koen (koen-beek) wrote :

I can confirm that this error occurs with the binary package of sysinfo

ii sysinfo 0.7-1ubuntu5 display computer and system information

however, when I build from source package using debuild it creates a binary package where it works correctly

> apt-get source sysinfo
> sudo apt-get build-dep sysinfo
> cd sysinfo-0.7
> debuild
> sudo dpkg -i ../sysinfo_0.7-1ubuntu5_all.deb

and then it works

it seems the binary build dit not take into account the patch - 09-ubuntu_lsb_release.diff
the build log confirms this http://launchpadlibrarian.net/20959796/buildlog_ubuntu-jaunty-i386.sysinfo_0.7-1ubuntu5_FULLYBUILT.txt.gz
last patch to be taken into account is 08-correct_url.diff

In the log file of debuild patch 09-ubuntu_lsb_release.diff is taken into account