diff -Nru kde4libs-4.8.4/debian/changelog kde4libs-4.8.4/debian/changelog --- kde4libs-4.8.4/debian/changelog 2012-10-25 22:02:15.000000000 +0000 +++ kde4libs-4.8.4/debian/changelog 2013-07-01 08:50:03.000000000 +0000 @@ -1,3 +1,10 @@ +kde4libs (4:4.8.4-4+rpi1) jessie-staging; urgency=low + + * Rebuild for new libraries. + * Build with gcc 4.8 to avoid internal compiler error. + + -- Peter Michael Green Mon, 01 Jul 2013 08:49:26 +0000 + kde4libs (4:4.8.4-4) unstable; urgency=low * Backport an upstream patch to fix copying of files with extended ACLs. diff -Nru kde4libs-4.8.4/debian/control kde4libs-4.8.4/debian/control --- kde4libs-4.8.4/debian/control 2012-10-25 21:11:03.000000000 +0000 +++ kde4libs-4.8.4/debian/control 2013-07-01 08:52:05.000000000 +0000 @@ -20,7 +20,8 @@ libglu1-mesa-dev, libacl1-dev, automoc (>= 1.0~version-0.9.88), libutempter-dev, liblzma-dev, libattica-dev (>= 0.1.90), shared-desktop-ontologies (>= 0.6.50), libpolkit-qt-1-dev (>= 0.99.0), libxss-dev, libqca2-dev, libdbusmenu-qt-dev, docbook-xml, docbook-xsl, - libxrender-dev, libkrb5-dev, libudev-dev [linux-any] + libxrender-dev, libkrb5-dev, libudev-dev [linux-any], + gcc-4.8, g++-4.8 Build-Conflicts: libqtwebkit-dev (<< 2.2.1) Standards-Version: 3.9.3 Homepage: http://www.kde.org/ diff -Nru kde4libs-4.8.4/debian/rules kde4libs-4.8.4/debian/rules --- kde4libs-4.8.4/debian/rules 2012-09-21 20:21:29.000000000 +0000 +++ kde4libs-4.8.4/debian/rules 2013-07-01 08:51:14.000000000 +0000 @@ -2,6 +2,9 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk +export CC=gcc-4.8 +export CXX=g++-4.8 + # Fixes FTBFS (4:4.3.4-2) on ia64 (khtml code is too large to fit): # html/khtmlview.cpp:3623: relocation truncated to fit: GPREL22 against `.rodata' # etc. We will have to reevalute if this is still needed some time later.