| Summary: | telepathy-glib.deps is omitted from the tarball | ||
|---|---|---|---|
| Product: | Telepathy | Reporter: | Simon McVittie <smcv> |
| Component: | tp-glib | Assignee: | Simon McVittie <smcv> |
| Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
| Severity: | normal | ||
| Priority: | medium | CC: | bugzilla |
| Version: | git master | Keywords: | patch |
| Hardware: | Other | ||
| OS: | All | ||
| URL: | http://git.collabora.co.uk/?p=user/smcv/telepathy-glib-smcv.git;a=shortlog;h=refs/heads/trivia | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
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.
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