Package: claws-mail-extra-plugins Version: 3.8.0-2 Severity: important Tags: patch
Hi, with the recent upload of libindicate to unstable [1], your package will build without indicator support due to the bumped libindicate API (reflected in the pkg-config name). I am sorry to give such short/late notice, but the release team catched me pretty unprepared with their "trnaisiton NOW or after wheezy" mail. (So blame me and give the nice RT guys some beer/coffee ;-)) As your package already has a patch for the last API bump, I just attach a slightly modified version of it that will work with indicate-0.7. It should be properly renamed etc :) As the new library is binary compatible with the old one, your package does not need a rebuild and should still work and thus does not hold back the transition. I still would love to see the patch in unstable soon. For that I plan to prepare a NMU and upload it to DELAYED/5 either tomorrow or the day after, if there are no objections from your side. Regards Evgeni Golov PS: again, sorry for the short timeframe [1] http://packages.qa.debian.org/libi/libindicate/news/20120521T094831Z.html -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Description: fix configure test to allow libindicate 0.7.x Bug-Ubuntu: http://launchpad.net/bugs/715257 Author: Ricardo Mones <[email protected]> --- a/notification_plugin-0.29/configure 2011-12-16 12:25:43.000000000 +0100 +++ b/notification_plugin-0.29/configure 2012-05-04 12:55:33.000000000 +0200 @@ -16095,12 +16095,12 @@ if test "x$enable_libindicate" != "xno"; then LIBINDICATE_MODULE=indicate if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"indicate-0.5 >= 0.5.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "indicate-0.5 >= 0.5.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"indicate-0.7 >= 0.6.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "indicate-0.7 >= 0.6.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - LIBINDICATE_MODULE=indicate-0.5 + LIBINDICATE_MODULE=indicate-0.7 fi pkg_failed=no

