syncevolution.org binaries: allow libical1a

Because of the confustion around the libical 1.0 ABI, Debian ended
up renaming the package for Debian Jessie while keeping the libical.so.1
soname. Pre-built binaries from older distros work, so just adapt
the package meta data.
This commit is contained in:
Patrick Ohly 2015-03-03 00:40:08 -08:00
parent 112c932432
commit c61db46f8d
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ else
REQUIRES_deb_neon =
endif
if ENABLE_ICAL
REQUIRES_deb_ical = , libical0 | libical1
REQUIRES_deb_ical = , libical0 | libical1 | libical1a
endif
VERSION_deb = 1:$(STABLE_VERSION)$(VERSION)
VERSION_rpm = `echo $(VERSION) | sed -e s/-/_/g`