Source: postler Version: 0.1.1+dfsg-0.1 Severity: serious Tags: patch Hi,
with the recent upload of libindicate to unstable [1], your package will fail to build from source 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
--- a/wscript +++ b/wscript @@ -115,7 +115,7 @@ check_pkg ('libcanberra', var='LIBCANBERRA') if option_enabled ('libindicate'): - check_pkg ('indicate-0.5', mandatory=False) + check_pkg ('indicate-0.7', mandatory=False) if not conf.env['HAVE_INDICATE']: check_pkg ('indicate', mandatory=False) if conf.env['HAVE_INDICATE']: