Bug 29268

Summary: telepathy-glib.deps is omitted from the tarball
Product: Telepathy Reporter: Simon McVittie <smcv>
Component: tp-glibAssignee: Simon McVittie <smcv>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium CC: bugzilla
Version: git masterKeywords: 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:

Description Simon McVittie 2010-07-26 10:34:58 UTC
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
Comment 1 Simon McVittie 2010-07-26 10:37:25 UTC
Branch added.
Comment 2 Philip Withnall 2010-07-27 13:39:11 UTC
(In reply to comment #1)
> Branch added.

Looks OK to me.
Comment 3 Simon McVittie 2010-07-28 05:59:13 UTC
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.