Control: tags -1 + patch pending Dear Maintainer,
Le dimanche 11 mai 2014 à 18:45 +0200, David Suárez a écrit : > Source: syncevolution > Version: 1.4-1 > Severity: serious > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part (hopefully): > > checking for rst2html... /usr/bin/rst2html > > checking for SYNTHESIS... yes > > checking for GNOMEBLUETOOTH... no > > checking for qmake... qmake > > checking Akonadi/Collection usability... no > > configure: error: akonadi.pc not found. Install it to compile with the > > Akonadi backend enabled. > > checking Akonadi/Collection presence... no > > checking for Akonadi/Collection... no I have uploaded to DELAYED/2 a NMU to fix this issue. The debdiff is attached. Please let me know if I should delay the upload longer. Cheers, -- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://www.dynare.org/sebastien `- GPG Key: 4096R/381A7594
diff -Nru syncevolution-1.4/debian/changelog syncevolution-1.4/debian/changelog --- syncevolution-1.4/debian/changelog 2014-02-21 14:15:15.000000000 +0100 +++ syncevolution-1.4/debian/changelog 2014-06-28 11:15:09.000000000 +0200 @@ -1,3 +1,12 @@ +syncevolution (1.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * ftbfs-akonadi.patch: new patch backported from upstream, fixes the + FTBFS in configure when trying to detect akonadi. Thanks to Patrick + Ohly for pointing to the relevant upstream commit. (Closes: #747780) + + -- Sébastien Villemot <sebast...@debian.org> Sat, 28 Jun 2014 11:13:56 +0200 + syncevolution (1.4-1) unstable; urgency=high * New upstream release diff -Nru syncevolution-1.4/debian/patches/ftbfs-akonadi.patch syncevolution-1.4/debian/patches/ftbfs-akonadi.patch --- syncevolution-1.4/debian/patches/ftbfs-akonadi.patch 1970-01-01 01:00:00.000000000 +0100 +++ syncevolution-1.4/debian/patches/ftbfs-akonadi.patch 2014-06-28 11:13:53.000000000 +0200 @@ -0,0 +1,21 @@ +Description: Fix FTBFS (configure fails to find akonadi) +Origin: backport, http://cgit.freedesktop.org/SyncEvolution/syncevolution/commit/?id=7aa9f6d87fc1bd511b86b06a434766fc6aaf3866 +Bug: https://bugs.freedesktop.org/show_bug.cgi?id=75670 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747780 +Reviewed-by: Sébastien Villemot <sebast...@debian.org> +Last-Update: 2014-06-28 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +diff --git a/src/backends/akonadi/configure-sub.in b/src/backends/akonadi/configure-sub.in +index 064c2ed..ed05f1b 100644 +--- a/src/backends/akonadi/configure-sub.in ++++ b/src/backends/akonadi/configure-sub.in +@@ -10,7 +10,7 @@ AKONADIFOUND=yes + if ! test "$KDEPIM_CFLAGS"; then + KDEPIM_CFLAGS="-I`kde4-config --path include` -I`kde4-config --path include`/KDE" + if test "$QMAKE"; then +- KDEPIM_CFLAGS="$KDEPIM_CFLAGS -I`$QMAKE -query QT_INSTALL_HEADERS`" ++ KDEPIM_CFLAGS="$KDEPIM_CFLAGS -I`$QMAKE -query QT_INSTALL_HEADERS` -I`$QMAKE -query QT_INSTALL_HEADERS`/QtCore" + fi + fi + if ! test "$KDEPIM_LIBS"; then diff -Nru syncevolution-1.4/debian/patches/series syncevolution-1.4/debian/patches/series --- syncevolution-1.4/debian/patches/series 2014-02-24 13:31:56.000000000 +0100 +++ syncevolution-1.4/debian/patches/series 2014-06-28 11:13:53.000000000 +0200 @@ -1,2 +1,3 @@ # debian/source/git-patches exported from git by quilt-patches-deb-export-hook 0001-Include-missing-stdint.h.patch +ftbfs-akonadi.patch
signature.asc
Description: This is a digitally signed message part