Package: knowthelist Version: 2.3.0-1 Severity: important Tags: patch
This package is not taken for build on the hppa architecture, since it has a hardcoded build-dependency on the libgcc1 which we don't provide. Instead we have the newer libgcc4 and such. In my opinion, this package should not have any build-dependency on any libgcc package. The compiler picks up the correct libgcc anyway. Attached patch fixes this. It would be nice if you could apply it for the next upload. Thanks, Helge
diff -up ./debian/control.bak ./debian/control --- ./debian/control.bak 2015-01-20 14:49:39.358930534 +0100 +++ ./debian/control 2015-01-20 14:50:27.939084298 +0100 @@ -4,7 +4,7 @@ Priority: optional Maintainer: Mario Stephan <mstep...@shared-files.de> Build-Depends: cdbs, qt5-qmake|qt4-qmake, qtbase5-dev|libqt4-dev, debhelper (>= 8), qttools5-dev-tools|qt4-linguist-tools, - libc6 (>= 2.2), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.12.0), + libc6 (>= 2.2), libglib2.0-0 (>= 2.12.0), libgstreamer1.0-0 | libgstreamer0.10-0 (>= 0.10.0), libgstreamer1.0-dev | libgstreamer0.10-dev, libqt5sql5|libqt4-sql (>= 4:4.5.3), libqt5xml5|libqt4-xml (>= 4:4.5.3), libqt5gui5|libqtgui4 (>= 4:4.7.0~beta1), libqt5core5a|libqtcore4 (>= 4:4.7.0~beta2),