Hi,
I don't have any of the architectures on which it fails, but I think I
found one of the reasons of the FTBFS. The config.sub and config.guess
files in the libical-0.23 directory are oudated (1999). The attached
patch should at least fix the problem seen on the s390 and parisc
buildds.
Regards,
Regis
diff -urN sylpheed-claws-vcalendar-plugin-0.9.or/debian/rules
sylpheed-claws-vcalendar-plugin-0.9/debian/rules
--- sylpheed-claws-vcalendar-plugin-0.9.or/debian/rules 2005-06-17
18:11:23.245955440 +0100
+++ sylpheed-claws-vcalendar-plugin-0.9/debian/rules 2005-06-17
18:22:26.390142200 +0100
@@ -54,9 +54,11 @@
-$(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
+ cp -f /usr/share/misc/config.sub $(ICAL)/config.sub
endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
+ cp -f /usr/share/misc/config.guess $(ICAL)/config.guess
endif
dh_clean