By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 629

Summary: libjpeg dependency on Debian and Ubuntu
Product: TDE Reporter: Laurent Dard <f.couperin>
Component: qt3Assignee: Michele Calgaro <michele.calgaro>
Status: RESOLVED FIXED    
Severity: minor CC: bugwatch, d1337r, michele.calgaro
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Laurent Dard 2011-11-16 11:48:05 CST
Source: qt-x11-free
Package: libqt3-mt-dev

On Debian and Ubuntu, Qt3 source package depends on libjpeg62-dev.
I think it should depend on libjpeg-dev instead, which is a virtual package that will ease the transition to libjpeg8-dev which is in Debian/wheezy and in Ubuntu/precise.

(I know that debian/testing isn't supported but, as a side effect, it would allow testing users to install lbqt3-mt-dev without problems.)

patch:
sed 's/libjpeg62-dev/libjpeg-dev/g' -i debian/control
Comment 1 d1337r 2011-12-12 22:41:07 CST
I think this bug's importance should be increased as it basically blocks libqt3-mt-dev from being used on any Debian Testing system where libjpeg8-dev is used. (And given that there are lots and lots of libraries that depend on libjpeg8-dev, that's a lot.)

Replacing the libjpeg62-dev reference with libjpeg-dev should do fine on both Stable and Testing systems.
Comment 2 Michele Calgaro 2014-03-04 22:14:57 CST
Fixed in GIT as commit 4c2b50e