<div dir="ltr"><div><div>After sorting the includes (see bellow), the problem is these errors:<br><br>ecal-client.c: In function 'get_ecal_events':<br>ecal-client.c:97:5: warning: zero-length gnu_printf format string [-Wformat-zero-length]<br>
     g_snprintf (events, max_events_string_length, "");<br>     ^<br>ecal-client.c: In function 'open_ecal_calendar':<br>ecal-client.c:129:3: warning: implicit declaration of function 'e_cal_new_from_uri' [-Wimplicit-function-declaration]<br>
   (*ecal) = e_cal_new_from_uri (uri, E_CAL_SOURCE_TYPE_EVENT);<br>   ^<br>ecal-client.c:129:11: warning: assignment makes pointer from integer without a cast [enabled by default]<br>   (*ecal) = e_cal_new_from_uri (uri, E_CAL_SOURCE_TYPE_EVENT);<br>
           ^<br>ecal-client.o: In function `open_ecal_calendar':<br>/tmp/hdate-applet/hdate-applet-0.15.11/src/ecal-client.c:129: undefined reference to `e_cal_new_from_uri'<br><br></div>Which really looks like something upstream should take a look at.<br>
<br></div>To sort includes:<br><br>--- hdate-applet-0.15.11.orig/src/ghcal-callbacks.c     2013-09-15 23:10:33.000000000 +0000<br>+++ hdate-applet-0.15.11/src/ghcal-callbacks.c  2013-09-15 23:24:57.000000000 +0000<br>@@ -23,8 +23,7 @@<br>
 /* for the evolution calendar */<br> #ifdef WITH_EVOLUTION<br>   #include <stdlib.h><br>-  #include <libecal/e-cal.h><br>-  #include <libecal/e-cal-time-util.h><br>+  #include <libecal/libecal.h><br>
 #endif<br><br> #include <gtk/gtk.h><br><br>--- hdate-applet-0.15.11.orig/src/ecal-client.h 2010-10-31 19:10:41.000000000 +0000<br>+++ hdate-applet-0.15.11/src/ecal-client.h      2013-09-15 23:25:38.000000000 +0000<br>
@@ -17,7 +17,7 @@<br>  */<br><br> /* for the evolution calendar */<br>-#include <libecal/e-cal.h><br>+#include <libecal/libecal.h><br><br> /* get events for day,month,year from evolution clendar */<br> int<br>
<div><div><br>--- hdate-applet-0.15.11.orig/src/ecal-client.c 2013-09-15 23:27:03.000000000 +0000<br>+++ hdate-applet-0.15.11/src/ecal-client.c      2013-09-15 23:27:35.000000000 +0000<br>@@ -24,7 +24,6 @@<br> /* for the evolution calendar */<br>
 #include <stdlib.h><br> #include <libecal/libecal.h><br>-#include <libecal/e-cal-time-util.h><br><br> /* */<br><br><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Sep 7, 2013 at 1:36 AM,  <span dir="ltr"><<a href="mailto:biebl@debian.org" target="_blank">biebl@debian.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Source: hdate-applet<br>
Version: 0.15.11-1.1<br>
Severity: important<br>
User: <a href="mailto:pkg-evolution-maintainers@lists.alioth.debian.org">pkg-evolution-maintainers@lists.alioth.debian.org</a><br>
Usertags: eds-3.8<br>
<br>
Hi,<br>
<br>
we are planning to upload evolution and evolution-data-server 3.8 to<br>
unstable soon. Your package hdate-applet declares a build dependency on<br>
one of these packages:<br>
<br>
 evolution-data-server-dev<br>
 libedataserver1.2-dev<br>
 libcamel1.2-dev<br>
 libebook1.2-dev<br>
 libedataserverui-3.0-dev<br>
 libedata-book1.2-dev<br>
 libecal1.2-dev<br>
 libedata-cal1.2-dev<br>
 libebackend1.2-dev<br>
<br>
During a rebuild, hdate-applet failed to build against<br>
evolution-data-server 3.8. The build log can be found at [1].<br>
<br>
One notable change is, that libedataserverui has been dropped.<br>
If your package build-depends on libedataserverui-3.0-dev, you'll need<br>
to get rid of that dependency.<br>
<br>
As for some of the other API changes, see the release announcements of<br>
evolution-data-server 3.5.3 [2].<br>
<br>
If you want to test-build hdate-applet, version 3.8 of evolution-data-server<br>
is currently available in experimental.<br>
If you don't have the time porting to the new e-d-s interfaces, disabling<br>
e-d-s support (temporarily) might be an option. Otherwise hdate-applet will<br>
have to be removed from testing to not block the transition.<br>
<br>
Ubuntu and Fedora have already done this transition, so it might be<br>
worthwile having a look at the patches they ship.<br>
<br>
Thanks for your cooperation.<br>
<br>
<br>
Michael,<br>
on behalf of the Debian GNOME and Evolution team.<br>
<br>
[1] <a href="http://people.debian.org/~biebl/eds-3.8/hdate-applet_0.15.11-1.1.log" target="_blank">http://people.debian.org/~biebl/eds-3.8/hdate-applet_0.15.11-1.1.log</a><br>
[2] <a href="https://mail.gnome.org/archives/ftp-release-list/2012-June/msg00100.html" target="_blank">https://mail.gnome.org/archives/ftp-release-list/2012-June/msg00100.html</a><br>
<br>
_______________________________________________<br>
Debian-hebrew-package mailing list<br>
<a href="mailto:Debian-hebrew-package@lists.alioth.debian.org">Debian-hebrew-package@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-hebrew-package" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-hebrew-package</a><br>
</blockquote></div><br></div>