diff -Nru syncevolution-1.4/debian/changelog syncevolution-1.4/debian/changelog --- syncevolution-1.4/debian/changelog 2014-02-21 13:15:15.000000000 +0000 +++ syncevolution-1.4/debian/changelog 2014-05-07 23:58:30.000000000 +0000 @@ -1,3 +1,11 @@ +syncevolution (1.4-1+rpi1) jessie-staging; urgency=medium + + * Add libakonadi-dev to build-depends for .pc file, not sure why we appear to + need this and Debian doesn't (may have been a misleading error message) + * Force /usr/include/qt4/QtCore onto the include path. + + -- Peter Michael Green Wed, 07 May 2014 22:47:32 +0000 + syncevolution (1.4-1) unstable; urgency=high * New upstream release diff -Nru syncevolution-1.4/debian/control syncevolution-1.4/debian/control --- syncevolution-1.4/debian/control 2014-02-21 13:15:15.000000000 +0000 +++ syncevolution-1.4/debian/control 2014-05-07 22:48:10.000000000 +0000 @@ -10,7 +10,7 @@ libgconf2-dev, libgnome-keyring-dev, xsltproc, libopenobex1-dev [linux-any], libnotify-dev, python-docutils, libical-dev, libneon27-gnutls-dev, libpcre3-dev, - libcppunit-dev, kdepimlibs5-dev, kdelibs5-dev + libcppunit-dev, kdepimlibs5-dev, kdelibs5-dev, libakonadi-dev Standards-Version: 3.9.5 Homepage: http://www.syncevolution.org Vcs-Git: git://git.debian.org/git/collab-maint/syncevolution diff -Nru syncevolution-1.4/debian/rules syncevolution-1.4/debian/rules --- syncevolution-1.4/debian/rules 2014-02-21 13:15:15.000000000 +0000 +++ syncevolution-1.4/debian/rules 2014-05-08 00:05:29.000000000 +0000 @@ -14,6 +14,8 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export CXXFLAGS += -I/usr/include/qt4/QtCore + %: dh $@ --parallel @@ -46,3 +48,7 @@ grep "^\#*$(notdir $(PATCH_EXPORT_SCRIPT))" debian/patches/series rm -rf debian/patches bash $(PATCH_EXPORT_SCRIPT) + +override_dh_auto_clean: + dh_auto_clean + rm -f INSTALL compile config.log po/LINGUAS po/POTFILES src/backends/backends.am src/synthesis-includes/Makefile.in test-driver