telepathy-glib.deps needs to be included in the tarball for it to be useful. Branch on the way. diff --git a/vala/Makefile.am b/vala/Makefile.am index 6914909..93c64ec 100644 --- a/vala/Makefile.am +++ b/vala/Makefile.am @@ -1,11 +1,13 @@ vapidir = $(datarootdir)/vala/vapi vapi_DATA = \ telepathy-glib.vapi \ + $(NULL) +dist_vapi_DATA = \ telepathy-glib.deps \ $(NULL) BUILT_SOURCES = \ - telepathy-glib.vapi \ + $(vapi_DATA) \ $(NULL) pkgconfigdir = ${libdir}/pkgconfig
Branch added.
(In reply to comment #1) > Branch added. Looks OK to me.
Fixed in git for 0.11.12 (and also worked around in the 0.11.11-1+exp1 Debian packaging).
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.